Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
44360ab6
Commit
44360ab6
authored
7 years ago
by
Adele Zhou
Browse files
Options
Downloads
Patches
Plain Diff
Modify image names to match the one in dockerhub.
parent
c3447672
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/run_tests/dockerize/build_interop_image.sh
+2
-2
2 additions, 2 deletions
tools/run_tests/dockerize/build_interop_image.sh
with
2 additions
and
2 deletions
tools/run_tests/dockerize/build_interop_image.sh
+
2
−
2
View file @
44360ab6
...
@@ -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
"
!=
""
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment