Skip to content

Commit

Permalink
11.4.2 Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed May 30, 2024
1 parent 2ddebc0 commit 4e20774
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 11.4-ubi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.url="https:/MariaDB/mariadb-docker"

# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=11.4.1
ARG MARIADB_VERSION=11.4.2
# release-status:Stable
# release-support-type:Long Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/)
Expand Down
2 changes: 1 addition & 1 deletion 11.4-ubi/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ docker_create_db_directories() {
}

_mariadb_version() {
echo -n "11.4.1-MariaDB"
echo -n "11.4.2-MariaDB"
}

# initializes the database directory
Expand Down
8 changes: 4 additions & 4 deletions 11.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https:/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="11.4.1" \
org.opencontainers.image.version="11.4.2" \
org.opencontainers.image.url="https:/MariaDB/mariadb-docker"

# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=1:11.4.1+maria~ubu2404
ARG MARIADB_VERSION=1:11.4.2+maria~ubu2404
ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:RC
# release-status:Stable
# release-support-type:Long Term Support
# (https://downloads.mariadb.org/rest-api/mariadb/)

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

RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
Expand Down
2 changes: 1 addition & 1 deletion 11.4/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ docker_create_db_directories() {
}

_mariadb_version() {
echo -n "11.4.1-MariaDB"
echo -n "11.4.2-MariaDB"
}

# initializes the database directory
Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail

GLOBIGNORE=examples/:.*/:test/:11.[45]/:11.4-ubi/
GLOBIGNORE=examples/:.*/:test/:11.5/:11.5-ubi/

err() {
echo >&2 "ERROR: $*"
Expand Down
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"11.4": {
"milestone": "11.4",
"version": "11.4.1",
"fullVersion": "1:11.4.1+maria~ubu2404",
"releaseStatus": "RC",
"version": "11.4.2",
"fullVersion": "1:11.4.2+maria~ubu2404",
"releaseStatus": "Stable",
"supportType": "Long Term Support",
"base": "ubuntu:noble",
"arches": [
Expand Down

0 comments on commit 4e20774

Please sign in to comment.