Skip to content

Commit 2abe579

Browse files
author
AOS Automation Release Team
committed
Updating cluster-version-operator-container image to be consistent with ART for 4.22
Reconciling with https://github.com/openshift/ocp-build-data/tree/37a25cc2e6eec9883ae439d785f89ab3f6cb2f51/images/cluster-version-operator.yml
1 parent 386018b commit 2abe579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN hack/build-go.sh; \
55
mkdir -p /tmp/build; \
66
cp _output/linux/$(go env GOARCH)/cluster-version-operator _output/linux/$(go env GOARCH)/cluster-version-operator-tests.gz /tmp/build/
77

8-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
8+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal
99
COPY --from=builder /tmp/build/cluster-version-operator /tmp/build/cluster-version-operator-tests.gz /usr/bin/
1010
COPY install /manifests
1111
COPY vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_* /manifests/

0 commit comments

Comments
 (0)