No rockylinux:10 on Docker Hub

There is no rockylinux:10 on Docker Hub.

# docker pull rockylinux:10

Error response from daemon: manifest for rockylinux:10 not found: manifest unknown: manifest unknown

Is there a reason for that?

Yes, having “official docker images” is difficult to maintain (we can’t handle this ourselves). The page directs you here.

1 Like

So instead of trying to use the short docker library name, use:

root@os-docker:~# docker pull rockylinux/rockylinux:10

10: Pulling from rockylinux/rockylinux
0c53e9fad032: Pull complete 
Digest: sha256:f4da504c18e7aced902f4f728cde787cd9d9b817bc639fe171026d18364dca6c
Status: Downloaded newer image for rockylinux/rockylinux:10
docker.io/rockylinux/rockylinux:10
1 Like

Ah. Thank you. That works.

So rockylinux:8 and rockylinux:9 are essentially aliases and the same as rockylinux/rockylinux:8 and rockylinux/rockylinux:9?

rockylinux/rockylinux images are the ones we directly maintain and submit and may or may not match what is in the docker official image library. The docker official library images (at the time of this writing) are completely out of date.

1 Like