{"architecture":"amd64","config":{"ExposedPorts":{"3306/tcp":{}},"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.19","LANG=C.UTF-8","MARIADB_VERSION=1:10.11.15+maria~ubu2204"],"Entrypoint":["docker-entrypoint.sh"],"Cmd":["mariadbd"],"Volumes":{"/var/lib/mysql":{}},"Labels":{"org.opencontainers.image.authors":"MariaDB Community","org.opencontainers.image.base.name":"docker.io/library/ubuntu:jammy","org.opencontainers.image.description":"MariaDB Database for relational SQL","org.opencontainers.image.documentation":"https://hub.docker.com/_/mariadb/","org.opencontainers.image.licenses":"GPL-2.0","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.source":"https://github.com/MariaDB/mariadb-docker","org.opencontainers.image.title":"MariaDB Database","org.opencontainers.image.url":"https://github.com/MariaDB/mariadb-docker","org.opencontainers.image.vendor":"MariaDB Community","org.opencontainers.image.version":"10.11.15"}},"created":"2025-11-13T23:30:21.698293545Z","history":[{"created":"2025-10-13T17:23:18.028623466Z","created_by":"/bin/sh -c #(nop)  ARG RELEASE","empty_layer":true},{"created":"2025-10-13T17:23:18.065921706Z","created_by":"/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH","empty_layer":true},{"created":"2025-10-13T17:23:18.102370355Z","created_by":"/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu","empty_layer":true},{"created":"2025-10-13T17:23:18.13507196Z","created_by":"/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04","empty_layer":true},{"created":"2025-10-13T17:23:20.534472174Z","created_by":"/bin/sh -c #(nop) ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in / "},{"created":"2025-10-13T17:23:20.919500115Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/bash\"]","empty_layer":true},{"created":"2025-11-13T23:29:53.444182867Z","created_by":"RUN /bin/sh -c groupadd -r mysql \u0026\u0026 useradd -r -g mysql mysql --home-dir /var/lib/mysql # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-11-13T23:30:08.408863669Z","created_by":"ENV GOSU_VERSION=1.19","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:08.408863669Z","created_by":"ARG GPG_KEYS=177F4010FE56CA3336300305F1656F24C74CD1D8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:08.408863669Z","created_by":"RUN |1 GPG_KEYS=177F4010FE56CA3336300305F1656F24C74CD1D8 /bin/sh -c set -eux; \tapt-get update; \tDEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \t\tca-certificates \t\tgpg \t\tgpgv \t\tlibjemalloc2 \t\tlibtcmalloc-minimal4 \t\tpwgen \t\ttzdata \t\txz-utils \t\tzstd ; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get install -y --no-install-recommends \t\tdirmngr \t\tgpg-agent \t\twget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -q -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -q -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; \texport GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tfor key in $GPG_KEYS; do \t\tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tdone; \tgpg --batch --export \"$GPG_KEYS\" \u003e /etc/apt/trusted.gpg.d/mariadb.gpg; \tif command -v gpgconf \u003e/dev/null; then \t\tgpgconf --kill all; \tfi; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' \u003e /dev/null; \t[ -z \"$savedAptMark\" ] ||\tapt-mark manual $savedAptMark \u003e/dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-11-13T23:30:08.512169157Z","created_by":"RUN |1 GPG_KEYS=177F4010FE56CA3336300305F1656F24C74CD1D8 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-11-13T23:30:08.512169157Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:08.512169157Z","created_by":"LABEL org.opencontainers.image.authors=MariaDB Community org.opencontainers.image.title=MariaDB Database org.opencontainers.image.description=MariaDB Database for relational SQL org.opencontainers.image.documentation=https://hub.docker.com/_/mariadb/ org.opencontainers.image.base.name=docker.io/library/ubuntu:jammy org.opencontainers.image.licenses=GPL-2.0 org.opencontainers.image.source=https://github.com/MariaDB/mariadb-docker org.opencontainers.image.vendor=MariaDB Community org.opencontainers.image.version=10.11.15 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:08.512169157Z","created_by":"ARG MARIADB_VERSION=1:10.11.15+maria~ubu2204","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:08.512169157Z","created_by":"ENV MARIADB_VERSION=1:10.11.15+maria~ubu2204","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:08.512169157Z","created_by":"ARG REPOSITORY=http://archive.mariadb.org/mariadb-10.11.15/repo/ubuntu/ jammy main main/debug","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:08.592193485Z","created_by":"RUN |3 GPG_KEYS=177F4010FE56CA3336300305F1656F24C74CD1D8 MARIADB_VERSION=1:10.11.15+maria~ubu2204 REPOSITORY=http://archive.mariadb.org/mariadb-10.11.15/repo/ubuntu/ jammy main main/debug /bin/sh -c set -e;\techo \"deb ${REPOSITORY}\" \u003e /etc/apt/sources.list.d/mariadb.list; \t{ \t\techo 'Package: *'; \t\techo 'Pin: release o=MariaDB'; \t\techo 'Pin-Priority: 999'; \t} \u003e /etc/apt/preferences.d/mariadb # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-11-13T23:30:21.627641102Z","created_by":"RUN |3 GPG_KEYS=177F4010FE56CA3336300305F1656F24C74CD1D8 MARIADB_VERSION=1:10.11.15+maria~ubu2204 REPOSITORY=http://archive.mariadb.org/mariadb-10.11.15/repo/ubuntu/ jammy main main/debug /bin/sh -c set -ex; \t{ \t\techo \"mariadb-server\" mysql-server/root_password password 'unused'; \t\techo \"mariadb-server\" mysql-server/root_password_again password 'unused'; \t} | debconf-set-selections; \tapt-get update; \tmkdir -p /var/lib/mysql/mysql ; touch /var/lib/mysql/mysql/user.frm ; \tapt-get install -y --no-install-recommends mariadb-server=\"$MARIADB_VERSION\" mariadb-backup socat \t; \trm -rf /var/lib/apt/lists/*; \trm -rf /var/lib/mysql /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf; \tmkdir -p /var/lib/mysql /run/mysqld; \tchown -R mysql:mysql /var/lib/mysql /run/mysqld; \tchmod 1777 /run/mysqld; \tfind /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log|user\\s)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log|user\\s)/#\u0026/'; \tprintf \"[mariadb]\\nhost-cache-size=0\\nskip-name-resolve\\n\" \u003e /etc/mysql/mariadb.conf.d/05-skipcache.cnf; \tif [ -L /etc/mysql/my.cnf ]; then \t\tsed -i -e '/includedir/ {N;s/\\(.*\\)\\n\\(.*\\)/\\n\\2\\n\\1/}' /etc/mysql/mariadb.cnf; \tfi # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-11-13T23:30:21.627641102Z","created_by":"VOLUME [/var/lib/mysql]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:21.66958853Z","created_by":"COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-11-13T23:30:21.698293545Z","created_by":"COPY docker-entrypoint.sh /usr/local/bin/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-11-13T23:30:21.698293545Z","created_by":"ENTRYPOINT [\"docker-entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:21.698293545Z","created_by":"EXPOSE map[3306/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-11-13T23:30:21.698293545Z","created_by":"CMD [\"mariadbd\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b","sha256:dbe09da424a106250a8871e27340ae826964c0882f5f395dba3ef7341dcaa97e","sha256:b797de8e739969e0f7cb096d9dc24141637b10aa877534659e749db1f05656d9","sha256:33f860781f93bfa59c9ae3ee659ef43fb65247472a532f0e1aaf1542d5c19e13","sha256:a3b4ad05a4550ae0202d7cd2e92229a72fed8a6c1ffa210a98d303cb5c25cf89","sha256:6c404dd5ca5a0f0e970e0ef1ff3f7fe8b3bcd59c6d028e98fa9966da17842b85","sha256:2b035daa035061705d63106e758b668ce2b4929b1247b7450c0277d503d8749f","sha256:1aefd95ca744235771665de35f7d5ff8ddf557f6919c69afea674d5e449dca96"]}}