File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ RUN hack/build-go.sh; \
8
8
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
9
9
COPY --from=builder /tmp/build/cluster-version-operator /usr/bin/
10
10
COPY install /manifests
11
- COPY vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_* /manifests/
11
+ COPY vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_* /manifests/
12
+
12
13
COPY bootstrap /bootstrap
13
14
ENTRYPOINT ["/usr/bin/cluster-version-operator" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ RUN hack/build-go.sh; \
8
8
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
9
9
COPY --from=builder /tmp/build/cluster-version-operator /usr/bin/
10
10
COPY install /manifests
11
- COPY vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_* /manifests/
11
+ COPY vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/ 0000_00_cluster-version-operator_* /manifests/
12
12
COPY bootstrap /bootstrap
13
13
ENTRYPOINT ["/usr/bin/cluster-version-operator"]
You can’t perform that action at this time.
0 commit comments