Skip to content

Commit

Permalink
Disable cloud-provider-vsphere arm64 images
Browse files Browse the repository at this point in the history
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: #5260
Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Jan 12, 2024
1 parent 9010ef0 commit 055452d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-calico.txt
${REGISTRY}/rancher/mirrored-calico-apiserver:v3.26.3
EOF

if [ "${GOARCH}" != "arm64" ]; then
xargs -n1 -t docker image pull --quiet << EOF > build/images-vsphere.txt
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-cpi-release-manager:v1.26.1
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-driver:v3.0.1
Expand All @@ -70,6 +71,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-vsphere.txt
${REGISTRY}/rancher/mirrored-sig-storage-csi-attacher:v4.2.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-provisioner:v3.4.0
EOF
fi

xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-multus-cni:v4.0.2-build20231009
Expand Down

0 comments on commit 055452d

Please sign in to comment.