Namespace
linuxserver
Image / Tag
mariadb:10.6.10-r0-ls74
Content Digest
sha256:1da6bf9bf56ebd0b615a61eccd5c720412df4fc34e17cb27be279b33d5fb526a
Details
Created

2022-11-12 05:52:09 UTC

Size

83.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls74 Build-date:- 2022-11-12T06:50:44+01:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-12T06:50:44+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
    f992c572091635d4cad8b61d41f9735b4f2c3128
  • org.opencontainers.image.revision
    f992c572091635d4cad8b61d41f9735b4f2c3128
  • 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-ls74

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:4de7782b8b4744334c4e4479589d65c61f4fe8b3953a7143a9ec3f0a5c421b7e - 6.1% (5.1 MB)

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

[#002] sha256:bf25576b3ca85d2712d8865d5658a3dc479a1f75766cf3b4b47959033145a827 - 5.17% (4.32 MB)

[#003] sha256:8e553a779c1e5a95adc22e2fbe551b0f53148aaad26d3ee1f90830c08e5da7d1 - 0.01% (4.46 KB)

[#004] sha256:376d2e9b7fff22860e173d63d437345b267565a37a7c73ad9d6587fa910c3f8d - 88.72% (74.2 MB)

[#005] sha256:6cd7c40a611c54a931eeebf595dd2f6048fe0ea91a2d8d2ce3880d2246965434 - 0.01% (4.45 KB)


History
2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67d1538e-ls29 Build-date:- 2022-11-08T00:39:06-06:00

2022-11-08 06:40:35 UTC

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

2022-11-08 06:40:35 UTC

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

2022-11-08 06:40:35 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-08 06:40:38 UTC

|3 BUILD_DATE=2022-11-08T00:39:06-06:00 MODS_VERSION=v3 VERSION=67d1538e-ls29 /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-11-08 06:40:38 UTC

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

2022-11-08 06:40:38 UTC

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

2022-11-08 06:40:38 UTC

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

2022-11-08 06:40:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T00:39:06-06:00

2022-11-08 06:40:39 UTC

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

2022-11-08 06:40:39 UTC

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

2022-11-08 06:40:39 UTC

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

2022-11-08 06:40:39 UTC

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

2022-11-08 06:40:39 UTC

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

2022-11-08 06:40:39 UTC

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

2022-11-08 06:40:39 UTC

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

2022-11-08 06:40:40 UTC

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

2022-11-08 06:40:40 UTC

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

2022-11-08 06:40:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=67d1538e-ls29

2022-11-12 05:51:54 UTC

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

2022-11-12 05:51:54 UTC

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

2022-11-12 05:51:54 UTC

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

2022-11-12 05:51:54 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls74 Build-date:- 2022-11-12T06:50:44+01:00

2022-11-12 05:51:55 UTC

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

2022-11-12 05:51:55 UTC

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

2022-11-12 05:51:55 UTC

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

2022-11-12 05:52:06 UTC

|3 BUILD_DATE=2022-11-12T06:50:44+01:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls74 /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-12 05:52:07 UTC

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

2022-11-12 05:52:07 UTC

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

2022-11-12 05:52:07 UTC

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

2022-11-12 05:52:07 UTC

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

2022-11-12 05:52:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-12T06:50:44+01:00

2022-11-12 05:52:07 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-12 05:52:08 UTC

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

2022-11-12 05:52:08 UTC

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

2022-11-12 05:52:08 UTC

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

2022-11-12 05:52:08 UTC

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

2022-11-12 05:52:08 UTC

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

2022-11-12 05:52:08 UTC

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

2022-11-12 05:52:09 UTC

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

2022-11-12 05:52:09 UTC

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

2022-11-12 05:52:09 UTC

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

Details
Created

2022-11-12 05:52:40 UTC

Size

75.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls74 Build-date:- 2022-11-12T06:50:44+01:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-12T06:50:44+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
    f992c572091635d4cad8b61d41f9735b4f2c3128
  • org.opencontainers.image.revision
    f992c572091635d4cad8b61d41f9735b4f2c3128
  • 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-ls74

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

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

[#002] sha256:8bfe32b47451ed1914fd55868f7d9af9faca540df9b8b30fea9cfb712f611d64 - 6.84% (5.2 MB)

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

[#004] sha256:1a20c31dbe4fee4ce584d536f771d4d3ac4514d0fac7935f77e84a2cedec6044 - 86.42% (65.6 MB)

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


History
2022-11-08 06:40:43 UTC

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

2022-11-08 06:40:44 UTC

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

2022-11-08 06:40:45 UTC

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

2022-11-08 06:40:46 UTC

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

2022-11-08 06:40:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67d1538e-ls29 Build-date:- 2022-11-08T00:39:06-06:00

2022-11-08 06:40:48 UTC

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

2022-11-08 06:40:50 UTC

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

2022-11-08 06:40:50 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-08 06:40:55 UTC

|3 BUILD_DATE=2022-11-08T00:39:06-06:00 MODS_VERSION=v3 VERSION=67d1538e-ls29 /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-11-08 06:40:56 UTC

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

2022-11-08 06:40:56 UTC

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

2022-11-08 06:40:57 UTC

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

2022-11-08 06:40:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T00:39:06-06:00

2022-11-08 06:40:59 UTC

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

2022-11-08 06:41:00 UTC

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

2022-11-08 06:41:01 UTC

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

2022-11-08 06:41:02 UTC

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

2022-11-08 06:41:03 UTC

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

2022-11-08 06:41:04 UTC

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

2022-11-08 06:41:05 UTC

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

2022-11-08 06:41:06 UTC

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

2022-11-08 06:41:07 UTC

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

2022-11-08 06:41:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=67d1538e-ls29

2022-11-12 05:52:04 UTC

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

2022-11-12 05:52:05 UTC

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

2022-11-12 05:52:06 UTC

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

2022-11-12 05:52:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls74 Build-date:- 2022-11-12T06:50:44+01:00

2022-11-12 05:52:08 UTC

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

2022-11-12 05:52:09 UTC

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

2022-11-12 05:52:10 UTC

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

2022-11-12 05:52:26 UTC

|3 BUILD_DATE=2022-11-12T06:50:44+01:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls74 /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-12 05:52:27 UTC

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

2022-11-12 05:52:27 UTC

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

2022-11-12 05:52:28 UTC

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

2022-11-12 05:52:29 UTC

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

2022-11-12 05:52:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-12T06:50:44+01:00

2022-11-12 05:52:31 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-12 05:52:32 UTC

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

2022-11-12 05:52:33 UTC

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

2022-11-12 05:52:34 UTC

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

2022-11-12 05:52:35 UTC

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

2022-11-12 05:52:36 UTC

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

2022-11-12 05:52:37 UTC

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

2022-11-12 05:52:38 UTC

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

2022-11-12 05:52:39 UTC

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

2022-11-12 05:52:40 UTC

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

Details
Created

2022-11-12 05:52:16 UTC

Size

85.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 10.6.10-r0-ls74 Build-date:- 2022-11-12T06:50:44+01:00
  • maintainer
    thelamer,nemchik
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-12T06:50:44+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
    f992c572091635d4cad8b61d41f9735b4f2c3128
  • org.opencontainers.image.revision
    f992c572091635d4cad8b61d41f9735b4f2c3128
  • 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-ls74

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

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

[#002] sha256:6ed21c2de095bab605baa639910a1444980110188a5f67e82b1d511201d2e016 - 6.72% (5.75 MB)

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

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

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


History
2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:30 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67d1538e-ls29 Build-date:- 2022-11-08T00:39:06-06:00

2022-11-08 06:40:30 UTC

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

2022-11-08 06:40:31 UTC

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

2022-11-08 06:40:31 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-08 06:40:33 UTC

|3 BUILD_DATE=2022-11-08T00:39:06-06:00 MODS_VERSION=v3 VERSION=67d1538e-ls29 /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-08 06:40:33 UTC

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

2022-11-08 06:40:33 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T00:39:06-06:00

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:34 UTC

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

2022-11-08 06:40:35 UTC

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

2022-11-08 06:40:35 UTC

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

2022-11-08 06:40:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=67d1538e-ls29

2022-11-12 05:52:02 UTC

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

2022-11-12 05:52:02 UTC

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

2022-11-12 05:52:02 UTC

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

2022-11-12 05:52:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.6.10-r0-ls74 Build-date:- 2022-11-12T06:50:44+01:00

2022-11-12 05:52:02 UTC

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

2022-11-12 05:52:02 UTC

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

2022-11-12 05:52:03 UTC

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

2022-11-12 05:52:11 UTC

|3 BUILD_DATE=2022-11-12T06:50:44+01:00 MARIADB_VERSION=10.6.10-r0 VERSION=10.6.10-r0-ls74 /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-12 05:52:15 UTC

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

2022-11-12 05:52:15 UTC

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

2022-11-12 05:52:15 UTC

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

2022-11-12 05:52:15 UTC

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

2022-11-12 05:52:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-12T06:50:44+01:00

2022-11-12 05:52:15 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-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

2022-11-12 05:52:16 UTC

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

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