2022-08-24 19:01:46 UTC
84.7 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:b7109eead8581d2a2720ff405a7d06512488e53275be2b0568e046568299cfcf - 6.02% (5.1 MB)
[#001] sha256:dd1809ebdc33a837ee27932b51fc6b9760efd1d179ebfb0146f61b1c5ee8a8c6 - 4.44% (3.77 MB)
[#002] sha256:06c351ea662a5fed484ad52dc7c5173aa58f14d92831eb0002c6b52e6b1f44a4 - 0.01% (4.96 KB)
[#003] sha256:4f13cb568786cf0bf7b4a7776b2d5252f0ecc842a281893f04bbc1cb66c564fd - 89.52% (75.8 MB)
[#004] sha256:95858abca4849676ba58598af6a426af6fdf446d4ffa66c8611a02aceaece403 - 0.0% (3.96 KB)
/bin/sh -c #(nop) COPY dir:d2a23f083aea028766b39bcd2c6a0840212d53c5a002bac267ae0abbab47ea76 in /
2022-08-23 06:41:37 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-23 06:41:37 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-23 06:41:37 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 86231e90-ls31 Build-date:- 2022-08-23T01:40:21-05:00
2022-08-23 06:41:37 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-23 06:41:37 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-23 06:41:39 UTC|2 BUILD_DATE=2022-08-23T01:40:21-05:00 VERSION=86231e90-ls31 /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 "**** cleanup ****" && rm -rf /tmp/*
2022-08-23 06:41:39 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-08-23 06:41:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-23 06:41:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-23 06:41:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-23T01:40:21-05:00
2022-08-23 06:41:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8b1de03a8eb3c0b58bc320a697d2608f3dbbebaf
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8b1de03a8eb3c0b58bc320a697d2608f3dbbebaf
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-23 06:41:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=86231e90-ls31
2022-08-24 19:01:32 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-24 19:01:33 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-24 19:01:33 UTC/bin/sh -c #(nop) ARG MARIADB_VERSION
2022-08-24 19:01:33 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.17-r0-ls65 Build-date:- 2022-08-24T21:00:29+02:00
2022-08-24 19:01:33 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer,nemchik
2022-08-24 19:01:33 UTC/bin/sh -c #(nop) ENV MYSQL_DIR=/config
2022-08-24 19:01:33 UTC/bin/sh -c #(nop) ENV DATADIR=/config/databases
2022-08-24 19:01:42 UTC|3 BUILD_DATE=2022-08-24T21:00:29+02:00 MARIADB_VERSION=10.5.17-r0 VERSION=10.5.17-r0-ls65 /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-08-24 19:01:43 UTC/bin/sh -c #(nop) COPY dir:6cb643fb25043b2f123cf16a8cacab2c5a9d999251a3323eb763a5ce185ac706 in /
2022-08-24 19:01:44 UTC/bin/sh -c #(nop) EXPOSE 3306
2022-08-24 19:01:44 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-24 19:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-24 19:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-24T21:00:29+02:00
2022-08-24 19:01: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-08-24 19:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb
2022-08-24 19:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-24 19:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32c7c215b0da8f3bf94bddc78e2fd36bef65772b
2022-08-24 19:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32c7c215b0da8f3bf94bddc78e2fd36bef65772b
2022-08-24 19:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb
2022-08-24 19:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb
2022-08-24 19:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages
2022-08-24 19:01:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-24 19:01:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10.5.17-r0-ls65
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.