UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
spark-operator
spark-py
Commits
113d885c
Commit
113d885c
authored
Apr 12, 2021
by
Jeffrey Weatherford
Browse files
Merge branch 'patch' into 'development'
fixed a perms and a dep See merge request
!15
parents
7ecf404f
691f7105
Pipeline
#228386
passed with stages
in 24 minutes and 16 seconds
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+5
-0
No files found.
Dockerfile
View file @
113d885c
...
...
@@ -27,12 +27,12 @@ COPY --from=base /opt/spark/python/lib /opt/spark/python/lib
# This is from the current version, not the version this container is based on
# be warned there may be issues.
COPY
scripts/entrypoint.sh /opt/entrypoint.sh
COPY
tini /usr/bin/
ENV
SPARK_HOME /opt/spark
WORKDIR
/opt/spark/work-dir
RUN
chmod
g+w /opt/spark/work-dir
RUN
chmod
g+w /opt/spark/work-dir
&&
chmod
a+x /opt/entrypoint.sh
&&
chmod
a+x /usr/bin/tini
ENTRYPOINT
[ "/opt/entrypoint.sh" ]
...
...
hardening_manifest.yaml
View file @
113d885c
...
...
@@ -49,6 +49,11 @@ resources:
validation
:
type
:
sha256
value
:
0e86620d658c5ca87a71a283bd308fcaeb4c33e17792ef6f081aec17c171347f
-
filename
:
tini
url
:
https://github.com/krallin/tini/releases/download/v0.19.0/tini
validation
:
type
:
sha512
value
:
8053cc21a3a9bdd6042a495349d1856ae8d3b3e7664c9654198de0087af031f5d41139ec85a2f5d7d2febd22ec3f280767ff23b9d5f63d490584e2b7ad3c218c
# List of project maintainers
maintainers
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment