2022-09-17 06:01:38 UTC
86.5 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)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:6e52179dbab2d7e41636b57095a74c03c74fb026f13f26f1d8bcd228be4950d9 - 6.14% (5.31 MB)
[#001] sha256:77ef98c561989f75ddfc6dac2e1943fbd4aaefa4436da9065ff6408b0cb564a3 - 6.26% (5.42 MB)
[#002] sha256:76e964de27f366cc97d09e089d78e17ee21f79d6e35efd706c9fa51360854afc - 0.01% (5.44 KB)
[#003] sha256:d875663358f10535221921176d1869ec5220f4f3238e6a539bfd3a4c2123e426 - 87.58% (75.8 MB)
[#004] sha256:9598fe5512f011d43bb7b830cd8cca58345339e19628ecc0e3a943eefb37c754 - 0.0% (3.96 KB)
/bin/sh -c #(nop) COPY dir:9bd4bb95f349ef1c9f6200e8e827337f7cdf8fc136866dd58aa78a00165358f7 in /
2022-09-13 12:05:04 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-13 12:05:04 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-13 12:05:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3ab60599-ls36 Build-date:- 2022-09-13T14:03:26+02:00
2022-09-13 12:05:06 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-13 12:05:07 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-13 12:05:15 UTC|2 BUILD_DATE=2022-09-13T14:03:26+02:00 VERSION=3ab60599-ls36 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && 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-09-13 12:05:16 UTC/bin/sh -c #(nop) COPY dir:c3f691a713f86881157fd18ec3d6bfb9d200fb11c232e9d661f0e642112c90ee in /
2022-09-13 12:05:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-13 12:05:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-13 12:05:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-13T14:03:26+02:00
2022-09-13 12:05:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-13 12:05:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-13 12:05:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-13 12:05:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=77f35ccff4e99075978d7e9ca0442bc4f5a2be3c
2022-09-13 12:05:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=77f35ccff4e99075978d7e9ca0442bc4f5a2be3c
2022-09-13 12:05:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-13 12:05:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-13 12:05:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-13 12:05:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-13 12:05:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3ab60599-ls36
2022-09-17 06:01:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-17 06:01:23 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-17 06:01:23 UTC/bin/sh -c #(nop) ARG MARIADB_VERSION
2022-09-17 06:01:23 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.17-r0-ls70 Build-date:- 2022-09-17T01:00:10-05:00
2022-09-17 06:01:23 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer,nemchik
2022-09-17 06:01:23 UTC/bin/sh -c #(nop) ENV MYSQL_DIR=/config
2022-09-17 06:01:23 UTC/bin/sh -c #(nop) ENV DATADIR=/config/databases
2022-09-17 06:01:32 UTC|3 BUILD_DATE=2022-09-17T01:00:10-05:00 MARIADB_VERSION=10.5.17-r0 VERSION=10.5.17-r0-ls70 /bin/sh -c echo "**** install runtime packages ****" && if [ -z ${MARIADB_VERSION+x} ]; then MARIADB_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.14/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-09-17 06:01:36 UTC/bin/sh -c #(nop) COPY dir:07ac2a7b7d1467669749cdee824674c74472fa0265133aef8834ea8e6d6ef94d in /
2022-09-17 06:01:36 UTC/bin/sh -c #(nop) EXPOSE 3306
2022-09-17 06:01:37 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-17 06:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-17 06:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-17T01:00:10-05:00
2022-09-17 06:01:37 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-09-17 06:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb
2022-09-17 06:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-17 06:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2bffc8bd306ed6599329baf733723beb47ee3267
2022-09-17 06:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2bffc8bd306ed6599329baf733723beb47ee3267
2022-09-17 06:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb
2022-09-17 06:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb
2022-09-17 06:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages
2022-09-17 06:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-17 06:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10.5.17-r0-ls70
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.