From f710069a6afe232c888c040e942935899882964b Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Mon, 31 May 2021 08:58:23 +0000 Subject: [PATCH] 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 --- libvirt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/Dockerfile b/libvirt/Dockerfile index d852b02..06cf08c 100644 --- a/libvirt/Dockerfile +++ b/libvirt/Dockerfile @@ -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