diff --git a/Dockerfile b/Dockerfile index 3466c4c..db8f41f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ RUN set -euo pipefail; zypper -n in --no-recommends go1.22 go1.22-doc make curl 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" diff --git a/golang-oldstable-image.changes b/golang-oldstable-image.changes index 971ba03..e092710 100644 --- a/golang-oldstable-image.changes +++ b/golang-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 6 11:30:01 UTC 2024 - Dirk Mueller + +- use full version in version label + ------------------------------------------------------------------- Fri Aug 16 16:04:02 UTC 2024 - Dirk Mueller