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
9160e4df
Commit
9160e4df
authored
Apr 23, 2021
by
Michael Uranaka
Browse files
Fixing container tag.
parent
0b7e1214
Pipeline
#231013
passed with stages
in 10 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+2
-2
scripts/repackage.sh
scripts/repackage.sh
+1
-1
No files found.
Dockerfile
View file @
9160e4df
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=opensource/python/python39
ARG
BASE_TAG=3.9.4
ARG
BASE_TAG=
v
3.9.4
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
0
...
...
@@ -28,4 +28,4 @@ USER 1001
HEALTHCHECK
none
# Set the entrypoint.
ENTRYPOINT
["/app/get-job.sh"]
\ No newline at end of file
ENTRYPOINT
["/app/get-job.sh"]
scripts/repackage.sh
View file @
9160e4df
...
...
@@ -64,4 +64,4 @@ sed -i '' -e "s|$REDIS_PREV_URL|${AWS_BUCKET_URL}/redis-cli-${VERSION_NUMBER}.ta
echo
"Removing dependency folder."
rm
-rf
$DEPENDENCY_FOLDER
echo
"Done!"
\ No newline at end of file
echo
"Done!"
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