075ad1fc28
CVE-2020-1971: [High] has been found in openssl [1.0.2g-1ubuntu4.15], fixed in openssl [1.0.2g-1ubuntu4.18]. This patch updates parent container version to the latest available to date ubuntu_xenial-20210512, which includes openssl [1.0.2g-1ubuntu4.19]. Closes: #19 Change-Id: Iafd02d396b4bdceff927204a8dafc538a756a298
6 lines
224 B
Docker
6 lines
224 B
Docker
FROM docker.io/openstackhelm/libvirt:ubuntu_xenial-20210512
|
|
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 |