Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud-provider-vsphere images fail to build on an arm64 platform #5260

Closed
mgfritch opened this issue Jan 12, 2024 · 1 comment
Closed

cloud-provider-vsphere images fail to build on an arm64 platform #5260

mgfritch opened this issue Jan 12, 2024 · 1 comment
Assignees

Comments

@mgfritch
Copy link
Contributor

mgfritch commented Jan 12, 2024

Describe the bug:

Cannot pull cloud-provider-vsphere images on an arm64 platform:

${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-cpi-release-manager:v1.26.1
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-driver:v3.0.1
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-syncer:v3.0.1

arm64 based builds of these images exist do not exist upstream:

gcr.io/cloud-provider-vsphere/cpi/release/driver:v3.0.1
gcr.io/cloud-provider-vsphere/cpi/release/syncer:v3.0.1

Steps To Reproduce:

Run make build-images on an arm64 platform

Additional context / logs:
Image build fails because the arm64 based images are not mirrored:

+ xargs -n1 -t docker image pull --quiet
docker image pull --quiet docker.io/rancher/mirrored-cloud-provider-vsphere-cpi-release-manager:v1.26.1
no matching manifest for linux/arm64/v8 in the manifest list entries
docker image pull --quiet docker.io/rancher/mirrored-cloud-provider-vsphere-csi-release-driver:v3.0.1
no matching manifest for linux/arm64/v8 in the manifest list entries
docker image pull --quiet docker.io/rancher/mirrored-cloud-provider-vsphere-csi-release-syncer:v3.0.1
no matching manifest for linux/arm64/v8 in the manifest list entries
docker image pull --quiet docker.io/rancher/mirrored-sig-storage-csi-node-driver-registrar:v2.7.0
docker image pull --quiet docker.io/rancher/mirrored-sig-storage-csi-resizer:v1.7.0
docker image pull --quiet docker.io/rancher/mirrored-sig-storage-livenessprobe:v2.9.0
docker image pull --quiet docker.io/rancher/mirrored-sig-storage-csi-attacher:v4.2.0
docker image pull --quiet docker.io/rancher/mirrored-sig-storage-csi-provisioner:v3.4.0
make: *** [Makefile:24: build] Error 123
mgfritch added a commit to mgfritch/rke2 that referenced this issue Jan 12, 2024
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: rancher#5260
Signed-off-by: Michael Fritch <[email protected]>
@mgfritch mgfritch added this to the v1.29.1+rke2r1 milestone Jan 12, 2024
mgfritch added a commit to mgfritch/rke2 that referenced this issue Jan 12, 2024
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: rancher#5260
Signed-off-by: Michael Fritch <[email protected]>
mgfritch added a commit to mgfritch/rke2 that referenced this issue Jan 12, 2024
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: rancher#5260
Signed-off-by: Michael Fritch <[email protected]>
@mgfritch mgfritch self-assigned this Jan 12, 2024
mgfritch added a commit to mgfritch/rke2 that referenced this issue Jan 12, 2024
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: rancher#5260
Signed-off-by: Michael Fritch <[email protected]>
mgfritch added a commit to mgfritch/rke2 that referenced this issue Jan 12, 2024
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: rancher#5260
Signed-off-by: Michael Fritch <[email protected]>
mgfritch added a commit to mgfritch/rke2 that referenced this issue Jan 12, 2024
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: rancher#5260
Signed-off-by: Michael Fritch <[email protected]>
mgfritch added a commit to mgfritch/rke2 that referenced this issue Jan 12, 2024
`rancher/image-mirror` is unable to mirror arm64 builds of these images

Issue: rancher#5260
Signed-off-by: Michael Fritch <[email protected]>
@VestigeJ VestigeJ self-assigned this Jan 24, 2024
@VestigeJ
Copy link
Contributor

Closing per #5136 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants