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 2024-07-08 19:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
 and      /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-oldstable-image"

Mon Jul  8 19:09:14 2024 rev:20 rq:1186157 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
    2024-06-28 15:51:59.196797794 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.2080/golang-oldstable-image.changes
  2024-07-08 19:09:38.233761588 +0200
@@ -1,0 +2,5 @@
+Mon Jul  8 10:31:08 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- more upstream-compatible golang containers
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.k5Yn6j/_old  2024-07-08 19:09:38.665777388 +0200
+++ /var/tmp/diff_new_pack.k5Yn6j/_new  2024-07-08 19:09:38.669777534 +0200
@@ -42,10 +42,15 @@
 RUN set -euo pipefail; zypper -n in --no-recommends go1.21 go1.21-doc make 
curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 ENV GOLANG_VERSION="%%golang_version%%"
 ENV GOPATH="/go"
+ENV GOTOOLCHAIN="local"
 ENV 
PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
 
 
 # only available on go's tsan_arch architectures
 #!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
-RUN set -euo pipefail; if zypper -n install go1.21-race; then zypper -n clean; 
rm -rf /var/log/*; fi
+RUN set -euo pipefail; if zypper -n install go1.21-race; then zypper -n clean; 
fi
+RUN set -euo pipefail; install -m 755 -d /go/bin /go/src
+RUN set -euo pipefail; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+WORKDIR /go
+
 

Reply via email to