[info=c3202a2e7f720ea1dad07e73dea47d82]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/gcc-14-image?expand=0&rev=105
This commit is contained in:
Dan Čermák 2024-09-23 07:32:38 +00:00 committed by Git OBS Bridge
parent dc4aa9b655
commit d72849b012
3 changed files with 10 additions and 5 deletions

View File

@ -17,8 +17,8 @@
#!BuildTag: opensuse/bci/gcc:14
#!BuildTag: opensuse/bci/gcc:14-%RELEASE%
#!BuildTag: opensuse/bci/gcc:%%gcc_version%%
#!BuildTag: opensuse/bci/gcc:%%gcc_version%%-%RELEASE%
#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%
#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%-%RELEASE%
#!BuildTag: opensuse/bci/gcc:latest
FROM opensuse/tumbleweed:latest
@ -30,7 +30,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make gcc gcc
LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI GNU Compiler Collection"
LABEL org.opencontainers.image.description="GNU Compiler Collection container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="14"
LABEL org.opencontainers.image.version="%%gcc_minor_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
@ -42,5 +42,5 @@ LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/gcc-14-image/README.md"
ENV GCC_VERSION="%%gcc_version%%"
ENV GCC_VERSION="%%gcc_minor_version%%"

View File

@ -3,7 +3,7 @@
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%gcc_version%%</param>
<param name="regex">%%gcc_minor_version%%</param>
<param name="package">gcc14</param>
<param name="parse-version">minor</param>
</service>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 23 07:17:50 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- use full version in container labels
-------------------------------------------------------------------
Thu Sep 12 10:37:22 UTC 2024 - Dirk Mueller <dmueller@suse.com>