2022-08-13 05:48:24 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:39fb45a0147932b5ba9b09de54f29c5bd6b43da64b62cc616e8bb8ff1977f189 - 6.03% (5.1 MB)
[#001] sha256:039441287bed7ae22e321441e4782786721a395516f610926f80fd6f071f4ba6 - 4.46% (3.77 MB)
[#002] sha256:5801e5cdc7e8a445e0c948d0ca8844379a3e84cc3d363649ce4daaa8d80e09e6 - 0.01% (4.96 KB)
[#003] sha256:e53cf6ea84de583ba13118c128690ed4efecf0973cad0a0ede2071b3db7f66aa - 89.51% (75.8 MB)
[#004] sha256:88bba287b382aa30a9716dc355beb8db3e6358aa190e12e9d19418bb24b0b0bb - 0.0% (3.96 KB)
/bin/sh -c #(nop) COPY dir:5aacd88abd6315c9eb2fedf092ac79b3ad166222c06c2f8ad2ce979c5adca3f3 in /
2022-08-09 06:35:41 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-09 06:35:41 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-09 06:35:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 28954667-ls29 Build-date:- 2022-08-09T08:34:21+02:00
2022-08-09 06:35:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-09 06:35:42 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-09 06:35:44 UTC|2 BUILD_DATE=2022-08-09T08:34:21+02:00 VERSION=28954667-ls29 /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-09 06:35:45 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-08-09 06:35:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-09 06:35:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-09 06:35:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-09T08:34:21+02:00
2022-08-09 06:35:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9f6eff7855fb794b8e71aa44544da0257ffbeb69
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9f6eff7855fb794b8e71aa44544da0257ffbeb69
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-09 06:35:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-09 06:35:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=28954667-ls29
2022-08-13 05:48:12 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-13 05:48:12 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-13 05:48:12 UTC/bin/sh -c #(nop) ARG MARIADB_VERSION
2022-08-13 05:48:12 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 10.5.16-r0-ls63 Build-date:- 2022-08-13T07:47:17+02:00
2022-08-13 05:48:12 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer,nemchik
2022-08-13 05:48:12 UTC/bin/sh -c #(nop) ENV MYSQL_DIR=/config
2022-08-13 05:48:13 UTC/bin/sh -c #(nop) ENV DATADIR=/config/databases
2022-08-13 05:48:20 UTC|3 BUILD_DATE=2022-08-13T07:47:17+02:00 MARIADB_VERSION=10.5.16-r0 VERSION=10.5.16-r0-ls63 /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-13 05:48:21 UTC/bin/sh -c #(nop) COPY dir:6cb643fb25043b2f123cf16a8cacab2c5a9d999251a3323eb763a5ce185ac706 in /
2022-08-13 05:48:21 UTC/bin/sh -c #(nop) EXPOSE 3306
2022-08-13 05:48:21 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-08-13 05:48:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-13 05:48:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-13T07:47:17+02:00
2022-08-13 05:48:22 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-13 05:48:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb
2022-08-13 05:48:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-13 05:48:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a4dbdb168449ea70b2a842f23cdf159e800e119b
2022-08-13 05:48:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a4dbdb168449ea70b2a842f23cdf159e800e119b
2022-08-13 05:48:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb
2022-08-13 05:48:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb
2022-08-13 05:48:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages
2022-08-13 05:48:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-13 05:48:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10.5.16-r0-ls63
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.