AlmaLinux / docker-images

Home for AlmaLinux Docker image RootFS files and production version of sources
MIT License
100 stars 27 forks source link

almalinux/8-base:8.6 images not accessible on DockerHub for linux/arm64v8 #68

Closed northerngit closed 2 years ago

northerngit commented 2 years ago

There seems to be an issue with linux/arm64v8 architecture for the almalinux/8-base image.

❯ docker pull almalinux/8-base:8.6
8.6: Pulling from almalinux/8-base
no matching manifest for linux/arm64/v8 in the manifest list entries

The artifacts appear to be on DockerHub, yet the image is not accessible.

srbala commented 2 years ago

Seems like dockerhub doen't honor the alias. We need to update metadata of the manifest. We will update it soon.

Please try passing --platform=linux/arm64v8 to your commands, pull, run and build etc. That will get pass current issue.

northerngit commented 2 years ago

Thank you - the work around was sufficient to get our CI pipeline working!

northerngit commented 2 years ago

Is there any update on a resolution?

srbala commented 2 years ago

@northerngit images updates have been posted, please verify

northerngit commented 2 years ago

@srbala Appreciate the update; the manifests now parse correctly. Thank you!