Skip to content

Commit

Permalink
Updating dpu-cni-container image to be consistent with ART for 4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Oct 14, 2024
1 parent df49463 commit be890e3
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 be890e3

Please sign in to comment.