Namespace
linuxserver
Image / Tag
mariadb:10.6.10-r0-ls73
Content Digest
sha256:c28d09891b2bdefc474fb7a183e71c24046b763d69c53a4d877b2e5389751ad5
Details
Created

2022-11-05 05:48:20 UTC

Size

83.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls73 Build-date:- 2022-11-05T06:47:10+01:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-05T06:47:10+01: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
    2f13b5a64a857dd49d67278b5abb06e991c5635c
  • org.opencontainers.image.revision
    2f13b5a64a857dd49d67278b5abb06e991c5635c
  • 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-ls73

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:87124b5e65a1215ef40c654201940c310d2420ad3fa3790dce48e2c6732388a2 - 6.1% (5.1 MB)

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

[#002] sha256:1c2baba857473e7701c35f0752e24236cd6ff12f8350cd591041992ffb67df45 - 5.18% (4.33 MB)

[#003] sha256:6ea37668a2cd64c20a0aa5cff4b042d4ecccc605d458fe3b3597a73188cdee17 - 0.01% (4.46 KB)

[#004] sha256:1922def3806fd6d259b5634da7657e2fa8ce1bd55214ed9d3c8aed91f07a596f - 88.71% (74.2 MB)

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


History
2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c04774e-ls28 Build-date:- 2022-10-30T19:00:08+01:00

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:24 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-30 18:01:26 UTC

|3 BUILD_DATE=2022-10-30T19:00:08+01:00 MODS_VERSION=v3 VERSION=9c04774e-ls28 /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 "**** cleanup ****" && rm -rf /tmp/*

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T19:00:08+01:00

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

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

2022-10-30 18:01:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9c04774e-ls28

2022-11-05 05:48:09 UTC

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

2022-11-05 05:48:09 UTC

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

2022-11-05 05:48:10 UTC

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

2022-11-05 05:48:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls73 Build-date:- 2022-11-05T06:47:10+01:00

2022-11-05 05:48:10 UTC

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

2022-11-05 05:48:10 UTC

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

2022-11-05 05:48:10 UTC

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

2022-11-05 05:48:18 UTC

|3 BUILD_DATE=2022-11-05T06:47:10+01:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls73 /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-05 05:48:18 UTC

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

2022-11-05 05:48:18 UTC

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

2022-11-05 05:48:19 UTC

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

2022-11-05 05:48:19 UTC

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

2022-11-05 05:48:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-05T06:47:10+01:00

2022-11-05 05:48:19 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-05 05:48:19 UTC

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

2022-11-05 05:48:19 UTC

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

2022-11-05 05:48:19 UTC

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

2022-11-05 05:48:19 UTC

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

2022-11-05 05:48:20 UTC

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

2022-11-05 05:48:20 UTC

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

2022-11-05 05:48:20 UTC

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

2022-11-05 05:48:20 UTC

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

2022-11-05 05:48:20 UTC

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

Details
Created

2022-11-05 05:48:46 UTC

Size

76 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls73 Build-date:- 2022-11-05T06:47:10+01:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-05T06:47:10+01: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
    2f13b5a64a857dd49d67278b5abb06e991c5635c
  • org.opencontainers.image.revision
    2f13b5a64a857dd49d67278b5abb06e991c5635c
  • 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-ls73

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:3c76bf0f3c0608132af281778ebaa5cc2fe31ca81922b1f6f148dd2d136db8e5 - 6.72% (5.11 MB)

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

[#002] sha256:3baba183b58d0c624306def810c52d0b2dfa4e3e841ed85ea264153a2452feee - 6.86% (5.21 MB)

[#003] sha256:ca916e937a96e4acdc87e4cfe013c0198975ff4fd1c5f5dbf1159a325e33ec5c - 0.01% (4.67 KB)

[#004] sha256:1417ee586f5b96a0f0f03a46ed2b91cc5f677b3ccf9c3f2caabad35d055e5ae1 - 86.41% (65.6 MB)

[#005] sha256:911d02290a41fffd0dddcbd55d878f24d6338b315c1c5c13444cb2c25c837929 - 0.01% (4.5 KB)


History
2022-10-30 18:01:37 UTC

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

2022-10-30 18:01:37 UTC

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

2022-10-30 18:01:38 UTC

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

2022-10-30 18:01:38 UTC

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

2022-10-30 18:01:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c04774e-ls28 Build-date:- 2022-10-30T19:00:08+01:00

2022-10-30 18:01:38 UTC

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

2022-10-30 18:01:39 UTC

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

2022-10-30 18:01:39 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-30 18:01:46 UTC

|3 BUILD_DATE=2022-10-30T19:00:08+01:00 MODS_VERSION=v3 VERSION=9c04774e-ls28 /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-30 18:01:46 UTC

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

2022-10-30 18:01:47 UTC

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

2022-10-30 18:01:47 UTC

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

2022-10-30 18:01:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T19:00:08+01:00

2022-10-30 18:01:47 UTC

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

2022-10-30 18:01:48 UTC

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

2022-10-30 18:01:48 UTC

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

2022-10-30 18:01:48 UTC

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

2022-10-30 18:01:48 UTC

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

2022-10-30 18:01:49 UTC

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

2022-10-30 18:01:49 UTC

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

2022-10-30 18:01:49 UTC

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

2022-10-30 18:01:49 UTC

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

2022-10-30 18:01:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9c04774e-ls28

2022-11-05 05:48:20 UTC

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

2022-11-05 05:48:20 UTC

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

2022-11-05 05:48:20 UTC

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

2022-11-05 05:48:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls73 Build-date:- 2022-11-05T06:47:10+01:00

2022-11-05 05:48:21 UTC

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

2022-11-05 05:48:21 UTC

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

2022-11-05 05:48:21 UTC

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

2022-11-05 05:48:42 UTC

|3 BUILD_DATE=2022-11-05T06:47:10+01:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls73 /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-05 05:48:42 UTC

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

2022-11-05 05:48:43 UTC

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

2022-11-05 05:48:43 UTC

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

2022-11-05 05:48:43 UTC

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

2022-11-05 05:48:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-05T06:47:10+01:00

2022-11-05 05:48: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-11-05 05:48:44 UTC

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

2022-11-05 05:48:44 UTC

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

2022-11-05 05:48:44 UTC

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

2022-11-05 05:48:45 UTC

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

2022-11-05 05:48:45 UTC

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

2022-11-05 05:48:45 UTC

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

2022-11-05 05:48:45 UTC

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

2022-11-05 05:48:46 UTC

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

2022-11-05 05:48:46 UTC

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

Details
Created

2022-11-05 05:48:31 UTC

Size

85.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls73 Build-date:- 2022-11-05T06:47:10+01:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-05T06:47:10+01: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
    2f13b5a64a857dd49d67278b5abb06e991c5635c
  • org.opencontainers.image.revision
    2f13b5a64a857dd49d67278b5abb06e991c5635c
  • 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-ls73

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

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

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

[#003] sha256:729d10835e8f6c3372f347e42b77e91353f2a129847a06d13785e413a2daa5e1 - 0.01% (4.53 KB)

[#004] sha256:b4fad189ed8dc8f22c27cc89cbdbe2a0bebd42588c70b51f9529b0da5f438e93 - 87.01% (74.4 MB)

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


History
2022-10-30 18:01:22 UTC

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

2022-10-30 18:01:22 UTC

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

2022-10-30 18:01:22 UTC

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

2022-10-30 18:01:22 UTC

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

2022-10-30 18:01:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c04774e-ls28 Build-date:- 2022-10-30T19:00:08+01:00

2022-10-30 18:01:22 UTC

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

2022-10-30 18:01:23 UTC

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

2022-10-30 18:01:23 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-30 18:01:25 UTC

|3 BUILD_DATE=2022-10-30T19:00:08+01:00 MODS_VERSION=v3 VERSION=9c04774e-ls28 /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-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T19:00:08+01:00

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:26 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

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

2022-10-30 18:01:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9c04774e-ls28

2022-11-05 05:48:16 UTC

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

2022-11-05 05:48:16 UTC

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

2022-11-05 05:48:16 UTC

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

2022-11-05 05:48:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls73 Build-date:- 2022-11-05T06:47:10+01:00

2022-11-05 05:48:16 UTC

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

2022-11-05 05:48:17 UTC

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

2022-11-05 05:48:17 UTC

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

2022-11-05 05:48:25 UTC

|3 BUILD_DATE=2022-11-05T06:47:10+01:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls73 /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-05 05:48:29 UTC

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

2022-11-05 05:48:29 UTC

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

2022-11-05 05:48:29 UTC

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

2022-11-05 05:48:29 UTC

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

2022-11-05 05:48:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-05T06:47:10+01:00

2022-11-05 05:48:30 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-05 05:48:30 UTC

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

2022-11-05 05:48:30 UTC

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

2022-11-05 05:48:30 UTC

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

2022-11-05 05:48:30 UTC

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

2022-11-05 05:48:30 UTC

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

2022-11-05 05:48:30 UTC

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

2022-11-05 05:48:30 UTC

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

2022-11-05 05:48:31 UTC

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

2022-11-05 05:48:31 UTC

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

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