Skip to content
Snippets Groups Projects
Commit c801951f authored by Daniel Black's avatar Daniel Black
Browse files

Remove out 11.6 vector as the primary version

parent c3ab4661
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/ ...@@ -36,7 +36,7 @@ COPY MariaDB.repo /etc/yum.repos.d/
# https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images # https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html/red_hat_openshift_software_certification_policy_guide/assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction#con-image-metadata-requirements_openshift-sw-cert-policy-container-images
LABEL name="MariaDB Server" \ LABEL name="MariaDB Server" \
vendor="MariaDB Community" \ vendor="MariaDB Community" \
version="11.6.0 Vector" \ version="11.6.0" \
release="Refer to Annotations org.opencontainers.image.{revision,source}" \ release="Refer to Annotations org.opencontainers.image.{revision,source}" \
summary="MariaDB Database" \ summary="MariaDB Database" \
description="MariaDB Database for relational SQL" description="MariaDB Database for relational SQL"
...@@ -50,11 +50,11 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \ ...@@ -50,11 +50,11 @@ 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="11.6.0 Vector" \ org.opencontainers.image.version="11.6.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=11.6.0 Vector ARG MARIADB_VERSION=11.6.0
ENV MARIADB_VERSION=$MARIADB_VERSION ENV MARIADB_VERSION=$MARIADB_VERSION
# release-status:Unknown # release-status:Unknown
# release-support-type:Unknown # release-support-type:Unknown
......
...@@ -193,7 +193,7 @@ update_version_array() ...@@ -193,7 +193,7 @@ update_version_array()
mariaversion() mariaversion()
{ {
mariaVersion=$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/${version%-*}" \ mariaVersion=$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/${version%-*}" \
| jq -r 'first(.releases[]).release_id') | jq -r 'first(.releases[] | .release_id | select(. | test("[0-9]+.[0-9]+.[0-9]+$")))')
mariaVersion=${mariaVersion//\"} mariaVersion=${mariaVersion//\"}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment