View Issue Details

IDProjectCategoryView StatusLast Update
0003466Rocky-Linux-9dnfpublic2023-11-21 22:07
Reportersantosh karthik prasad vajghala Assigned ToLouis Abel  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Platformaarch64OSRocky LinuxOS Version9.1
Summary0003466: Package download report "Status code: 404" several tries with different mirrors and finally install from one of the mirror list.
DescriptionInstalling packages with dnf from RL 9.1 docker image repeatedly reports below error (one such example)

[MIRROR] python3-six-1.15.0-9.el9.noarch.rpm: Status code: 404 for https://rocky-linux-us-east4.production.gcp.mirrors.ctrliq.cloud/pub/rocky//9.1/BaseOS/aarch64/os/Packages/p/python3-six-1.15.0-9.el9.noarch.rpm (IP: 10.1.201.170)
Steps To ReproduceUse below docker file and try building it.

FROM docker.io/arm64v8/rockylinux:9.1
RUN yum --disablerepo=* \
         --enablerepo=baseos --enablerepo=appstream \
          --releasever 9.1 \
          group install -y "Development Tools"
TagsNo tags attached.

Activities

Louis Abel

Louis Abel

2023-06-01 08:57

administrator   ~0003598

Rocky Linux 9.1 is no longer in support and not available by normal means, and we do not recommend using it. Most mirrors should no longer be carrying 9.1 content as it has been moved to the vault. See our version guide for more information: https://wiki.rockylinux.org/rocky/version/

If you need to continue to use 9.1 (not recommended), you will need to add more commands to your docker file (before running dnf/yum) that does the following:

* Modifies /etc/yum.repos.d/rocky.repo (e.g. with sed) that changes #baseurl to baseurl, and mirrorlist to #mirrorlist
* Modifies /etc/dnf/vars/contentdir that changes pub/rocky to vault/rocky

Closing as won't fix.
Louis Abel

Louis Abel

2023-11-21 22:07

administrator   ~0005192

Closing due to 9.3 release.

Issue History

Date Modified Username Field Change
2023-06-01 08:43 santosh karthik prasad vajghala New Issue
2023-06-01 08:45 Louis Abel Description Updated
2023-06-01 08:57 Louis Abel Assigned To => Louis Abel
2023-06-01 08:57 Louis Abel Status new => resolved
2023-06-01 08:57 Louis Abel Resolution open => won't fix
2023-06-01 08:57 Louis Abel Note Added: 0003598
2023-11-21 22:07 Louis Abel Status resolved => closed
2023-11-21 22:07 Louis Abel Note Added: 0005192