Skip to content
Snippets Groups Projects
Commit 44360ab6 authored by Adele Zhou's avatar Adele Zhou
Browse files

Modify image names to match the one in dockerhub.

parent c3447672
No related branches found
No related tags found
No related merge requests found
...@@ -62,9 +62,9 @@ fi ...@@ -62,9 +62,9 @@ fi
# on OSX use md5 instead of sha1sum # on OSX use md5 instead of sha1sum
if which sha1sum > /dev/null; if which sha1sum > /dev/null;
then then
BASE_IMAGE=${BASE_NAME}_base:`sha1sum tools/dockerfile/interoptest/$BASE_NAME/Dockerfile | cut -f1 -d\ ` BASE_IMAGE=${BASE_NAME}_`sha1sum tools/dockerfile/interoptest/$BASE_NAME/Dockerfile | cut -f1 -d\ `
else else
BASE_IMAGE=${BASE_NAME}_base:`md5 -r tools/dockerfile/interoptest/$BASE_NAME/Dockerfile | cut -f1 -d\ ` BASE_IMAGE=${BASE_NAME}_`md5 -r tools/dockerfile/interoptest/$BASE_NAME/Dockerfile | cut -f1 -d\ `
fi fi
if [ "$DOCKERHUB_ORGANIZATION" != "" ] if [ "$DOCKERHUB_ORGANIZATION" != "" ]
......
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