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
G
Galvanize
galvanize
python-code-evaluator
Commits
c12ee91a
Commit
c12ee91a
authored
May 05, 2021
by
Michael Uranaka
Committed by
Michael Simmons
May 05, 2021
Browse files
Update container to use latest python base image.
parent
bc53b0b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+2
-2
scripts/repackage.sh
scripts/repackage.sh
+1
-1
No files found.
Dockerfile
View file @
c12ee91a
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=opensource/python/python39
ARG
BASE_TAG=v3.9.
4
ARG
BASE_TAG=v3.9.
5
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
0
...
...
hardening_manifest.yaml
View file @
c12ee91a
...
...
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
opensource/python/python39"
BASE_TAG
:
"
v3.9.
4
"
BASE_TAG
:
"
v3.9.
5
"
# Docker image labels
labels
:
...
...
@@ -38,7 +38,7 @@ resources:
filename
:
redis-cli.tar.gz
validation
:
type
:
sha256
value
:
ff42bc97d2d23a3ef9adc6c58d96edc1c4da100315f6e9b8aed945b0639c63a6
value
:
18e1ce8f3a0ecb96746b4540a6067b440f8f3e93b680392f8b13cee021e2cdc3
# List of project maintainers
maintainers
:
...
...
scripts/repackage.sh
View file @
c12ee91a
...
...
@@ -3,7 +3,7 @@
# Image Params.
BASE_REGISTRY
=
registry1.dso.mil
BASE_IMAGE
=
ironbank/opensource/python/python39
BASE_TAG
=
v3.9.
4
BASE_TAG
=
v3.9.
5
# This is the profile name in your aws credentials file.
DEPENDENCY_FOLDER
=
build_dependencies
...
...
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