Docker image manifest missing, cannot pull

Anyone know what is going on with the official RockyLinux docker image?

$ docker pull rockylinux
Using default tag: latest
Error response from daemon: manifest for rockylinux:latest not found: manifest unknown: manifest unknown

There is no “latest” tag. You must be explicit on what you want. See here.

The rockylinux:latest tag is intentionally missing. Please choose a major version (currently 8 or 9) tag, or a more specific tag to ensure you are pulling the version of Rocky Linux you want: e.g. rockylinux:8 or rockylinux:9

1 Like

Which place should be preferred? docker.io or quay.io ? I see ubi tags only at quay.io … and is the toolbox image not managed anymore? Thx!