Skip to content
Snippets Groups Projects
Commit 19fc5526 authored by adelez's avatar adelez Committed by GitHub
Browse files

Merge pull request #11805 from adelez/ci2

Modify image names to match the one in dockerhub.
parents abcdfc96 44360ab6
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