Namespace
linuxserver
Image / Tag
mariadb:arm32v7-10.6.9-r0-ls71
Content Digest
sha256:67cedaa44d76ebc285266e500a81a2c82058da4dfc81059dec88f813bd27f44b
Details
Created

2022-10-11 22:14:53 UTC

Size

75.9 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: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:cd5e3ac3b69507d3252810eb4b3b0fd83c81df31b1415b67254b575bdadb528f - 86.4% (65.6 MB)

[#005] sha256:f7b91005178d050baeb3e55cda915c8a3a8de4ab5d7616837a40c92d59614501 - 0.01% (4.43 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-11 22:14:08 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:37 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:39 UTC

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

2022-10-11 22:14:39 UTC

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

2022-10-11 22:14:41 UTC

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

2022-10-11 22:14:42 UTC

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

2022-10-11 22:14:42 UTC

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

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

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

2022-10-11 22:14:46 UTC

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

2022-10-11 22:14:46 UTC

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

2022-10-11 22:14:47 UTC

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

2022-10-11 22:14:49 UTC

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

2022-10-11 22:14:49 UTC

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

2022-10-11 22:14:51 UTC

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

2022-10-11 22:14:51 UTC

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

2022-10-11 22:14:53 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