File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o namespace-scope-opera
21
21
# Use distroless as minimal base image to package the manager binary
22
22
# Refer to https://github.com/GoogleContainerTools/distroless for more details
23
23
# FROM gcr.io/distroless/static:nonroot
24
- FROM hyc-cloud-private-edge-docker-local.artifactory.swg-devops.com /build-images/ubi8-minimal:latest
24
+ FROM docker-na-public.artifactory.swg-devops.com/ hyc-cloud-private-edge-docker-local/build-images/ubi8-minimal:latest
25
25
26
26
ARG VCS_REF
27
27
ARG VCS_URL
Original file line number Diff line number Diff line change 66
66
QUAY_REGISTRY ?= quay.io/opencloudio
67
67
68
68
ifeq ($(BUILD_LOCALLY ) ,0)
69
- ARTIFACTORYA_REGISTRY ?= "hyc-cloud-private-integration-docker-local.artifactory.swg-devops.com /ibmcom"
69
+ ARTIFACTORYA_REGISTRY ?= "docker-na-public.artifactory.swg-devops.com/ hyc-cloud-private-integration-docker-local/ibmcom"
70
70
else
71
- ARTIFACTORYA_REGISTRY ?= "hyc-cloud-private-scratch-docker-local.artifactory.swg-devops.com /ibmcom"
71
+ ARTIFACTORYA_REGISTRY ?= "docker-na-public.artifactory.swg-devops.com/ hyc-cloud-private-scratch-docker-local/ibmcom"
72
72
endif
73
73
74
74
# Current Operator image name
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
KUBECTL=$( which kubectl)
19
- DOCKER_REGISTRY=" hyc-cloud-private-integration-docker-local.artifactory.swg-devops.com "
20
- DOCKER_EDGE_REGISTRY=" hyc-cloud-private-edge-docker-local.artifactory.swg-devops.com "
19
+ DOCKER_REGISTRY=" docker-na-public.artifactory.swg-devops.com/ hyc-cloud-private-integration-docker-local"
20
+ DOCKER_EDGE_REGISTRY=" docker-na-public.artifactory.swg-devops.com/ hyc-cloud-private-edge-docker-local"
21
21
DOCKER_USERNAME=$( ${KUBECTL} -n default get secret artifactory-cred -o jsonpath=' {.data.username}' | base64 --decode)
22
22
DOCKER_PASSWORD=$( ${KUBECTL} -n default get secret artifactory-cred -o jsonpath=' {.data.password}' | base64 --decode)
23
23
You can’t perform that action at this time.
0 commit comments