Namespace
linuxserver
Image / Tag
mariadb:arm64v8-10.6.9-r0-ls71
Content Digest
sha256:3a1ff8d977f100540260590fee60781d571f84166da58270802f902b6f367295
Details
Created

2022-10-11 22:14:41 UTC

Size

85.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.9-r0-ls71 Build-date:- 2022-10-12T00:12:56+02:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-10-12T00:12:56+02: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
    b2635151f37d5a8f06c1c80d1f59b65bff1b3c4a
  • org.opencontainers.image.revision
    b2635151f37d5a8f06c1c80d1f59b65bff1b3c4a
  • 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.9-r0-ls71

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:bdec5ad1d55f9d52296ed18318eed925c1a7781c266f861e90a8b713cb054028 - 6.24% (5.33 MB)

[#001] sha256:b7321b7e83dbbe672934258cca0e204684a93dda942c89de1069ead439cff755 - 0.0% (2.96 KB)

[#002] sha256:b62d3844f2e08d8f10b0fb13bf485fdce8fe689feab1db5635224cf16d6177d1 - 6.74% (5.76 MB)

[#003] sha256:565e3d5628dfeb85ed79ab9f6bbab6a0385ba6b7488aa063a58c12d3c8e60905 - 0.01% (4.48 KB)

[#004] sha256:886cc5831b5525fd99d1f4ab6f989861f9036d9eb2ce9d4b8bbbd2f2c780031d - 87.01% (74.3 MB)

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


History
2022-10-05 17:33:47 UTC

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

2022-10-05 17:33:48 UTC

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

2022-10-05 17:33:49 UTC

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

2022-10-05 17:33:50 UTC

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

2022-10-05 17:33:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2b5f9c06-ls27 Build-date:- 2022-10-05T17:32:35+00:00

2022-10-05 17:33:52 UTC

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

2022-10-05 17:33:54 UTC

/bin/sh -c #(nop) ADD 55d5f6f8d6a262378879fc62d30c0846580f591fa166bdea3205bf77efc613eb in /docker-mods

2022-10-05 17:33:54 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-10-05 17:34:00 UTC

|3 BUILD_DATE=2022-10-05T17:32:35+00:00 MODS_VERSION=v3 VERSION=2b5f9c06-ls27 /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-10-05 17:34:01 UTC

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

2022-10-05 17:34:01 UTC

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

2022-10-05 17:34:02 UTC

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

2022-10-05 17:34:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-05T17:32:35+00:00

2022-10-05 17:34:04 UTC

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

2022-10-05 17:34:05 UTC

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

2022-10-05 17:34:06 UTC

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

2022-10-05 17:34:07 UTC

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

2022-10-05 17:34:08 UTC

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

2022-10-05 17:34:09 UTC

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

2022-10-05 17:34:10 UTC

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

2022-10-05 17:34:11 UTC

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

2022-10-05 17:34:12 UTC

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

2022-10-05 17:34:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2b5f9c06-ls27

2022-10-11 22:14:07 UTC

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

2022-10-11 22:14:08 UTC

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

2022-10-11 22:14:09 UTC

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

2022-10-11 22:14:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.9-r0-ls71 Build-date:- 2022-10-12T00:12:56+02:00

2022-10-11 22:14:11 UTC

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

2022-10-11 22:14:12 UTC

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

2022-10-11 22:14:13 UTC

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

2022-10-11 22:14:27 UTC

|3 BUILD_DATE=2022-10-12T00:12:56+02:00 MARIADB_VERSION=10.6.9-r0 VERSION=10.6.9-r0-ls71 /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-10-11 22:14:28 UTC

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

2022-10-11 22:14:28 UTC

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

2022-10-11 22:14:29 UTC

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

2022-10-11 22:14:30 UTC

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

2022-10-11 22:14:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-12T00:12:56+02:00

2022-10-11 22:14:32 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-10-11 22:14:33 UTC

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

2022-10-11 22:14:34 UTC

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

2022-10-11 22:14:35 UTC

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

2022-10-11 22:14:36 UTC

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

2022-10-11 22:14:37 UTC

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

2022-10-11 22:14:38 UTC

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

2022-10-11 22:14:39 UTC

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

2022-10-11 22:14:40 UTC

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

2022-10-11 22:14:41 UTC

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

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