Skip to content

Commit dcc48f7

Browse files
committed
Migrate from RHEL9 to UBI9-minimal image
1 parent 41b064e commit dcc48f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile.operator.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/kubernetes-nmstate
33
COPY . .
44
RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager ./cmd/operator
55

6-
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal
77

88
COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/build/_output/bin/manager /usr/bin/
99
COPY deploy/crds/nmstate.io_nodenetwork*.yaml /bindata/kubernetes-nmstate/crds/

0 commit comments

Comments
 (0)