2021-11-21 07:58:43 UTC
38.3 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_BEHAVIOUR_IF_STAGE2_FAILS2
TERMxterm
[#000] sha256:ffba5a5113fa9f7520808fb0538dbe72d2459183c220fe792a6e58725c0fe20e - 7.08% (2.71 MB)
[#001] sha256:45525372c0b77589dbf26cc214098ace44f6fb264072b5230cb27f786a0c8c9c - 5.6% (2.15 MB)
[#002] sha256:8ab3bc89950e212352e8ace855ab7803122a662cdd42fa9ffafe702cbb83bc33 - 5.49% (2.1 MB)
[#003] sha256:50263ccdfbde441149c24febea2d2e9d1e3c9b8efb03748d43cf6179d61a2625 - 0.0% (409 Bytes)
[#004] sha256:2fceceaf9d0c157d8c9523f5b8c7274132dd703dafeb343dda3ef2242382802f - 11.82% (4.53 MB)
[#005] sha256:e74cffe7a6d9f4c8e7ffe971af26da5ab48be25f20c319c5c7ba962469de762c - 0.01% (2.7 KB)
[#006] sha256:260f27f79ececcbb59c675d9b243a17be34e9ac1e826d325959494f1643e65fd - 40.99% (15.7 MB)
[#007] sha256:02f82aebdc75b3cafd08c4e1f849494c21def7a61bcb900dde9850ea676d46ee - 0.01% (2.96 KB)
[#008] sha256:ae922cf9fc93c213d390f73cc5dc635816948c227dc634797a78c9733600d413 - 28.99% (11.1 MB)
[#009] sha256:bf4f683d28c593bea4d54d1e5e5d37684d1f77f19317a9e1c819902a89d53a3f - 0.01% (2.2 KB)
/bin/sh -c #(nop) COPY dir:42abaeef693785767fb71b2383e358561f8c06a488ddc818b26a98e2ef5125ae in /
2021-11-16 06:26:53 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-11-16 06:26:54 UTC/bin/sh -c #(nop) ARG VERSION
2021-11-16 06:26:55 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3687ed2d-ls32 Build-date:- 2021-11-16T07:25:46+01:00
2021-11-16 06:26:56 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-11-16 06:26:57 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-11-16 06:26:58 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-11-16 06:27:00 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-11-16 06:27:01 UTC|4 BUILD_DATE=2021-11-16T07:25:46+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=3687ed2d-ls32 /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-11-16 06:27:02 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-11-16 06:27:02 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-11-16 06:27:07 UTC|4 BUILD_DATE=2021-11-16T07:25:46+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=3687ed2d-ls32 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-11-16 06:27:08 UTC/bin/sh -c #(nop) COPY dir:bb04469845504e8ebff8fac16c60b7783663e6e74120c9c8657583155e5fe896 in /
2021-11-16 06:27:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-11-16 06:27:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-11-16 06:27:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-16T07:25:46+01:00
2021-11-16 06:27:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2021-11-16 06:27:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2021-11-16 06:27:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-11-16 06:27:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2bb6434d0e8e699e78a8d9108df4748abec84cc7
2021-11-16 06:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2bb6434d0e8e699e78a8d9108df4748abec84cc7
2021-11-16 06:27:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2021-11-16 06:27:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2021-11-16 06:27:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2021-11-16 06:27:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-11-16 06:27:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3687ed2d-ls32
2021-11-18 05:53:20 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-11-18 05:53:22 UTC/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /
2021-11-18 05:53:22 UTC/bin/sh -c #(nop) EXPOSE 443 80
2021-11-18 05:53:23 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-11-18 05:53:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-11-18 05:53:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-18T06:52:26+01:00
2021-11-18 05:53:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2021-11-18 05:53:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2021-11-18 05:53:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-11-18 05:53:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d0c543c7ab2051a8725ae049000466b43e32b1cc
2021-11-18 05:53:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d0c543c7ab2051a8725ae049000466b43e32b1cc
2021-11-18 05:53:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2021-11-18 05:53:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2021-11-18 05:53:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2021-11-18 05:53:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-11-18 05:53:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=62417eb9-ls32
2021-11-21 07:58:19 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-11-21 07:58:19 UTC/bin/sh -c #(nop) ARG VERSION
2021-11-21 07:58:20 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2021-11-21 07:58:21 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61a5a1a8-ls109 Build-date:- 2021-11-21T08:57:18+01:00
2021-11-21 07:58:22 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-11-21 07:58:23 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2021-11-21 07:58:30 UTC|3 BUILD_DATE=2021-11-21T08:57:18+01:00 HEIMDALL_RELEASE=61a5a1a8 VERSION=61a5a1a8-ls109 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*
2021-11-21 07:58:32 UTC/bin/sh -c #(nop) COPY dir:79d3107b8b6a7205784b5b509a3c8bf631e50f626b239d5c1ea4a3a2ea4e787f in /
2021-11-21 07:58:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-11-21 07:58:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-21T08:57:18+01:00
2021-11-21 07:58:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
2021-11-21 07:58:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2021-11-21 07:58:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-11-21 07:58:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=9d3824ec1ba5429bdbfb82a3ef5a327974f100a9
2021-11-21 07:58:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9d3824ec1ba5429bdbfb82a3ef5a327974f100a9
2021-11-21 07:58:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2021-11-21 07:58:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2021-11-21 07:58:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2021-11-21 07:58:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-11-21 07:58:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=61a5a1a8-ls109
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.