Skip to content

Commit

Permalink
Bump cni-plugins to v1.5.1-build20241009
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Oct 9, 2024
1 parent 034466c commit 3331aa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-cilium.txt
${REGISTRY}/rancher/mirrored-cilium-operator-aws:v1.16.2
${REGISTRY}/rancher/mirrored-cilium-operator-azure:v1.16.2
${REGISTRY}/rancher/mirrored-cilium-operator-generic:v1.16.2
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240910
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20241009
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-calico.txt
Expand Down Expand Up @@ -82,7 +82,7 @@ fi

xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-multus-cni:v4.1.0-build20240910
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240910
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20241009
${REGISTRY}/rancher/hardened-whereabouts:v0.8.0-build20240910
${REGISTRY}/rancher/mirrored-library-busybox:1.36.1
EOF
Expand All @@ -99,7 +99,7 @@ EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-flannel.txt
${REGISTRY}/rancher/hardened-flannel:v0.25.7-build20241007
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240910
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20241009
EOF
fi
# Continue to provide a legacy airgap archive set with the default CNI images
Expand Down

0 comments on commit 3331aa0

Please sign in to comment.