File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ buildimage: build-systemutil
68
68
--build-arg travis_build_number=${TRAVIS_BUILD_NUMBER} \
69
69
--build-arg REPO_SOURCE_URL=${REPO_SOURCE_URL} \
70
70
--build-arg BUILD_URL=${BUILD_URL} \
71
- --build-arg PROXY_IMAGE_URL_DOCKERHUB=${PROXY_IMAGE_URL_DOCKERHUB} \
72
71
-t $(IMAGE ) :$(VERSION ) -f Dockerfile .
73
72
74
73
@@ -77,7 +76,9 @@ build-systemutil:
77
76
# Build executables like block-attacher and system util GO binaries
78
77
# go mod download
79
78
# go run github.ibm.com/alchemy-containers/go-build-tools/cmd/goproxy -docker-build -- \
80
- docker build -t common-lib-builder --pull -f Dockerfile.builder .
79
+ docker build \
80
+ --build-arg PROXY_IMAGE_URL_DOCKERHUB=${PROXY_IMAGE_URL_DOCKERHUB} \
81
+ -t common-lib-builder --pull -f Dockerfile.builder .
81
82
docker run common-lib-builder /bin/true
82
83
docker cp ` docker ps -q -n=1` :/go/bin/systemutil ./systemutil
83
84
docker cp ` docker ps -q -n=1` :/go/bin/block-storage-attacher ./block-storage-attacher
You can’t perform that action at this time.
0 commit comments