Accepting request 888298 from Virtualization

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/888298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-operator-container?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-04-25 19:27:27 +00:00 committed by Git OBS Bridge
commit acc6210b43
2 changed files with 7 additions and 4 deletions

View File

@ -16,10 +16,8 @@ PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-operator:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \
zypper install -y \
kubevirt-virt-operator \
shadow && \
RUN zypper -n install kubevirt-virt-operator shadow && \
zypper clean -a && \
useradd --system --no-create-home -u 1001 virt-operator
USER 1001
ENTRYPOINT [ "/usr/bin/virt-operator" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 18 08:00:09 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Run zypper clean after installation
-------------------------------------------------------------------
Wed Mar 17 07:11:30 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>