1
0

Accepting request 888453 from home:vulyanov:branches:Virtualization

- Run zypper clean after installation

OBS-URL: https://build.opensuse.org/request/show/888453
OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-uploadserver-container?expand=0&rev=5
This commit is contained in:
Vasily Ulyanov 2021-04-26 17:14:34 +00:00 committed by Git OBS Bridge
parent cb24f41cc2
commit 0c3e9bd3eb
2 changed files with 8 additions and 3 deletions

View File

@ -16,9 +16,9 @@ PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/cdi-uploadserver:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \
zypper install -y \
RUN zypper -n install \
qemu-tools qemu-block-curl tar util-linux \
containerized-data-importer-uploadserver
containerized-data-importer-uploadserver && \
zypper clean -a
ENTRYPOINT [ "/usr/bin/virt-cdi-uploadserver", "-alsologtostderr" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 25 09:45:47 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Run zypper clean after installation
-------------------------------------------------------------------
Tue Mar 16 16:24:37 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>