2021-04-18 17:18:54 UTC
87.4 MB
/config/databases
HOME/root
MYSQL_DIR/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:5b699a60b4aa3d60b10ba63c57d6affc140ff01dfb751698fe388c24a9d4c00e - 3.09% (2.7 MB)
[#001] sha256:40ff825e883ad16da55034b7cfb53b52718e378326a1767d69a03683b215c5b8 - 2.46% (2.15 MB)
[#002] sha256:3f095f3d1f15152c37e8a4343b02e54297c1b6a3eb2bfeaca1bff94d91834e2b - 2.41% (2.1 MB)
[#003] sha256:14fe596da4e3ad8a321bf2d9db30ed1ac4ec5eeb2927ab6d9398f0288033ac37 - 0.0% (440 Bytes)
[#004] sha256:54b3696793bc0352d069a38449c7fa4deb259ad354a006bde4a5a6858bf2820a - 5.32% (4.65 MB)
[#005] sha256:b20a6d15eb0e9d7c84158b3e114c927b1b5da10e029d35bacc80306ce1879ae6 - 0.0% (2.77 KB)
[#006] sha256:6022a9fcc7754c2ebb2b5d22c347a37eaf712e9093d65c45e69ebd6afb9e755d - 86.72% (75.8 MB)
[#007] sha256:094e36128a46b90916ecd819a7d413a16c662160665cfa83d04330b5f5bb787b - 0.0% (3.96 KB)
/bin/sh -c #(nop) COPY dir:a45cbf1205c0626b223c8b24159e2ca9ad72c926f6d06ea8559285a2b5026bfd in /
2021-04-13 06:40:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-13 06:40:16 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-13 06:40:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4928c559-ls11 Build-date:- 2021-04-13T07:38:41+01:00
2021-04-13 06:40:18 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-13 06:40:20 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-13 06:40:21 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-04-13 06:40:23 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-04-13 06:40:30 UTC|4 BUILD_DATE=2021-04-13T07:38:41+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=4928c559-ls11 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-04-13 06:40:31 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-04-13 06:40:32 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-04-13 06:40:46 UTC|4 BUILD_DATE=2021-04-13T07:38:41+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=4928c559-ls11 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-04-13 06:40:49 UTC/bin/sh -c #(nop) COPY dir:abf7501ef60ed34ad238fb8014199cea647a9129f593a578d4bdd70795f6fa6d in /
2021-04-13 06:40:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-18 17:16:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-18 17:16:12 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-18 17:16:15 UTC/bin/sh -c #(nop) ARG MARIADB_VERSION
2021-04-18 17:16:19 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.9-r0-ls12 Build-date:- 2021-04-18T13:14:58-04:00
2021-04-18 17:16:20 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer,nemchik
2021-04-18 17:16:22 UTC/bin/sh -c #(nop) ENV MYSQL_DIR=/config
2021-04-18 17:16:23 UTC/bin/sh -c #(nop) ENV DATADIR=/config/databases
2021-04-18 17:17:45 UTC|3 BUILD_DATE=2021-04-18T13:14:58-04:00 MARIADB_VERSION=10.5.9-r0 VERSION=10.5.9-r0-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl && echo "**** install runtime packages ****" && if [ -z ${MARIADB_VERSION+x} ]; then MARIADB_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/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 --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ gnupg mariadb==${MARIADB_VERSION} mariadb-backup==${MARIADB_VERSION} mariadb-client==${MARIADB_VERSION} mariadb-common==${MARIADB_VERSION} mariadb-server-utils==${MARIADB_VERSION} && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* && mkdir -p /var/lib/mysql
2021-04-18 17:18:17 UTC/bin/sh -c #(nop) COPY dir:e3cbb922256b8d5d5b5f02936657733c1ca96855a8118e3aef65b9a593ae42d1 in /
2021-04-18 17:18:18 UTC/bin/sh -c #(nop) EXPOSE 3306
2021-04-18 17:18:21 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-04-18 17:18:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-04-18 17:18:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-18T13:14:58-04:00
2021-04-18 17:18: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.
2021-04-18 17:18:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb
2021-04-18 17:18:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-04-18 17:18:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9c3db1964461c1e39a309c725ed7320f8bd22266
2021-04-18 17:18:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9c3db1964461c1e39a309c725ed7320f8bd22266
2021-04-18 17:18:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb
2021-04-18 17:18:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb
2021-04-18 17:18:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages
2021-04-18 17:18:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-04-18 17:18:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10.5.9-r0-ls12
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.