rocky-linux / sig-cloud-instance-images

47 stars 7 forks source link

Docker: No image with latest tag #31

Closed chblack42 closed 1 year ago

chblack42 commented 1 year ago

Looks like you no longer have a latest tag for you images on docker, both docker pull rockylinux and docker pull rockylinux:latest won't work.

The error message I receive is: Error response from daemon: manifest for rockylinux:latest not found: manifest unknown: manifest unknown

NeilHanlon commented 1 year ago

Hi @chblack42 - Thank you for your report. I wrote a more detailed post here explaining the reason for the change.

For your case, I would recommend you use either rockylinux:8 or rockylinux:9 to ensure you are pulling a specific, named version, rather than latest.

chblack42 commented 1 year ago

Thanks for the quick reply and explanation. I understand completely, already rolled back to 8.

Could you update the docker description (https://hub.docker.com/_/rockylinux?tab=description) to not suggest using latest: The rockylinux:latest tag is always the most recent version currently available.

Not sure what will happen to docker pull rockylinux which is suggested at the top of the docker page, I think it alias to docker pull rockylinux:latest

NeilHanlon commented 1 year ago

Sure can! Thank you for bringing this up.

Closing as fixed at this time, please re-open if needed.