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.7 images on DockerHub missing linux/amd64 and linux/arm64 architectures #85

Closed northerngit closed 1 year ago

northerngit commented 1 year ago

There seems to be an issue with linux/amd64 and linux/arm64 architectures for the almalinux/8-base image.

❯ docker pull almalinux/8-base:8.7 --platform=linux/amd64
8.7: Pulling from almalinux/8-base
no matching manifest for linux/amd64 in the manifest list entries

Digests only exist for linux/ppc64le and linux/s390x.

LKHN commented 1 year ago

Fixed. Thanks for the quick report!

northerngit commented 1 year ago

@LKHN Appreciate the update, thank you!