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 51
51
spec:
52
52
containers:
53
53
- name: registry
54
- image: ${image}
54
+ image: registry:3
55
55
imagePullPolicy: IfNotPresent
56
- command:
57
- - /registry
58
- args:
59
- - "--registry-address=:5000"
60
56
volumeMounts:
61
57
- mountPath: /var/certs
62
58
name: operator-controller-e2e-certs
Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ WORKDIR /build
3
3
COPY . .
4
4
# TODO Modify upstream Makefile to separate the 'go build' commands
5
5
# from 'image-registry' target so we don't need these
6
- RUN go build -o ./registry ./testdata/registry/registry.go
7
6
RUN go build -o ./push ./testdata/push/push.go
8
7
9
8
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
10
9
USER 1001
11
- COPY --from=builder /build/registry /registry
12
10
COPY --from=builder /build/push /push
13
11
COPY openshift/operator-controller/manifests /openshift/manifests
14
12
COPY testdata/images /images
You can’t perform that action at this time.
0 commit comments