Skip to content

Commit

Permalink
11.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Feb 22, 2024
1 parent 55e44bc commit 8046f52
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 11.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ RUN set -ex; \
| xargs -rt -0 sed -Ei 's/^(bind-address|log|user\s)/#&/'; \
# don't reverse lookup hostnames, they are usually another container
printf "[mariadb]\nhost-cache-size=0\nskip-name-resolve\n" > /etc/mysql/mariadb.conf.d/05-skipcache.cnf; \
# Issue #560
sed -i -e '/character-set-collations/d' /etc/mysql/mariadb.conf.d/50-server.cnf; \
# Issue #327 Correct order of reading directories /etc/mysql/mariadb.conf.d before /etc/mysql/conf.d (mount-point per documentation)
if [ -L /etc/mysql/my.cnf ]; then \
# 10.5+
Expand Down
14 changes: 14 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,19 @@
"arm64v8",
"ppc64le"
]
},
"11.5": {
"milestone": "11.5",
"version": "11.5.0",
"fullVersion": "1:11.5.0+maria~ubu2204",
"releaseStatus": "Alpha",
"supportType": "Unknown",
"base": "ubuntu:jammy",
"arches": [
"amd64",
"arm64v8",
"ppc64le",
"s390x"
]
}
}

0 comments on commit 8046f52

Please sign in to comment.