Accepting request 1200273 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1200273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb-client-image?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2024-09-12 14:57:27 +00:00 committed by Git OBS Bridge
commit 7697f09b35
3 changed files with 11 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends mariadb-client; zypper -n cl
LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
LABEL org.opencontainers.image.title="openSUSE Tumbleweed MariaDB Client"
LABEL org.opencontainers.image.description="MariaDB Client container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="11.5"
LABEL org.opencontainers.image.version="%%mariadb_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"

View File

@ -1,4 +1,9 @@
<services>
<service mode="buildtime" name="docker_label_helper"/>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%mariadb_version%%</param>
<param name="package">mariadb-client</param>
</service>
</services>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 12 06:35:48 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- set full version in labels of mariadb* container
-------------------------------------------------------------------
Mon Sep 9 06:51:05 UTC 2024 - Dirk Mueller <dmueller@suse.com>