Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-stable-image for
openSUSE:Factory checked in at 2025-07-31 17:47:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-stable-image.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image"
Thu Jul 31 17:47:38 2025 rev:46 rq:1296802 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes
2025-05-30 17:21:24.697488971 +0200
+++
/work/SRC/openSUSE:Factory/.golang-stable-image.new.1944/golang-stable-image.changes
2025-07-31 17:51:13.340672753 +0200
@@ -1,0 +2,5 @@
+Thu Jul 31 11:18:59 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- remove shadow backup from container
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.7SVoSS/_old 2025-07-31 17:51:13.892695682 +0200
+++ /var/tmp/diff_new_pack.7SVoSS/_new 2025-07-31 17:51:13.896695848 +0200
@@ -27,7 +27,7 @@
RUN set -euo pipefail; \
zypper -n install --no-recommends go1.24 go1.24-doc make curl findutils
gawk git-core procps util-linux
RUN set -euo pipefail; zypper -n clean -a; \
- rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
+ rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
rm -f {/target,}/etc/shadow-
# Define labels according to
https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.golang
@@ -54,6 +54,6 @@
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.24-race; then zypper -n clean;
fi
RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
-RUN set -euo pipefail; rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
+RUN set -euo pipefail; rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
rm -f {/target,}/etc/shadow-
WORKDIR /go