2021-02-28 21:07:04 UTC
28.2 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:cc95a97ca69a236d60f246a5b6e9da0550decaa5ab8c05445daef4c5086330fc - 8.57% (2.41 MB)
[#001] sha256:3ef44a04eed355afba0dad813bcead67397c6144f8f0e5d233097a0e084e2f2a - 7.64% (2.15 MB)
[#002] sha256:3512d30de1449442423a0c69340af39e1882b57615e7651a61503831d0b3eba7 - 7.39% (2.08 MB)
[#003] sha256:7677a1b5ca995c46b23b4595cf306c8625848e8a22070c7264934003f442c2e3 - 0.0% (437 Bytes)
[#004] sha256:28f927e7330035e4cc6c7db9418f20cfaca3708aae73c2367bfb60c869d182c0 - 14.65% (4.13 MB)
[#005] sha256:47c76ce4ec870cf9fb414e6e2fc36ea3ba6e07ef8c2cb56799907aa872f1a475 - 0.01% (2.76 KB)
[#006] sha256:a7ba8d8dcf2c2dd0736a6bad9d23c7cb2dfeaef20b2acb99b6c4c519674b3bb2 - 42.7% (12 MB)
[#007] sha256:743b1f417c161d4771046c392d179293993785b8e55d380f4464ec0f0c4982ba - 0.01% (3.02 KB)
[#008] sha256:0d309a6e593f1912f22db212628889fd4e7c14eca7c63130ffa8a0f3f6e3c9a3 - 19.01% (5.35 MB)
[#009] sha256:96e57a6c2f5c2eaae7d5a73abde094790f5f98d8c46cc64bc8185229bbc31b31 - 0.02% (4.77 KB)
/bin/sh -c #(nop) COPY dir:3b4434f33e2890c881ccbecafa5faed47ef7feaf69187e2b3ace707585487088 in /
2021-02-23 06:33:07 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-23 06:33:07 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-23 06:33:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1494c3fe-ls7 Build-date:- 2021-02-23T06:31:13+00:00
2021-02-23 06:33:08 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-23 06:33:09 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-02-23 06:33:09 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-02-23 06:33:11 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-02-23 06:33:14 UTC|4 BUILD_DATE=2021-02-23T06:31:13+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=1494c3fe-ls7 /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-02-23 06:33:15 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-02-23 06:33:15 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-02-23 06:33:23 UTC|4 BUILD_DATE=2021-02-23T06:31:13+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=1494c3fe-ls7 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && 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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-02-23 06:33:24 UTC/bin/sh -c #(nop) COPY dir:371b178a51b766ee7d9791334a2c0ce3288c9f7471fee519bee86963967d3d9a in /
2021-02-23 06:33:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-02-25 05:56:44 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate
2021-02-25 05:56:45 UTC/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /
2021-02-25 05:56:45 UTC/bin/sh -c #(nop) EXPOSE 443 80
2021-02-25 05:56:45 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-02-28 21:06:36 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-28 21:06:38 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-28 21:06:40 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2021-02-28 21:06:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.3-ls49 Build-date:- 2021-02-28T16:05:34-05:00
2021-02-28 21:06:42 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-02-28 21:06:55 UTC|3 BUILD_DATE=2021-02-28T16:05:34-05:00 LIBRESPEED_RELEASE=5.2.3 VERSION=5.2.3-ls49 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl php7-ctype php7-gd php7-mysqli php7-pdo_pgsql php7-pdo_sqlite && echo "**** install librespeed ****" && if [ -z ${LIBRESPEED_RELEASE+x} ]; then LIBRESPEED_RELEASE=$(curl -sX GET "https://api.github.com/repos/librespeed/speedtest/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && mkdir -p /usr/share/webapps/librespeed && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /usr/share/webapps/librespeed --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/*
2021-02-28 21:07:00 UTC/bin/sh -c #(nop) COPY dir:4ea33687541a42716d50cdb9d57733c92c178038d7016a419be2e568d9e84a5d in /
2021-02-28 21:07:02 UTC/bin/sh -c #(nop) EXPOSE 80
2021-02-28 21:07:04 UTC/bin/sh -c #(nop) VOLUME [/config]
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.