Script 'mail_helper' called by obssrc
Hello community,

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

Package is "php-fpm8-image"

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/php-fpm8-image/php-fpm8-image.changes    
2024-08-10 19:13:33.524129651 +0200
+++ /work/SRC/openSUSE:Factory/.php-fpm8-image.new.7232/php-fpm8-image.changes  
2024-08-15 09:58:21.975073595 +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.FxDrKw/_old  2024-08-15 09:58:22.603099661 +0200
+++ /var/tmp/diff_new_pack.FxDrKw/_new  2024-08-15 09:58:22.607099827 +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-fpm; 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-fpm
 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/php-fpm8-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-fpm; 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