Skip to content

Commit

Permalink
UPSTREAM: <carry>: Switch to dnf in Openshift handler image
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
(cherry picked from commit 6612de2)
(cherry picked from commit da4ab74)
  • Loading branch information
creydr committed May 10, 2022
1 parent 2c83dea commit a53ca45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager ./cmd/hand
FROM registry.ci.openshift.org/ocp/4.10:base

RUN \
microdnf -y update && \
microdnf -y install \
dnf -y update && \
dnf -y install \
nmstate \
iputils \
iproute && \
microdnf clean all
dnf clean all


COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/build/_output/bin/manager /usr/bin/
Expand Down

0 comments on commit a53ca45

Please sign in to comment.