Skip to content

Commit 796591b

Browse files
Merge pull request #1296 from openshift-bot/art-consistency-openshift-4.22-cluster-version-operator
OCPBUGS-74028: Updating cluster-version-operator-container image to be consistent with ART for 4.22
2 parents bdd3553 + 2abe579 commit 796591b

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)