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
22554c71
Commit
22554c71
authored
Jul 13, 2021
by
Michael Uranaka
Browse files
updating to latest python image
parent
2e5cf5c4
Pipeline
#363656
passed with stages
in 6 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
hardening_manifest.yaml
hardening_manifest.yaml
+5
-5
scripts/repackage.sh
scripts/repackage.sh
+2
-2
No files found.
hardening_manifest.yaml
View file @
22554c71
...
...
@@ -8,13 +8,13 @@ name: "galvanize/galvanize/python-code-evaluator"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
0.1.
2
"
-
"
0.1.
3
"
-
"
latest"
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
opensource/python/python39"
BASE_TAG
:
"
v3.9.
5
"
BASE_TAG
:
"
v3.9.
6
"
# Docker image labels
labels
:
...
...
@@ -23,7 +23,7 @@ labels:
org.opencontainers.image.licenses
:
"
proprietary"
org.opencontainers.image.url
:
"
https://www.galvanize.com"
org.opencontainers.image.vendor
:
"
Galvanize"
org.opencontainers.image.version
:
"
0.1.
2
"
org.opencontainers.image.version
:
"
0.1.
3
"
mil.dso.ironbank.image.keywords
:
"
lms,learn,galvanize,online,classes,remote,learning"
mil.dso.ironbank.image.type
:
"
commercial"
mil.dso.ironbank.product.name
:
"
Learn"
...
...
@@ -34,11 +34,11 @@ resources:
type
:
s3
id
:
galvanize
region
:
us-gov-west-1
url
:
s3://learn-dependencies/python-evaluator/redis-cli-0.1.
2
.tar.gz
url
:
s3://learn-dependencies/python-evaluator/redis-cli-0.1.
3
.tar.gz
filename
:
redis-cli.tar.gz
validation
:
type
:
sha256
value
:
320524af8050b7e7812842e81a89a73d9bd4b2243e63b33ef4a7c91f2b69682d
value
:
00e97c4cdc39d17e7207184c6fd0e6d7e009df7d9e3f1867d6d2b22b390e9bf5
# List of project maintainers
maintainers
:
...
...
scripts/repackage.sh
View file @
22554c71
...
...
@@ -2,8 +2,8 @@
# Image Params.
BASE_REGISTRY
=
registry1.dso.mil
BASE_IMAGE
=
ironbank/
opensource/python/python39
BASE_TAG
=
v3.9.5
BASE_IMAGE
=
"
ironbank/
$(
yq e
'.args.BASE_IMAGE'
../hardening_manifest.yaml
)
"
BASE_TAG
=
$(
yq e
'.args.BASE_TAG'
../hardening_manifest.yaml
)
# 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