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-09-08 11:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-oldstable-image.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-oldstable-image"
Sun Sep 8 11:59:52 2024 rev:28 rq:1199261 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-oldstable-image/golang-oldstable-image.changes
2024-08-17 12:41:56.905268257 +0200
+++
/work/SRC/openSUSE:Factory/.golang-oldstable-image.new.10096/golang-oldstable-image.changes
2024-09-08 12:01:27.250127619 +0200
@@ -1,0 +2,5 @@
+Fri Sep 6 11:30:01 UTC 2024 - Dirk Mueller <[email protected]>
+
+- use full version in version label
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.MdRtHg/_old 2024-09-08 12:01:27.714146829 +0200
+++ /var/tmp/diff_new_pack.MdRtHg/_new 2024-09-08 12:01:27.718146995 +0200
@@ -18,6 +18,8 @@
#!BuildTag: opensuse/bci/golang:oldstable-2.%RELEASE%
#!BuildTag: opensuse/bci/golang:1.22
#!BuildTag: opensuse/bci/golang:1.22-2.%RELEASE%
+#!BuildTag: opensuse/bci/golang:%%golang_version%%
+#!BuildTag: opensuse/bci/golang:%%golang_version%%-2.%RELEASE%
FROM opensuse/tumbleweed:latest
@@ -28,7 +30,7 @@
LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
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.version="%%golang_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"