UNCLASSIFIED

Commit 9160e4df authored by Michael Uranaka's avatar Michael Uranaka
Browse files

Fixing container tag.

parent 0b7e1214
Pipeline #231013 passed with stages
in 10 minutes and 50 seconds
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=opensource/python/python39
ARG BASE_TAG=3.9.4
ARG BASE_TAG=v3.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"]
......@@ -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!"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment