Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1917966: Force update of dnsmasq #138

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM ubi8

RUN dnf update -y && \
dnf install -y python3-gunicorn openstack-ironic-api openstack-ironic-conductor crudini \
iproute dnsmasq httpd qemu-img parted gdisk ipxe-bootimgs psmisc procps-ng \
iproute "dnsmasq >= 2.79-11.el8_2.2" httpd qemu-img parted gdisk ipxe-bootimgs psmisc procps-ng \
mariadb-server ipxe-roms-qemu genisoimage python3-ironic-prometheus-exporter \
python3-jinja2 python3-sushy-oem-idrac && \
dnf clean all && \
Expand Down