Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cdi-cloner-container for
openSUSE:Factory checked in at 2021-04-27 21:34:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdi-cloner-container (Old)
and /work/SRC/openSUSE:Factory/.cdi-cloner-container.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdi-cloner-container"
Tue Apr 27 21:34:45 2021 rev:2 rq:888565 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/cdi-cloner-container/cdi-cloner-container.changes
2021-04-24 23:09:28.131421588 +0200
+++
/work/SRC/openSUSE:Factory/.cdi-cloner-container.new.12324/cdi-cloner-container.changes
2021-04-27 21:34:56.168010847 +0200
@@ -1,0 +2,5 @@
+Sun Apr 25 09:39:47 UTC 2021 - Vasily Ulyanov <[email protected]>
+
+- Run zypper clean after installation
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.OEMvGD/_old 2021-04-27 21:34:56.560011492 +0200
+++ /var/tmp/diff_new_pack.OEMvGD/_new 2021-04-27 21:34:56.564011499 +0200
@@ -16,8 +16,8 @@
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL
org.opensuse.reference="%%TAGPREFIX%%/cdi-cloner:%%PKG_VERSION%%.%RELEASE%"
-RUN zypper update -y && \
- zypper install -y \
- containerized-data-importer-cloner
+RUN zypper -n install \
+ containerized-data-importer-cloner && \
+ zypper clean -a
ENTRYPOINT [ "/usr/bin/cloner_startup.sh" ]