1
0

Accepting request 888452 from home:vulyanov:branches:Virtualization

- Run zypper clean after installation

OBS-URL: https://build.opensuse.org/request/show/888452
OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-uploadproxy-container?expand=0&rev=5
This commit is contained in:
Vasily Ulyanov 2021-04-26 17:14:43 +00:00 committed by Git OBS Bridge
parent 08432dc15b
commit 40cc4b732d
2 changed files with 7 additions and 2 deletions

View File

@ -16,10 +16,10 @@ PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \
zypper install -y \
RUN zypper -n install \
containerized-data-importer-uploadproxy \
shadow && \
zypper clean -a && \
useradd -u 1001 --create-home -s /bin/bash cdi-uploadproxy
WORKDIR /home/cdi-uploadproxy
USER 1001

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 25 09:44:58 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Run zypper clean after installation
-------------------------------------------------------------------
Tue Mar 16 08:40:50 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>