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)
(cherry picked from commit a53ca45)
(cherry picked from commit 24267ed)
(cherry picked from commit 4aa6e19)
(cherry picked from commit 3af5b7c)
(cherry picked from commit b095b4f)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 630276c)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 4456104)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 9f2eb3f)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
  • Loading branch information
creydr authored and dougsland committed May 17, 2023
1 parent 250e93d commit fc28f40
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 fc28f40

Please sign in to comment.