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
c39d4c16
Commit
c39d4c16
authored
7 years ago
by
adelez
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #11863 from adelez/ci2
Fix image path when pulled from dockerhub.
parents
be803dc6
457b02e6
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 @
c39d4c16
...
...
@@ -69,8 +69,8 @@ fi
if
[
"
$DOCKERHUB_ORGANIZATION
"
!=
""
]
then
DOCKER_IMAGE_NAM
E
=
$DOCKERHUB_ORGANIZATION
/
$BASE_IMAGE
docker pull
$
DOCKER
_IMAGE
_NAME
BASE_IMAG
E
=
$DOCKERHUB_ORGANIZATION
/
$BASE_IMAGE
docker pull
$
BASE
_IMAGE
else
# Make sure docker image has been built. Should be instantaneous if so.
docker build
-t
$BASE_IMAGE
--force-rm
=
true
tools/dockerfile/interoptest/
$BASE_NAME
||
exit
$?
...
...
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