You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN yum install -y https://dl.rockylinux.org/pub/rocky/9/devel/$(uname -m)/os/Packages/i/iptables-libs-1.8.10-2.el9.$(uname -m).rpm
3.398 [MIRROR] iptables-libs-1.8.10-2.el9.x86_64.rpm: Status code: 404 for https://dl.rockylinux.org/pub/rocky/9/devel/x86_64/os/Packages/i/iptables-libs-1.8.10-2.el9.x86_64.rpm
Is this a BUG REPORT or FEATURE REQUEST?
Choose one: BUG REPORT
What happened:
The Docker build fails during the following step:
3.398 [MIRROR] iptables-libs-1.8.10-2.el9.x86_64.rpm: Status code: 404 for https://dl.rockylinux.org/pub/rocky/9/devel/x86_64/os/Packages/i/iptables-libs-1.8.10-2.el9.x86_64.rpm
The
iptables-libs
version has been updated,(iptables-libs-1.8.10-4.el9_4.x86_64.rpm), and the specified RPM file is no longer available at this location.What you expected to happen:
The
iptables-libs
package should be installed successfully, and the Docker image should build without errors.How to reproduce it (as minimally and precisely as possible):
yum install
command foriptables-libs
.Anything else we need to know?:
To resolve this, I suggest using the archived version of the RPM package instead of the latest version. The correct path would be:
This ensures that the specified version of
iptables-libs
is available for installation.The text was updated successfully, but these errors were encountered: