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 2023-08-23 14:57:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image"
Wed Aug 23 14:57:04 2023 rev:4 rq:1105165 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
2023-08-08 15:55:33.425227078 +0200
+++
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.1766/golang-oldstable-image.changes
2023-08-23 14:57:43.318001706 +0200
@@ -1,0 +2,5 @@
+Thu Aug 17 13:41:09 UTC 2023 - Dirk Mueller <[email protected]>
+
+- go 1.21 is now stable, go 1.20 is now oldstable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.kI2B9b/_old 2023-08-23 14:57:44.362003572 +0200
+++ /var/tmp/diff_new_pack.kI2B9b/_new 2023-08-23 14:57:44.366003579 +0200
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: MIT
#!BuildTag: opensuse/bci/golang:oldstable
#!BuildTag: opensuse/bci/golang:oldstable-2.%RELEASE%
-#!BuildTag: opensuse/bci/golang:1.19
-#!BuildTag: opensuse/bci/golang:1.19-2.%RELEASE%
+#!BuildTag: opensuse/bci/golang:1.20
+#!BuildTag: opensuse/bci/golang:1.20-2.%RELEASE%
FROM opensuse/tumbleweed:latest
@@ -10,21 +10,21 @@
# Define labels according to
https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.golang
-LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Golang 1.19"
-LABEL org.opencontainers.image.description="Golang 1.19 container based on the
openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="1.19"
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Golang 1.20"
+LABEL org.opencontainers.image.description="Golang 1.20 container based on the
openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.version="1.20"
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
org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:1.19-2.%RELEASE%"
+LABEL
org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:1.20-2.%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.19 go1.19-doc
go1.19-race make git-core; zypper -n clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends go1.20 go1.20-doc
go1.20-race 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"
++++++ _service ++++++
--- /var/tmp/diff_new_pack.kI2B9b/_old 2023-08-23 14:57:44.410003658 +0200
+++ /var/tmp/diff_new_pack.kI2B9b/_new 2023-08-23 14:57:44.414003665 +0200
@@ -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.19</param>
+ <param name="package">go1.20</param>
</service>
</services>
(No newline at EOF)