Skip to content
Snippets Groups Projects
Commit 997313e4 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'docker' into 'master'

Docker

See merge request ghsc/nshmp/nshmp-netcdf!32
parents 8c534cd7 cda75fc6
No related branches found
No related tags found
1 merge request!32Docker
Pipeline #13890 passed
......@@ -217,6 +217,7 @@ Build/Publish Data Images:
DATA/${data}.nc;
docker build \
--build-arg netcdf_file="DATA/${data}.nc" \
--build-arg ssh_private_key="${SSH_PRIVATE_KEY}" \
-t ${INTERNAL_IMAGE_NAME} .;
rm DATA/${data}.nc
docker push ${INTERNAL_IMAGE_NAME};
......
####
# Build locally:
# docker build --build-arg ssh_private_key="$(cat ~/.ssh/id_rsa)" -t nshmp-ws .
# docker build --build-arg ssh_private_key="$(cat ~/.ssh/id_rsa)" -t nshmp-netcdf .
####
# Current project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment