Skip to content

Commit d45f525

Browse files
committed
Experiment with ubi10
1 parent e946333 commit d45f525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ RUN \
1919
git checkout v4.9.5 \
2020
&& make
2121

22-
FROM registry.access.redhat.com/ubi9/ubi:9.6-1760340943
22+
FROM registry.access.redhat.com/ubi10/ubi:10.0-1760519443@sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f
2323
# hadolint ignore=DL3041
2424
RUN \
2525
dnf update --assumeyes --disableplugin=subscription-manager \
2626
&& dnf install --assumeyes --disableplugin=subscription-manager \
2727
ethtool \
2828
golang \
2929
iproute \
30-
iptables \
3130
iputils \
3231
jq \
3332
libselinux-utils \

0 commit comments

Comments
 (0)