Skip to content

Commit

Permalink
Merge pull request #177 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.18-dpu-cni

OCPBUGS-43351: Updating dpu-cni-container image to be consistent with ART for 4.18
  • Loading branch information
openshift-merge-bot[bot] authored Oct 23, 2024
2 parents c504760 + be890e3 commit a185e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.CNI.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /usr/src/dpu-cni
WORKDIR /usr/src/dpu-cni
RUN go build -a -o dpucni ./dpu-cni/dpu-cni.go

FROM registry.ci.openshift.org/ocp/builder:rhel-9-enterprise-base-multi-openshift-4.18
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
COPY --from=builder /usr/src/dpu-cni/dpucni /usr/bin/
WORKDIR /

Expand Down

0 comments on commit a185e0f

Please sign in to comment.