12.1 as new development release series
This commit is contained in:
parent
9e455daf9c
commit
99148cc6f2
@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
|
|||||||
org.opencontainers.image.licenses="GPL-2.0" \
|
org.opencontainers.image.licenses="GPL-2.0" \
|
||||||
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
|
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
|
||||||
org.opencontainers.image.vendor="MariaDB Community" \
|
org.opencontainers.image.vendor="MariaDB Community" \
|
||||||
org.opencontainers.image.version="12.0.0" \
|
org.opencontainers.image.version="12.1.0" \
|
||||||
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
|
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
|
||||||
ARG MARIADB_VERSION=1:12.0.0+maria~ubu2404
|
ARG MARIADB_VERSION=1:12.1.0+maria~ubu2404
|
||||||
ENV MARIADB_VERSION $MARIADB_VERSION
|
ENV MARIADB_VERSION $MARIADB_VERSION
|
||||||
# release-status:Alpha
|
# release-status:Alpha
|
||||||
# release-support-type:Unknown
|
# release-support-type:Unknown
|
||||||
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
# (https://downloads.mariadb.org/rest-api/mariadb/)
|
||||||
|
|
||||||
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
|
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
|
||||||
ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.0.0/repo/ubuntu/ noble main main/debug"
|
ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.1.0/repo/ubuntu/ noble main main/debug"
|
||||||
|
|
||||||
RUN set -e;\
|
RUN set -e;\
|
||||||
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
|
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
|
||||||
|
@ -225,7 +225,7 @@ docker_create_db_directories() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mariadb_version() {
|
_mariadb_version() {
|
||||||
echo -n "12.0.0-MariaDB"
|
echo -n "12.1.0-MariaDB"
|
||||||
}
|
}
|
||||||
|
|
||||||
# initializes the database directory
|
# initializes the database directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user