File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 5151 spec:
5252 containers:
5353 - name: registry
54- image: ${image}
54+ image: registry:3
5555 imagePullPolicy: IfNotPresent
56- command:
57- - /registry
58- args:
59- - "--registry-address=:5000"
6056 volumeMounts:
6157 - mountPath: /var/certs
6258 name: operator-controller-e2e-certs
Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ WORKDIR /build
33COPY . .
44# TODO Modify upstream Makefile to separate the 'go build' commands
55# from 'image-registry' target so we don't need these
6- RUN go build -o ./registry ./testdata/registry/registry.go
76RUN go build -o ./push ./testdata/push/push.go
87
98FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
109USER 1001
11- COPY --from=builder /build/registry /registry
1210COPY --from=builder /build/push /push
1311COPY openshift/operator-controller/manifests /openshift/manifests
1412COPY testdata/images /images
You can’t perform that action at this time.
0 commit comments