Skip to content

Commit a336f0b

Browse files
Merge pull request #281 from praveenkumar/geniso
OCPBUGS-26046: Replace genisoimage with xorriso in 4.15 to allow rhel9 bump
2 parents ed7b2df + 11fc481 commit a336f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN go build -o machine-controller-manager ./cmd/manager
77

88
FROM registry.ci.openshift.org/ocp/4.16:base
99
RUN INSTALL_PKGS=" \
10-
libvirt-libs openssh-clients genisoimage \
10+
libvirt-libs openssh-clients xorriso \
1111
" && \
1212
yum install -y $INSTALL_PKGS && \
1313
rpm -V $INSTALL_PKGS && \

0 commit comments

Comments
 (0)