From b1f6c49373336638f9b7b6a66b23b472677daf025b3f9b2860b41bb11bf19b47 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Wed, 27 Apr 2022 16:23:34 +0000 Subject: [PATCH] Accepting request 973238 from home:vulyanov:branches:Virtualization:tpm - Install vim-small instread of vim - Cleanup redundant stuff OBS-URL: https://build.opensuse.org/request/show/973238 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=23 --- Dockerfile | 7 ++----- virt-launcher-container.changes | 6 ++++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67765f6..6bcb1dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,16 +30,14 @@ RUN zypper -n install \ kubevirt-virt-launcher \ libcap-progs \ libvirt-client \ - libvirt-daemon-driver-storage-core \ libvirt-daemon-qemu \ nftables \ qemu-hw-usb-redirect \ qemu-tools \ socat \ - systemd-container \ tar \ timezone \ - vim \ + vim-small \ xorriso #!ArchExclusiveLine: x86_64 @@ -54,8 +52,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \ qemu-uefi-aarch64 ; \ fi; -RUN zypper clean -a && \ - mkdir -p /usr/share/kubevirt/virt-launcher +RUN zypper clean -a RUN mkdir -p /usr/share/OVMF diff --git a/virt-launcher-container.changes b/virt-launcher-container.changes index 5966058..a25a4c2 100644 --- a/virt-launcher-container.changes +++ b/virt-launcher-container.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 15 10:50:30 UTC 2022 - Vasily Ulyanov + +- Install vim-small instread of vim +- Cleanup redundant stuff + ------------------------------------------------------------------- Sun Mar 6 16:55:26 UTC 2022 - Vasily Ulyanov