We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e946333 commit d45f525Copy full SHA for d45f525
Dockerfile
@@ -19,15 +19,14 @@ RUN \
19
git checkout v4.9.5 \
20
&& make
21
22
-FROM registry.access.redhat.com/ubi9/ubi:9.6-1760340943
+FROM registry.access.redhat.com/ubi10/ubi:10.0-1760519443@sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f
23
# hadolint ignore=DL3041
24
RUN \
25
dnf update --assumeyes --disableplugin=subscription-manager \
26
&& dnf install --assumeyes --disableplugin=subscription-manager \
27
ethtool \
28
golang \
29
iproute \
30
- iptables \
31
iputils \
32
jq \
33
libselinux-utils \
0 commit comments