• Joined on 2026-05-16

mariadb (11.4.4)

Published 2026-05-16 16:39:52 +02:00 by poma

Installation

docker pull gitea.poma-lab.com/poma/mariadb:11.4.4
sha256:532a20fe978c4322796e9133e7b5289a840acb66f7633df685c7a163a1e2b74d

About this package

[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.

Image Layers

COPY /root-out/ / # buildkit
ARG BUILD_DATE=2025-02-15T13:34:44+00:00
ARG VERSION=79f3bc4b-ls10
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
LABEL build_version=Linuxserver.io version:- 79f3bc4b-ls10 Build-date:- 2025-02-15T13:34:44+00:00
LABEL maintainer=TheLamer
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |6 BUILD_DATE=2025-02-15T13:34:44+00:00 VERSION=79f3bc4b-ls10 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
COPY root/ / # buildkit
ENTRYPOINT ["/init"]
ENV LSIO_FIRST_PARTY=true
ARG BUILD_DATE=2025-02-18T07:42:37+00:00
ARG VERSION=11.4.4-r1-ls174
ARG MARIADB_VERSION=11.4.4-r1
LABEL build_version=Linuxserver.io version:- 11.4.4-r1-ls174 Build-date:- 2025-02-18T07:42:37+00:00
LABEL maintainer=thelamer,nemchik
ENV MYSQL_DIR=/config
ENV DATADIR=/config/databases
RUN |3 BUILD_DATE=2025-02-18T07:42:37+00:00 VERSION=11.4.4-r1-ls174 MARIADB_VERSION=11.4.4-r1 /bin/sh -c echo "**** install runtime packages ****" && if [ -z ${MARIADB_VERSION+x} ]; then MARIADB_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:mariadb$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache gnupg logrotate mariadb==${MARIADB_VERSION} mariadb-backup==${MARIADB_VERSION} mariadb-client==${MARIADB_VERSION} mariadb-common==${MARIADB_VERSION} mariadb-server-utils==${MARIADB_VERSION} && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /tmp/* $HOME/.cache # buildkit
COPY root/ / # buildkit
EXPOSE map[3306/tcp:{}]
VOLUME [/config]

Labels

Key Value
build_version Linuxserver.io version:- 11.4.4-r1-ls174 Build-date:- 2025-02-18T07:42:37+00:00
maintainer thelamer,nemchik
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2025-02-18T07:42:37+00:00
org.opencontainers.image.description [Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.
org.opencontainers.image.documentation https://docs.linuxserver.io/images/docker-mariadb
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.ref.name 03359d64dae89cce3a730794573fa2a630755e62
org.opencontainers.image.revision 03359d64dae89cce3a730794573fa2a630755e62
org.opencontainers.image.source https://github.com/linuxserver/docker-mariadb
org.opencontainers.image.title Mariadb
org.opencontainers.image.url https://github.com/linuxserver/docker-mariadb/packages
org.opencontainers.image.vendor linuxserver.io
org.opencontainers.image.version 11.4.4-r1-ls174
Details
Container
2026-05-16 16:39:52 +02:00
0
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
100 MiB
Versions (3) View all
10.11 2026-05-16
11.4 2026-05-16
11.4.4 2026-05-16