Accepting request 886475 from home:vulyanov:branches:Virtualization

- Run zypper clean after installation

OBS-URL: https://build.opensuse.org/request/show/886475
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-operator-container?expand=0&rev=7
This commit is contained in:
Dirk Mueller 2021-04-20 08:11:10 +00:00 committed by Git OBS Bridge
parent 82aea34856
commit 541c2ef31d
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>