View Issue Details

IDProjectCategoryView StatusLast Update
0008383ContainersGeneralpublic2024-11-27 01:22
ReporterMichael Tomer Assigned ToLouis Abel  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionsuspended 
Summary0008383: The Docker (OCI) images section on the Rocky 9 download page is pointing to a Rocky 9.3 image
DescriptionWhen attempting to download the Rocky 9 Docker (OCI) image from the https://rockylinux.org/download page, It pulls a Rocky 9.3 image. This is incorrect
Steps To ReproduceGoto https://rockylinux.org/download

Scroll down to the "Docker (OCI) Images" section. Make sure that the version that is selected is "Rocky Linux 9".

Click on either the "Full Image" or "Minimal Image". For this reproduction I will choose "Full Image"

This takes you to: https://hub.docker.com/layers/library/rockylinux/9/images/sha256-45cc42828cc5ceeffa3a9b4f6363fb582fac3ab91f77bf403daa067f8f049f96?context=explore

Note that the container index digest sha256 is sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6

Additionally if you were to download that image by running the command: docker pull rockylinux:9

Then launch the container and cat the rocky version with these commands:
docker run -t -i rockylinux:9 /bin/bash
[root@cf2fe551e787 /]# cat /etc/rocky-release
Rocky Linux release 9.3 (Blue Onyx)

Additional InformationIt seems to me that those links should be pointing to

https://hub.docker.com/r/rockylinux/rockylinux/tags which seems to have all current docker images
TagsNo tags attached.

Activities

Louis Abel

Louis Abel

2024-11-27 01:22

administrator   ~0008911

Thank you for the report.

This appears to be a report about the website and not about the containers themselves. This issue was already reported here: https://github.com/rocky-linux/rockylinux.org/issues/77

I have requested the maintainers to look into it on the above issue. I recommend following the linked issue for this.

Issue History

Date Modified Username Field Change
2024-11-26 18:56 Michael Tomer New Issue
2024-11-27 01:22 Louis Abel Assigned To => Louis Abel
2024-11-27 01:22 Louis Abel Status new => closed
2024-11-27 01:22 Louis Abel Resolution open => suspended
2024-11-27 01:22 Louis Abel Note Added: 0008911