Skip to content

Commit 42e945c

Browse files
committed
1 parent b4cfe86 commit 42e945c

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-minimal
8+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
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)