You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,13 @@
3
3
### Supported tags and respective `Dockerfile` links
4
4
-[`10.11-alpine` (*Dockerfile*)](https://github.com/Tob1as/docker-mariadb/blob/master/alpine.10_11.Dockerfile) (on AlpineLinux [3.20](https://pkgs.alpinelinux.org/package/v3.20/main/armhf/mariadb))
5
5
-[`10.11-debian` (*Dockerfile*)](https://github.com/Tob1as/docker-mariadb/blob/master/debian.10_11.Dockerfile) (on Debian [12 (bookworm)](https://packages.debian.org/bookworm/mariadb-server))
6
+
-[`10.11-ubuntu` (*Dockerfile*)](https://github.com/Tob1as/docker-mariadb/blob/master/ubuntu.10_11.Dockerfile) (on Ubuntu [24.04 (noble)](https://launchpad.net/ubuntu/noble/+package/mariadb-server))
6
7
7
8
**Notes**:
8
9
* For `amd64` and `arm64` it is recommended to use the [official images](https://hub.docker.com/_/mariadb) based on Ubuntu and not these !
9
10
* How long MariaDB versions are supported (End of Life): https://mariadb.org/about/#mariadb-server-long-term-release-maintenance-periods
10
11
Do not use an container image which MariaDB version is no longer supported!
11
-
* How long OS (Alpine, Debian, ...) versions are supported (End of Life): https://alpinelinux.org/releases/ and https://wiki.debian.org/DebianReleases
12
+
* How long OS (Alpine, Debian, ...) versions are supported (End of Life): https://alpinelinux.org/releases/ and https://wiki.debian.org/DebianReleasesand https://ubuntu.com/about/release-cycle
12
13
Do not use an container image which OS version is no longer supported!
# the "/var/lib/mysql" stuff here is because the mysql-server postinst doesn't have an explicit way to disable the mysql_install_db codepath besides having a database already "configured" (ie, stuff in /var/lib/mysql/mysql)
84
+
# also, we set debconf keys to make APT a little quieter
0 commit comments