Skip to content

Commit 99148cc

Browse files
committed
12.1 as new development release series
1 parent 9e455da commit 99148cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

main/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
7575
org.opencontainers.image.licenses="GPL-2.0" \
7676
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
7777
org.opencontainers.image.vendor="MariaDB Community" \
78-
org.opencontainers.image.version="12.0.0" \
78+
org.opencontainers.image.version="12.1.0" \
7979
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
8080

8181
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
82-
ARG MARIADB_VERSION=1:12.0.0+maria~ubu2404
82+
ARG MARIADB_VERSION=1:12.1.0+maria~ubu2404
8383
ENV MARIADB_VERSION $MARIADB_VERSION
8484
# release-status:Alpha
8585
# release-support-type:Unknown
8686
# (https://downloads.mariadb.org/rest-api/mariadb/)
8787

8888
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
89-
ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.0.0/repo/ubuntu/ noble main main/debug"
89+
ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.1.0/repo/ubuntu/ noble main main/debug"
9090

9191
RUN set -e;\
9292
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

main/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ docker_create_db_directories() {
225225
}
226226

227227
_mariadb_version() {
228-
echo -n "12.0.0-MariaDB"
228+
echo -n "12.1.0-MariaDB"
229229
}
230230

231231
# initializes the database directory

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -Eeuo pipefail
55
#
66

77
development_version=main
8-
development_version_real=11.8
8+
development_version_real=12.1
99

1010
defaultSuite='noble'
1111
declare -A suites=(

0 commit comments

Comments
 (0)