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 2024-02-09 23:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-stable-image.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image"
Fri Feb 9 23:52:08 2024 rev:9 rq:1145027 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes
2024-01-18 21:53:04.504049152 +0100
+++
/work/SRC/openSUSE:Factory/.golang-stable-image.new.1815/golang-stable-image.changes
2024-02-09 23:52:31.219397205 +0100
@@ -1,0 +2,5 @@
+Wed Feb 7 18:41:00 UTC 2024 - Dan Äermák <[email protected]>
+
+- switch golang stable to 1.22, oldstable to 1.21
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.Bj2loE/_old 2024-02-09 23:52:32.999461350 +0100
+++ /var/tmp/diff_new_pack.Bj2loE/_new 2024-02-09 23:52:33.023462214 +0100
@@ -16,8 +16,8 @@
#!BuildTag: opensuse/bci/golang:stable
#!BuildTag: opensuse/bci/golang:stable-1.%RELEASE%
-#!BuildTag: opensuse/bci/golang:1.21
-#!BuildTag: opensuse/bci/golang:1.21-1.%RELEASE%
+#!BuildTag: opensuse/bci/golang:1.22
+#!BuildTag: opensuse/bci/golang:1.22-1.%RELEASE%
#!BuildTag: opensuse/bci/golang:latest
FROM opensuse/tumbleweed:latest
@@ -26,22 +26,22 @@
# Define labels according to
https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.golang
-LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Go 1.21
development"
-LABEL org.opencontainers.image.description="Go 1.21 development container
based on the openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="1.21"
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Go 1.22
development"
+LABEL org.opencontainers.image.description="Go 1.22 development container
based on the openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.version="1.22"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/golang-stable-image/README.md"
-LABEL
org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:1.21-1.%RELEASE%"
+LABEL
org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:1.22-1.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime"
LABEL org.opensuse.release-stage="released"
# endlabelprefix
-RUN set -euo pipefail; zypper -n in --no-recommends go1.21 go1.21-doc make
git-core; zypper -n clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends go1.22 go1.22-doc make
git-core; zypper -n clean; rm -rf /var/log/*
ENV GOLANG_VERSION="%%golang_version%%"
ENV GOPATH="/go"
ENV
PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
@@ -49,5 +49,5 @@
# 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.22-race; then zypper -n clean;
rm -rf /var/log/*; fi
++++++ README.md ++++++
--- /var/tmp/diff_new_pack.Bj2loE/_old 2024-02-09 23:52:33.263470863 +0100
+++ /var/tmp/diff_new_pack.Bj2loE/_new 2024-02-09 23:52:33.299472161 +0100
@@ -1,4 +1,4 @@
-# The openSUSE Tumbleweed BCI Go 1.21 development Container image
+# The openSUSE Tumbleweed BCI Go 1.22 development Container image
-Go 1.21 development container based on the openSUSE Tumbleweed Base Container
Image.
+Go 1.22 development container based on the openSUSE Tumbleweed Base Container
Image.
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Bj2loE/_old 2024-02-09 23:52:33.367474610 +0100
+++ /var/tmp/diff_new_pack.Bj2loE/_new 2024-02-09 23:52:33.375474899 +0100
@@ -4,7 +4,7 @@
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%golang_version%%</param>
- <param name="package">go1.21</param>
+ <param name="package">go1.22</param>
</service>
</services>
(No newline at EOF)