ubi: include metadata for generate-stackbrew-library.sh
This commit is contained in:
parent
5c3fc2d242
commit
699b21b8a5
@ -53,6 +53,12 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
org.opencontainers.image.version="10.11.8" \
|
org.opencontainers.image.version="10.11.8" \
|
||||||
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
||||||
|
|
||||||
|
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
||||||
|
ARG MARIADB_VERSION=10.11.8
|
||||||
|
# release-status:Stable
|
||||||
|
# release-support-type:Long Term Support
|
||||||
|
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
||||||
|
|
||||||
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
||||||
# procps, pv(epel) - missing dependencies of galera sst script
|
# procps, pv(epel) - missing dependencies of galera sst script
|
||||||
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
||||||
|
@ -53,6 +53,13 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
org.opencontainers.image.version="10.6.18" \
|
org.opencontainers.image.version="10.6.18" \
|
||||||
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
||||||
|
|
||||||
|
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
||||||
|
ARG MARIADB_MAJOR=10.6
|
||||||
|
ARG MARIADB_VERSION=10.6.18
|
||||||
|
# release-status:Stable
|
||||||
|
# release-support-type:Long Term Support
|
||||||
|
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
||||||
|
|
||||||
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
||||||
# procps, pv(epel) - missing dependencies of galera sst script
|
# procps, pv(epel) - missing dependencies of galera sst script
|
||||||
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
||||||
|
@ -53,6 +53,12 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
org.opencontainers.image.version="11.4.2" \
|
org.opencontainers.image.version="11.4.2" \
|
||||||
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
||||||
|
|
||||||
|
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
||||||
|
ARG MARIADB_VERSION=11.4.1
|
||||||
|
# release-status:Stable
|
||||||
|
# release-support-type:Long Term Support
|
||||||
|
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
||||||
|
|
||||||
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
||||||
# procps, pv(epel) - missing dependencies of galera sst script
|
# procps, pv(epel) - missing dependencies of galera sst script
|
||||||
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
||||||
|
@ -53,6 +53,13 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
org.opencontainers.image.version="%%MARIADB_VERSION_BASIC%%" \
|
org.opencontainers.image.version="%%MARIADB_VERSION_BASIC%%" \
|
||||||
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
|
||||||
|
|
||||||
|
# bashbrew-architectures:%%ARCHES%%
|
||||||
|
ARG MARIADB_MAJOR=%%MARIADB_MAJOR%%
|
||||||
|
ARG MARIADB_VERSION=%%MARIADB_VERSION%%
|
||||||
|
# release-status:%%MARIADB_RELEASE_STATUS%%
|
||||||
|
# release-support-type:%%MARIADB_SUPPORT_TYPE%%
|
||||||
|
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
||||||
|
|
||||||
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
# missing pwgen(epel), jemalloc(epel) (as entrypoint/user extensions)
|
||||||
# procps, pv(epel) - missing dependencies of galera sst script
|
# procps, pv(epel) - missing dependencies of galera sst script
|
||||||
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
# tzdata re-installed as only a fake version is part of the ubi-minimal base image.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user