Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cdi-operator-container for
openSUSE:Factory checked in at 2021-04-27 21:34:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdi-operator-container (Old)
and /work/SRC/openSUSE:Factory/.cdi-operator-container.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdi-operator-container"
Tue Apr 27 21:34:43 2021 rev:2 rq:888562 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/cdi-operator-container/cdi-apiserver-operator.changes
2021-04-24 23:09:31.683426611 +0200
+++
/work/SRC/openSUSE:Factory/.cdi-operator-container.new.12324/cdi-apiserver-operator.changes
2021-04-27 21:34:54.552008186 +0200
@@ -1,0 +2,5 @@
+Sun Apr 25 09:44:08 UTC 2021 - Vasily Ulyanov <[email protected]>
+
+- Run zypper clean after installation
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.pevVC0/_old 2021-04-27 21:34:54.924008798 +0200
+++ /var/tmp/diff_new_pack.pevVC0/_new 2021-04-27 21:34:54.924008798 +0200
@@ -16,10 +16,10 @@
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL
org.opensuse.reference="%%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE%"
-RUN zypper update -y && \
- zypper install -y \
+RUN zypper -n install \
containerized-data-importer-operator \
shadow && \
+ zypper clean -a && \
useradd -u 1001 --create-home -s /bin/bash cdi-operator
WORKDIR /home/cdi-operator
USER 1001