Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-oldstable-image for
openSUSE:Factory checked in at 2025-07-31 17:47:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image"
Thu Jul 31 17:47:27 2025 rev:46 rq:1296778 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
2025-05-30 17:21:23.885455258 +0200
+++
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1944/golang-oldstable-image.changes
2025-07-31 17:50:43.027413671 +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.qFJHyp/_old 2025-07-31 17:50:43.599437430 +0200
+++ /var/tmp/diff_new_pack.qFJHyp/_new 2025-07-31 17:50:43.603437597 +0200
@@ -26,7 +26,7 @@
RUN set -euo pipefail; \
zypper -n install --no-recommends go1.23 go1.23-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
@@ -53,6 +53,6 @@
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.23-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