Namespace
linuxserver
Image / Tag
mariadb:arm64v8-10.6.10-r0-ls75
Content Digest
sha256:e74a4c2295de04c8ede1650cd0654afa52e48a4ac7456a67953ac77644f5625c
Details
Created

2022-11-19 05:48:52 UTC

Size

85.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls75 Build-date:- 2022-11-18T23:47:26-06:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-18T23:47:26-06: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
    09dcac620efcd0ac35ab32b243785fe8caeef7c1
  • org.opencontainers.image.revision
    09dcac620efcd0ac35ab32b243785fe8caeef7c1
  • 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
    10.6.10-r0-ls75

Environment
DATADIR

/config/databases

HOME

/root

MYSQL_DIR

/config

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:b356fb4a736517cff916493c642a527977951034744a1eb288d38b66c954422d - 6.24% (5.33 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.0% (3.16 KB)

[#002] sha256:1b2bd475784622d28d1979d6196fe253ce8c578370eb78f3490dcef07b1f7cf1 - 6.73% (5.75 MB)

[#003] sha256:952f727b3da5af94dcb044d64e14728a4025049c8a4ba5500bc5d9918fe78563 - 0.01% (4.46 KB)

[#004] sha256:d725d75f5dd17b4348ef9f0508e1b990d629d9a9031604c4f99b5a8ac596e650 - 87.02% (74.4 MB)

[#005] sha256:050c87bcd2a1fd04e0419be73c4838e77cb5dc4cdac2908c9119b8b1b0783b93 - 0.01% (4.43 KB)


History
2022-11-15 06:35:57 UTC

/bin/sh -c #(nop) COPY dir:22b2e815910a9d19797331172c7be4522d2d5f2de98c81b385bf33a2bee57f4a in /

2022-11-15 06:35:58 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-11-15 06:35:59 UTC

/bin/sh -c #(nop) ARG VERSION

2022-11-15 06:36:00 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-11-15 06:36:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 16c25840-ls30 Build-date:- 2022-11-15T07:34:27+01:00

2022-11-15 06:36:02 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-11-15 06:36:04 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-15 06:36:04 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2022-11-15 06:36:14 UTC

|3 BUILD_DATE=2022-11-15T07:34:27+01:00 MODS_VERSION=v3 VERSION=16c25840-ls30 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq procps 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 && chmod +x /docker-mods && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-11-15 06:36:15 UTC

/bin/sh -c #(nop) COPY dir:080442c48a79b8e74452a818968300096240e7b1a58da6ed6aca7745232be405 in /

2022-11-15 06:36:15 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-11-15 06:36:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-11-15 06:36:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-15T07:34:27+01:00

2022-11-15 06:36:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-11-15 06:36:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-11-15 06:36:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-11-15 06:36:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a7218a6ab46634793649c6c01865d5ee67ee5033

2022-11-15 06:36:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a7218a6ab46634793649c6c01865d5ee67ee5033

2022-11-15 06:36:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-11-15 06:36:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-11-15 06:36:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-11-15 06:36:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-11-15 06:36:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=16c25840-ls30

2022-11-19 05:48:37 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-11-19 05:48:38 UTC

/bin/sh -c #(nop) ARG VERSION

2022-11-19 05:48:38 UTC

/bin/sh -c #(nop) ARG MARIADB_VERSION

2022-11-19 05:48:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls75 Build-date:- 2022-11-18T23:47:26-06:00

2022-11-19 05:48:38 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer,nemchik

2022-11-19 05:48:38 UTC

/bin/sh -c #(nop) ENV MYSQL_DIR=/config

2022-11-19 05:48:38 UTC

/bin/sh -c #(nop) ENV DATADIR=/config/databases

2022-11-19 05:48:46 UTC

|3 BUILD_DATE=2022-11-18T23:47:26-06:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls75 /bin/sh -c echo "**** install runtime packages ****" && if [ -z ${MARIADB_VERSION+x} ]; then MARIADB_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.16/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 mariadb==${MARIADB_VERSION} mariadb-backup==${MARIADB_VERSION} mariadb-client==${MARIADB_VERSION} mariadb-common==${MARIADB_VERSION} mariadb-server-utils==${MARIADB_VERSION} && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/* && mkdir -p /var/lib/mysql

2022-11-19 05:48:50 UTC

/bin/sh -c #(nop) COPY dir:982c759624f5e5b4d5a56003ae997660e6ab61e78eead45525870766cc2dea2f in /

2022-11-19 05:48:50 UTC

/bin/sh -c #(nop) EXPOSE 3306

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-18T23:47:26-06:00

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=09dcac620efcd0ac35ab32b243785fe8caeef7c1

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=09dcac620efcd0ac35ab32b243785fe8caeef7c1

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb

2022-11-19 05:48:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb

2022-11-19 05:48:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages

2022-11-19 05:48:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-11-19 05:48:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10.6.10-r0-ls75

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete