Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mariadb
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
docker-library
mariadb
Commits
c801951f
Commit
c801951f
authored
Aug 15, 2024
by
Daniel Black
Browse files
Options
Downloads
Patches
Plain Diff
Remove out 11.6 vector as the primary version
parent
c3ab4661
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
11.6-ubi/Dockerfile
+3
-3
3 additions, 3 deletions
11.6-ubi/Dockerfile
update.sh
+1
-1
1 addition, 1 deletion
update.sh
with
4 additions
and
4 deletions
11.6-ubi/Dockerfile
+
3
−
3
View file @
c801951f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
update.sh
+
1
−
1
View file @
c801951f
...
@@ -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
//\
"}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment