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
1b4ec941
Unverified
Commit
1b4ec941
authored
Aug 22, 2023
by
faust
Committed by
GitHub
Aug 22, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #526 from fauust/2023-q3-release
Second Q3 2023 release
parents
73a6fc04
71a2ef52
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.1/Dockerfile
+3
-3
3 additions, 3 deletions
11.1/Dockerfile
versions.json
+2
-2
2 additions, 2 deletions
versions.json
with
5 additions
and
5 deletions
11.1/Dockerfile
+
3
−
3
View file @
1b4ec941
...
@@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
...
@@ -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="11.1.
1
" \
org.opencontainers.image.version="11.1.
2
" \
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:11.1.
1
+maria~ubu2204
ARG
MARIADB_VERSION=1:11.1.
2
+maria~ubu2204
ENV
MARIADB_VERSION $MARIADB_VERSION
ENV
MARIADB_VERSION $MARIADB_VERSION
# release-status:RC
# release-status:RC
# release-support-type:Short Term Support
# release-support-type:Short Term Support
# (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-11.1.
1
/repo/ubuntu/ jammy main main/debug"
ARG
REPOSITORY="http://archive.mariadb.org/mariadb-11.1.
2
/repo/ubuntu/ jammy 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
;
\
...
...
This diff is collapsed.
Click to expand it.
versions.json
+
2
−
2
View file @
1b4ec941
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
},
},
"11.1"
:
{
"11.1"
:
{
"milestone"
:
"11.1"
,
"milestone"
:
"11.1"
,
"version"
:
"11.1.
1
"
,
"version"
:
"11.1.
2
"
,
"fullVersion"
:
"1:11.1.
1
+maria~ubu2204"
,
"fullVersion"
:
"1:11.1.
2
+maria~ubu2204"
,
"releaseStatus"
:
"RC"
,
"releaseStatus"
:
"RC"
,
"supportType"
:
"Short Term Support"
,
"supportType"
:
"Short Term Support"
,
"base"
:
"ubuntu:jammy"
,
"base"
:
"ubuntu:jammy"
,
...
...
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