View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003466 | Rocky-Linux-9 | dnf | public | 2023-06-01 08:43 | 2023-06-01 08:57 |
Reporter | santosh karthik prasad vajghala | Assigned To | Louis Abel | ||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Platform | aarch64 | OS | Rocky Linux | OS Version | 9.1 |
Summary | 0003466: Package download report "Status code: 404" several tries with different mirrors and finally install from one of the mirror list. | ||||
Description | Installing 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 Reproduce | Use 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" | ||||
Tags | No tags attached. | ||||
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. |
|
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 |