images/libvirt/Dockerfile
Roman Gorshunov f710069a6a Upgrade libvirt base image to bionic version
Ubuntu Xenial support has ended on April, 2021. This
patch upgrades libvirt base image to the one based on
Ubuntu Bionic, which is supported until April, 2023.
Latest available tag to date is ubuntu_bionic-20210811.

Co-author: Josh Herrera
Closes: #21
Change-Id: Ie51526391d41740139749f36b7132559329d7445
2021-09-16 22:28:32 +00:00

6 lines
224 B
Docker

FROM docker.io/openstackhelm/libvirt:ubuntu_bionic-20210811
COPY libvirtd.conf /etc/libvirt/libvirtd.conf
COPY qemu.conf /etc/libvirt/qemu.conf
COPY libvirt.sh /tmp/libvirt.sh
RUN chmod +x /tmp/libvirt.sh
CMD /tmp/libvirt.sh