Skip to content

Commit f8e1365

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile.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/handler/
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
RUN \
99
dnf -y update && \

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)