Namespace
linuxserver
Image / Tag
mariadb:arm32v7-10.6.10-r0-ls72
Content Digest
sha256:0786cc7a782f631e31a714d9aece1490ef01462c6ff20b030962c60bfc2dc8be
Details
Created

2022-10-19 13:42:40 UTC

Size

76 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls72 Build-date:- 2022-10-19T15:40:59+02:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-10-19T15:40:59+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
    dd6c4e0a14aaa1d00af730ee8c27a9da45f1fd80
  • org.opencontainers.image.revision
    dd6c4e0a14aaa1d00af730ee8c27a9da45f1fd80
  • 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-ls72

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:8eb237700f72b4c1298a9b2bda34523669b0fdc245df06cbf204c79ca9dd6f6f - 6.72% (5.11 MB)

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

[#002] sha256:00f20ab6a579106c777833132fd4bba19da70a51c6101c9b7f2dab6f2123692c - 6.86% (5.21 MB)

[#003] sha256:8886d1d9aeb831960130aa025e4fa2efdadbbfc9dd0b97e60badaf9fb80d58c0 - 0.01% (4.48 KB)

[#004] sha256:6dd21a160e3b660fdde0fa38e20832b3f380c9fc648246e7126b889720683e90 - 86.41% (65.6 MB)

[#005] sha256:e0b242f662b298302b9bf48d7a740f52980a0859c94a22e9a61cb162f52ae59d - 0.01% (4.44 KB)


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

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

2022-10-05 17:33:52 UTC

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

2022-10-05 17:33:52 UTC

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

2022-10-05 17:33:52 UTC

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

2022-10-05 17:33:52 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:53 UTC

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

2022-10-05 17:33:53 UTC

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

2022-10-05 17:33:53 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:02 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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-10-05 17:34:03 UTC

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

2022-10-05 17:34:03 UTC

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

2022-10-05 17:34:03 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:04 UTC

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

2022-10-05 17:34:04 UTC

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

2022-10-05 17:34:04 UTC

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

2022-10-05 17:34:05 UTC

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

2022-10-05 17:34:05 UTC

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

2022-10-05 17:34:05 UTC

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

2022-10-05 17:34:05 UTC

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

2022-10-05 17:34:06 UTC

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

2022-10-05 17:34:06 UTC

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

2022-10-19 13:42:15 UTC

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

2022-10-19 13:42:15 UTC

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

2022-10-19 13:42:15 UTC

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

2022-10-19 13:42:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls72 Build-date:- 2022-10-19T15:40:59+02:00

2022-10-19 13:42:16 UTC

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

2022-10-19 13:42:16 UTC

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

2022-10-19 13:42:16 UTC

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

2022-10-19 13:42:36 UTC

|3 BUILD_DATE=2022-10-19T15:40:59+02:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls72 /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-19 13:42:36 UTC

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

2022-10-19 13:42:37 UTC

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

2022-10-19 13:42:37 UTC

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

2022-10-19 13:42:37 UTC

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

2022-10-19 13:42:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-19T15:40:59+02:00

2022-10-19 13:42:38 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-19 13:42:38 UTC

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

2022-10-19 13:42:38 UTC

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

2022-10-19 13:42:38 UTC

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

2022-10-19 13:42:39 UTC

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

2022-10-19 13:42:39 UTC

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

2022-10-19 13:42:39 UTC

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

2022-10-19 13:42:40 UTC

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

2022-10-19 13:42:40 UTC

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

2022-10-19 13:42:40 UTC

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

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