Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php8-image for openSUSE:Factory 
checked in at 2024-08-15 09:58:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php8-image (Old)
 and      /work/SRC/openSUSE:Factory/.php8-image.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php8-image"

Thu Aug 15 09:58:03 2024 rev:19 rq:1193935 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/php8-image/php8-image.changes    2024-08-10 
19:13:34.468168855 +0200
+++ /work/SRC/openSUSE:Factory/.php8-image.new.7232/php8-image.changes  
2024-08-15 09:58:22.791107464 +0200
@@ -1,0 +2,5 @@
+Wed Aug 14 12:30:32 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- install packages first
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.K8dMDQ/_old  2024-08-15 09:58:23.399132698 +0200
+++ /var/tmp/diff_new_pack.K8dMDQ/_new  2024-08-15 09:58:23.403132865 +0200
@@ -20,6 +20,8 @@
 
 FROM opensuse/tumbleweed:latest
 
+RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl 
php8-zip php8-zlib php8-phar php8-mbstring php8-readline; zypper -n clean; rm 
-rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.bci.php
 LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
@@ -37,8 +39,6 @@
 LABEL org.opensuse.release-stage="released"
 # endlabelprefix
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/php8-image/README.md";
-
-RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl 
php8-zip php8-zlib php8-phar php8-mbstring php8-readline; zypper -n clean; rm 
-rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 ENV PHP_VERSION="%%php_version%%"
 ENV PHP_INI_DIR="/etc/php8/"
 ENV PHPIZE_DEPS="php8-devel awk make findutils"

Reply via email to