docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
232 stars 40 forks source link

`rockylinux` container lacks a `latest` tag #2286

Closed mernst closed 1 year ago

mernst commented 1 year ago

Problem description

https://hub.docker.com/_/rockylinux contains the command docker pull rockylinux near the upper right corner.

This command does not work. The output is

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

However, running docker pull rockylinux:9 does work.

Debug Information

Browser name and version: Chrome Version 107.0.5304.110 (Official Build) (64-bit)

URL: https://hub.docker.com/_/rockylinux

Timetamp or time range: Sun Nov 13 05:18:47 PM PST 2022

Hub Username: mdernst

Task List

binman-docker commented 1 year ago

This appears to be intentional per the maintainers: https://github.com/docker-library/official-images/issues/12797

mernst commented 1 year ago

Thanks for that information. I'll close the issue.