[info=c3b74ab7744d918e54e2221f330f4f72]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/gitea-runner-image?expand=0&rev=150
This commit is contained in:
Dan Čermák 2024-10-11 15:04:41 +00:00 committed by Git OBS Bridge
parent c67ccb610b
commit c9d28cb894
2 changed files with 9 additions and 4 deletions

View File

@ -16,7 +16,7 @@
#!UseOBSRepositories
#!BuildTag: opensuse/bci/bci-gitea-runner:%OS_VERSION_ID_SP%
#!BuildTag: opensuse/bci/bci-gitea-runner:%OS_VERSION_ID_SP%.%RELEASE%
#!BuildTag: opensuse/bci/bci-gitea-runner:%OS_VERSION_ID_SP%-%RELEASE%
#!BuildTag: opensuse/bci/bci-gitea-runner:latest
FROM opensuse/tumbleweed:latest
@ -31,13 +31,13 @@ RUN set -euo pipefail; \
LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Gitea action runner"
LABEL org.opencontainers.image.description="Gitea action runner container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
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.opencontainers.image.ref.name="%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/bci-gitea-runner:%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.opencontainers.image.ref.name="%OS_VERSION_ID_SP%-%RELEASE%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/bci-gitea-runner:%OS_VERSION_ID_SP%-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
LABEL org.opensuse.release-stage="released"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 11 15:00:03 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
- switch to the more standard - separator also for OsContainers
-------------------------------------------------------------------
Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller <dmueller@suse.com>