[info=b15b0cb0010d422551147796f685fdec]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/mariadb-image?expand=0&rev=127
This commit is contained in:
Dan Čermák 2024-09-12 06:53:53 +00:00 committed by Git OBS Bridge
parent 2ba1ae4320
commit 40591d26b6
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 mariadb-tools gawk t
LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
LABEL org.opencontainers.image.title="openSUSE Tumbleweed MariaDB Server"
LABEL org.opencontainers.image.description="MariaDB Server 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

@ -7,4 +7,9 @@
<param name="package">mariadb</param>
<param name="parse-version">patch</param>
</service>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%mariadb_version%%</param>
<param name="package">mariadb</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 13:54:45 UTC 2024 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>