Skip to content

Commit

Permalink
Merge pull request #281 from praveenkumar/geniso
Browse files Browse the repository at this point in the history
OCPBUGS-26046: Replace genisoimage with xorriso in 4.15 to allow rhel9 bump
  • Loading branch information
openshift-merge-bot[bot] authored Jan 4, 2024
2 parents ed7b2df + 11fc481 commit a336f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN go build -o machine-controller-manager ./cmd/manager

FROM registry.ci.openshift.org/ocp/4.16:base
RUN INSTALL_PKGS=" \
libvirt-libs openssh-clients genisoimage \
libvirt-libs openssh-clients xorriso \
" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
Expand Down

0 comments on commit a336f0b

Please sign in to comment.