Skip to content

Commit

Permalink
base: bump cni plugins to v1.5.1 (#4185)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian authored Jun 18, 2024
1 parent b57964c commit 5566029
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
CVE-2024-24789
CVE-2024-24790
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN curl -sSf -L --retry 5 -o /usr/bin/dumb-init https://github.com/Yelp/dumb-in
chmod +x /usr/bin/dumb-init

ARG ARCH
ARG CNI_VERSION=v1.5.0
ARG CNI_VERSION=v1.5.1
RUN curl -sSf -L --retry 5 https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C . ./loopback ./portmap ./macvlan

ARG KUBE_VERSION="v1.30.2"
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base-dpdk
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN mkdir -p /var/run/openvswitch && \

ARG ARCH
ARG DPDK_VERSION=23.11.1
ARG CNI_VERSION=v1.4.1
ARG CNI_VERSION=v1.5.1
RUN curl -sSf -L --retry 5 https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C . ./loopback ./portmap ./macvlan

COPY --from=ovs-builder /usr/src/dpdk-stable-${DPDK_VERSION} /usr/src/dpdk-stable-${DPDK_VERSION}
Expand Down

0 comments on commit 5566029

Please sign in to comment.