Dominique Leuenberger 2021-04-27 19:34:44 +00:00 committed by Git OBS Bridge
commit 300be7cb45
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-controller:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \
zypper install -y \
RUN zypper -n install \
containerized-data-importer-controller \
shadow && \
zypper clean -a && \
useradd -u 1001 --create-home -s /bin/bash cdi-controller
WORKDIR /home/cdi-controller
USER 1001

View File

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