2022-09-03 05:57:05 UTC
76.9 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:c1c41ab4a97c854597e4211345e0c256b1c809fb60954149ea862c089a9f6055 - 6.61% (5.08 MB)
[#001] sha256:f1daccf52f723fee70b380aac0dfaf79a1ff95f400caf5250d2c15ce9d7f7613 - 6.29% (4.83 MB)
[#002] sha256:40866359c5505dc4e6aeb6c3746ee8d0e883f7a352f767574284ba1d210988aa - 0.01% (5.32 KB)
[#003] sha256:ddd80b435897949b2ccdefe525df420c9c88fc661048a9dc7623f42c8f501d46 - 87.1% (67 MB)
[#004] sha256:c1f79b11a37d02952b4319f4903d5e6ddf099e9373a975bd88edeee048706a3f - 0.0% (3.93 KB)
/bin/sh -c #(nop) COPY dir:035a3c32b15340759a3990f2f0dae8794c88082dcd6f6f60d000c1c7603a0d9b in /
2022-09-02 14:12:47 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-02 14:12:48 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-02 14:12:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3ab60599-ls33 Build-date:- 2022-09-02T16:11:33+02:00
2022-09-02 14:12:48 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-02 14:12:48 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-02 14:12:51 UTC|2 BUILD_DATE=2022-09-02T16:11:33+02:00 VERSION=3ab60599-ls33 /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-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-09-02 14:12:52 UTC/bin/sh -c #(nop) COPY dir:8bd29a37367405074227a000bc35fd3206809c8f2a4be3b3b8ceccd468f05edf in /
2022-09-02 14:12:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-02 14:12:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-02 14:12:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-02T16:11:33+02:00
2022-09-02 14:12:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-02 14:12:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-02 14:12:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-02 14:12:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=28f093e79b3a7d439d5c124899cf89c4c1cf475b
2022-09-02 14:12:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=28f093e79b3a7d439d5c124899cf89c4c1cf475b
2022-09-02 14:12:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-02 14:12:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-02 14:12:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-02 14:12:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-02 14:12:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3ab60599-ls33
2022-09-03 05:56:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-03 05:56:38 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-03 05:56:39 UTC/bin/sh -c #(nop) ARG MARIADB_VERSION
2022-09-03 05:56:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.17-r0-ls68 Build-date:- 2022-09-03T07:55:37+02:00
2022-09-03 05:56:39 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer,nemchik
2022-09-03 05:56:39 UTC/bin/sh -c #(nop) ENV MYSQL_DIR=/config
2022-09-03 05:56:40 UTC/bin/sh -c #(nop) ENV DATADIR=/config/databases
2022-09-03 05:57:00 UTC|3 BUILD_DATE=2022-09-03T07:55:37+02:00 MARIADB_VERSION=10.5.17-r0 VERSION=10.5.17-r0-ls68 /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/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 ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* && mkdir -p /var/lib/mysql
2022-09-03 05:57:01 UTC/bin/sh -c #(nop) COPY dir:4dcdebdfd4c19d889b1f41e1101b5e98e41ef1579e1579cfb70eb492ee6a86a8 in /
2022-09-03 05:57:01 UTC/bin/sh -c #(nop) EXPOSE 3306
2022-09-03 05:57:01 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-03 05:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-03 05:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-03T07:55:37+02:00
2022-09-03 05:57:02 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-03 05:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb
2022-09-03 05:57:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-03 05:57:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d88e223be6ce6f69fce9a2d2867a0e06b4c1cbf8
2022-09-03 05:57:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d88e223be6ce6f69fce9a2d2867a0e06b4c1cbf8
2022-09-03 05:57:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb
2022-09-03 05:57:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb
2022-09-03 05:57:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages
2022-09-03 05:57:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-03 05:57:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10.5.17-r0-ls68
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.