Accepting request 1099269 from home:vulyanov:branches:Virtualization

- Switch to qemu user (107)

OBS-URL: https://build.opensuse.org/request/show/1099269
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-exportserver-container?expand=0&rev=5
This commit is contained in:
Vasily Ulyanov 2023-07-18 12:29:08 +00:00 committed by Git OBS Bridge
parent e4956426e7
commit 065ea4bfb8
2 changed files with 12 additions and 4 deletions

View File

@ -22,8 +22,11 @@ LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-exportserver:%%PKG_VERSION%%.%RELEASE%"
# endlabelprefix
RUN zypper -n install kubevirt-virt-exportserver shadow tar && \
zypper clean -a && \
useradd -u 1001 --create-home -s /bin/bash virt-exportserver
USER 1001
RUN zypper -n install \
kubevirt-virt-exportserver \
system-user-qemu \
tar && \
zypper clean -a
USER 107
ENTRYPOINT [ "/usr/bin/virt-exportserver" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 17 08:21:09 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Switch to qemu user (107)
-------------------------------------------------------------------
Thu Aug 4 07:26:59 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>