2021-07-24 05:50:29 UTC
106 MB
/config/databases
HOME/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
MYSQL_DIR/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:ed54289271b746f55b95f36a5bb0ee5d8142ec886681889771a95ec0e0cff95d - 21.3% (22.6 MB)
[#001] sha256:26da659fa9030fded62f267d5856f17388ec6061d35064744a50c6aa3f9d31fb - 2.02% (2.15 MB)
[#002] sha256:007dc3ee86472a49f92caef719461a42e07efb8e44434465176eea3505849f73 - 1.98% (2.1 MB)
[#003] sha256:54bfba1b753488ff0abb64ec5cd48e78a43de6c588a58f4aebb03666a793c7b1 - 0.0% (410 Bytes)
[#004] sha256:19b23adfb850e6a0ec935348ac5febb88b41281e3a39c40e9017b9fa228f9dde - 0.0% (277 Bytes)
[#005] sha256:9a946948bee4c4804e463e264a5b9b37bb38c7dfff78aed45fadb893e456dcaf - 11.61% (12.3 MB)
[#006] sha256:469bf5b6f4e5840aa62012606fccecb63325058e3d149e88528c453cdcede18b - 0.0% (2.68 KB)
[#007] sha256:c4bad36144ac4d5e41dc749e961fa689068469879333bb6134797df9e2cb15d7 - 63.08% (67 MB)
[#008] sha256:15b4937f7e4ad2269bc103e91c5de0874f67eac643d623842889a1cdf1772a2f - 0.0% (4.24 KB)
/bin/sh -c #(nop) COPY dir:3362bde677215b5ebd842890f1df1c40fc57ce62d56d2d8aa8df37fc64bae6dd in /
2021-07-20 05:00:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-20 05:00:09 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-20 05:00:10 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b1705e78-ls28 Build-date:- 2021-07-20T06:59:04+02:00
2021-07-20 05:00:11 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-07-20 05:00:12 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-07-20 05:00:13 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-07-20 05:00:15 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-07-20 05:00:16 UTC|4 BUILD_DATE=2021-07-20T06:59:04+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=b1705e78-ls28 /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-07-20 05:00:17 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-07-20 05:00:17 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-20 05:00:18 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-07-20 05:00:20 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-07-20 05:00:41 UTC|5 BUILD_DATE=2021-07-20T06:59:04+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=b1705e78-ls28 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && 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 ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-20 05:00:42 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-07-20 05:00:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-07-20 05:00:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-20 05:00:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-20T06:59:04+02:00
2021-07-20 05:00:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-07-20 05:00:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-07-20 05:00:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-20 05:00:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=661aee25d791c9c448a6d5a8c7506e59f6d933af
2021-07-20 05:00:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=661aee25d791c9c448a6d5a8c7506e59f6d933af
2021-07-20 05:00:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-07-20 05:00:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-07-20 05:00:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-07-20 05:00:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-20 05:00:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=b1705e78-ls28
2021-07-24 05:49:33 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-24 05:49:34 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-24 05:49:35 UTC/bin/sh -c #(nop) ARG MARIADB_VERSION
2021-07-24 05:49:36 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 110.4.20mariabionic-ls27 Build-date:- 2021-07-24T07:48:41+02:00
2021-07-24 05:49:37 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-07-24 05:49:38 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-24 05:49:39 UTC/bin/sh -c #(nop) ENV MYSQL_DIR=/config
2021-07-24 05:49:40 UTC/bin/sh -c #(nop) ENV DATADIR=/config/databases
2021-07-24 05:50:15 UTC|4 BUILD_DATE=2021-07-24T07:48:41+02:00 DEBIAN_FRONTEND=noninteractive MARIADB_VERSION=1:10.4.20+maria~bionic VERSION=110.4.20mariabionic-ls27 /bin/sh -c echo "**** install gnupg ****" && apt-get update && apt-get install -y gnupg && echo "add mariadb repository ****" && echo "(redundant on armhf platform, but added for consistent dockerfile on all platforms) ****" && apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 && echo "deb http://mirror.rackspace.com/mariadb/repo/10.4/ubuntu bionic main" >> /etc/apt/sources.list.d/mariadb.list && echo "deb-src http://mirror.rackspace.com/mariadb/repo/10.4/ubuntu bionic main" >> /etc/apt/sources.list.d/mariadb.list && echo "**** install runtime packages ****" && if [ -z ${MARIADB_VERSION+x} ]; then MARIADB="mariadb-server"; else MARIADB="mariadb-server=${MARIADB_VERSION}"; fi && apt-get update && apt-get install -y ${MARIADB} && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/lib/mysql /var/tmp/* && mkdir -p /var/lib/mysql
2021-07-24 05:50:16 UTC/bin/sh -c #(nop) COPY dir:a768b03d1ba86969555fc40757d62bcdf7aff865b04974db33f087d23f707728 in /
2021-07-24 05:50:16 UTC/bin/sh -c #(nop) EXPOSE 3306
2021-07-24 05:50:17 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-07-24 05:50:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-24 05:50:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-24T07:48:41+02:00
2021-07-24 05:50:20 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-07-24 05:50:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-mariadb
2021-07-24 05:50:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-24 05:50:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=359e951d1d37f0848218fa4940c62b1b633dd416
2021-07-24 05:50:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=359e951d1d37f0848218fa4940c62b1b633dd416
2021-07-24 05:50:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-mariadb
2021-07-24 05:50:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Mariadb
2021-07-24 05:50:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-mariadb/packages
2021-07-24 05:50:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-24 05:50:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=110.4.20mariabionic-ls27
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.