File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ OSS_FILES := Dockerfile go.mod
17
17
LINT_VERSION ="1.50.1"
18
18
GOSEC_VERSION ="v2.14.0"
19
19
NANCY_VERSION := 1.0.42
20
-
20
+ PROXY_IMAGE_URL =docker-na.artifactory.swg-devops.com/wcp-alchemy-containers-team-icr-docker-remote
21
21
PROXY_IMAGE_URL_DOCKERHUB: ="docker.io"
22
22
23
23
ifdef ARTIFACTORY_API_KEY
@@ -81,7 +81,7 @@ buildimage-fips: login-registry deps
81
81
ASSETURL=" $$ (curl -X GET -H " Authorization: token ${GHE_TOKEN} " " https://github.ibm.com/api/v3/repos/alchemy-registry/base/releases/latest" | jq -r '.assets[0].url')" ; \
82
82
curl -H " Authorization: token ${GHE_TOKEN} " -H " Accept: application/octet-stream" -L $$ ASSETURL > base.image
83
83
set -a
84
- source base.image && \
84
+ . ./ base.image && \
85
85
IMAGE_TAG=" $$ (echo $$ COMMON_ARMADA_golang_builder | cut -d':' -f2)" && \
86
86
BUILDER=" ${PROXY_IMAGE_URL} /armada-master/ibm-storage-golang:$$ IMAGE_TAG" && \
87
87
bt build image -goproxy -- docker build --rm \
You can’t perform that action at this time.
0 commit comments