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
This commit is contained in:
Roman Gorshunov 2021-05-31 08:58:23 +00:00 committed by Josh Herrera
parent cc155f3379
commit f710069a6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/openstackhelm/libvirt:ubuntu_xenial-20210512
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