Skip to content

Commit

Permalink
Added "latest" to build image tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp-opendap committed Feb 26, 2019
1 parent 6538ede commit 45b4671
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mkDist
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,22 @@ do
docker build -t `echo "${docker_container}" | tr '[:upper:]' '[:lower:]'` ${docker_container};
done
#
#
#
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#
# This builds the hyrax release images with the correct tags
#
docker build -t opendap/hyrax:${HYRAX_FULL_VERSION} hyrax;
docker build -t opendap/hyrax:latest hyrax;
#
docker build -t opendap/hyrax_ncwms:${HYRAX_FULL_VERSION} --build-arg USE_NCWMS=true hyrax;

docker build -t opendap/hyrax_ncwms:latest --build-arg USE_NCWMS=true hyrax;
#
#
# Return to top dir...
cd ..

#
###############################################################################################
###############################################################################################
###############################################################################################
Expand Down

0 comments on commit 45b4671

Please sign in to comment.