Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package php-apache8-image for
openSUSE:Factory checked in at 2026-06-15 19:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php-apache8-image (Old)
and /work/SRC/openSUSE:Factory/.php-apache8-image.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-apache8-image"
Mon Jun 15 19:47:42 2026 rev:44 rq:1359430 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/php-apache8-image/php-apache8-image.changes
2026-05-07 15:45:58.329570381 +0200
+++
/work/SRC/openSUSE:Factory/.php-apache8-image.new.1981/php-apache8-image.changes
2026-06-15 19:51:50.556548348 +0200
@@ -1,0 +2,5 @@
+Mon Jun 15 08:02:42 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- improve image cleaning
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.42a8EX/_old 2026-06-15 19:51:51.236576869 +0200
+++ /var/tmp/diff_new_pack.42a8EX/_new 2026-06-15 19:51:51.244577204 +0200
@@ -36,7 +36,7 @@
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
t=$(mktemp -d); mv /target/usr/lib/sysimage/rpm/Packages.db $t; rpmdb
--rebuilddb --dbpath=$t; \
rm /target/usr/lib/sysimage/rpm/*.db && mv $t/Packages.db
/target/usr/lib/sysimage/rpm/; \
- rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
\
+ rm -rf
{/target,}/var/log/{alternatives.log,lastlog,suseconnect.log,tallylog,zypper.log,zypp/history,YaST2};
\
rm -rf {/target,}/run/*; \
rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \
rm -f {/target,}/usr/lib/sysimage/rpm/.rpm.lock; \
@@ -48,7 +48,6 @@
RUN set -euo pipefail; sed -i 's/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1\2/'
/target/etc/shadow
FROM opensuse/tumbleweed:latest
COPY --from=builder /target /
-RUN set -euo pipefail; rm -vf /usr/lib/sysimage/rpm/Index.db
# Define labels according to
https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.php-apache
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI PHP-Apache 8"