Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM cimg/base:2023.07

LABEL maintainer="CircleCI Execution Team <eng-execution@circleci.com>"

ENV MARIADB_VERSION=10.11.7
ENV MARIADB_VERSION=10.11.12

USER root

Expand Down
4 changes: 2 additions & 2 deletions 10.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# specific reason to use a different one. This means January, April, July, or
# October.

FROM cimg/base:2023.07-20.04
FROM cimg/base:2023.07

LABEL maintainer="CircleCI Execution Team <eng-execution@circleci.com>"

ENV MARIADB_VERSION=10.5.24
ENV MARIADB_VERSION=10.5.29

USER root

Expand Down
4 changes: 2 additions & 2 deletions 10.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# specific reason to use a different one. This means January, April, July, or
# October.

FROM cimg/base:2023.07-20.04
FROM cimg/base:2023.07

LABEL maintainer="CircleCI Execution Team <eng-execution@circleci.com>"

ENV MARIADB_VERSION=10.6.17
ENV MARIADB_VERSION=10.6.22

USER root

Expand Down
2 changes: 1 addition & 1 deletion 11.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM cimg/base:2023.07

LABEL maintainer="CircleCI Execution Team <eng-execution@circleci.com>"

ENV MARIADB_VERSION=11.4.4
ENV MARIADB_VERSION=11.4.6

USER root

Expand Down
2 changes: 1 addition & 1 deletion GEN-CHECK
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GEN_CHECK=(11.7.1 11.6.2 11.4.4)
GEN_CHECK=(11.4.6 10.11.12 10.6.22 10.5.29)
7 changes: 4 additions & 3 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -eo pipefail

docker context create cimg
docker buildx create --use cimg
docker buildx build --platform=linux/amd64,linux/arm64 --file 11.7/Dockerfile -t cimg/mariadb:11.7.1 -t cimg/mariadb:11.7 --push .
docker buildx build --platform=linux/amd64,linux/arm64 --file 11.6/Dockerfile -t cimg/mariadb:11.6.2 -t cimg/mariadb:11.6 --push .
docker buildx build --platform=linux/amd64,linux/arm64 --file 11.4/Dockerfile -t cimg/mariadb:11.4.4 -t cimg/mariadb:11.4 --push .
docker buildx build --platform=linux/amd64,linux/arm64 --file 11.4/Dockerfile -t cimg/mariadb:11.4.6 -t cimg/mariadb:11.4 --push .
docker buildx build --platform=linux/amd64,linux/arm64 --file 10.11/Dockerfile -t cimg/mariadb:10.11.12 -t cimg/mariadb:10.11 --push .
docker buildx build --platform=linux/amd64,linux/arm64 --file 10.6/Dockerfile -t cimg/mariadb:10.6.22 -t cimg/mariadb:10.6 --push .
docker buildx build --platform=linux/amd64,linux/arm64 --file 10.5/Dockerfile -t cimg/mariadb:10.5.29 -t cimg/mariadb:10.5 --push .