Skip to content

Commit

Permalink
upgrade to CNI plugins v0.9.1
Browse files Browse the repository at this point in the history
previously blocked on missing artifacts, which has been fixed (contacted upstream via aojea)
  • Loading branch information
BenTheElder committed Feb 23, 2021
1 parent 0e0c367 commit 1863752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ ARG CRICTL_ARM64_SHA256SUM="eda6879710eb046d335162d4afe8494c6f8161142ad318802285
ARG CRICTL_PPC64LE_SHA256SUM="da0c052983ba884f9605b14bf627664df67fcdb41c7f6908368bf4745f889b26"

# Configure CNI binaries from upstream
ARG CNI_PLUGINS_VERSION="v0.9.0"
ARG CNI_PLUGINS_VERSION="v0.9.1"
ARG CNI_PLUGINS_TARBALL="${CNI_PLUGINS_VERSION}/cni-plugins-linux-${TARGETARCH}-${CNI_PLUGINS_VERSION}.tgz"
ARG CNI_PLUGINS_URL="https://github.com/containernetworking/plugins/releases/download/${CNI_PLUGINS_TARBALL}"
ARG CNI_PLUGINS_AMD64_SHA256SUM="58a58d389895ba9f9bbd3ef330f186c0bb7484136d0bfb9b50152eed55d9ec24"
ARG CNI_PLUGINS_ARM64_SHA256SUM="49bdf1d3c852a831964aea8c9d12340b36107ee756d8328403905ff599abc6f5"
ARG CNI_PLUGINS_PPC64LE_SHA256SUM="d37829b5eeca0c941b4478203c75c6cc26d9cfc1d6c8bb451c0008e0c02a025f"
ARG CNI_PLUGINS_AMD64_SHA256SUM="962100bbc4baeaaa5748cdbfce941f756b1531c2eadb290129401498bfac21e7"
ARG CNI_PLUGINS_ARM64_SHA256SUM="ef17764ffd6cdcb16d76401bac1db6acc050c9b088f1be5efa0e094ea3b01df0"
ARG CNI_PLUGINS_PPC64LE_SHA256SUM="5bd3c82ef248e5c6cc388f25545aa5a7d318778e5f9bc0a31475361bb27acefe"

# copy in static files (configs, scripts)
COPY files/ /
Expand Down

0 comments on commit 1863752

Please sign in to comment.