2022-09-11 07:58:24 UTC
33.9 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:77be6c9a4b64b9af49cc281d98d0c9ac28ffe0ec0cb013a9a5601975a9adc737 - 15.04% (5.1 MB)
[#001] sha256:d1409ddeb168456503cc23155d815a9bb137f6772d277621eba0b5238f665984 - 11.1% (3.77 MB)
[#002] sha256:d8f733cf01fd268ff4f6bd7ee2135e6ae127dffbf307eb4dcbbdd93c8ccf75cb - 0.02% (5.32 KB)
[#003] sha256:f2eee36800a432faf5eff90086e81a9ed67f82a38009fa9aabdd7fc9b91d92d2 - 41.35% (14 MB)
[#004] sha256:92e075f6f959ba3434059dce2bb8e203fbef17af055a9c85c0a0306b3e4f9dba - 0.01% (2.83 KB)
[#005] sha256:3770754457cb0e2dfa144390d17a1e00cf452e248395f6b9ad6bbf28c38aafa4 - 32.48% (11 MB)
[#006] sha256:652356f8ed663a31d498894ae38dc94b1ec7dc59d54f84e9c17b02d46eb6fed9 - 0.01% (2.29 KB)
/bin/sh -c #(nop) COPY dir:6f5f7ffdd234021a1f7c219f904f42d4cf83fbd906e70987a1be171130e77d09 in /
2022-09-03 14:26:56 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-03 14:26:56 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-03 14:26:56 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3ab60599-ls34 Build-date:- 2022-09-03T09:25:31-05:00
2022-09-03 14:26:56 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-03 14:26:56 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-03 14:26:59 UTC|2 BUILD_DATE=2022-09-03T09:25:31-05:00 VERSION=3ab60599-ls34 /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-09-03 14:26:59 UTC/bin/sh -c #(nop) COPY dir:97b42690899f9c19ff73fe29711829a0a25678de4c2138ba7f1f26990762fd35 in /
2022-09-03 14:26:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-03 14:26:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-03 14:27:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-03T09:25:31-05:00
2022-09-03 14:27:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-03 14:27:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-03 14:27:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-03 14:27:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=17e86f259f13dcdee3b58037910d4e0f997dea64
2022-09-03 14:27:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=17e86f259f13dcdee3b58037910d4e0f997dea64
2022-09-03 14:27:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-03 14:27:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-03 14:27:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-03 14:27:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-03 14:27:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3ab60599-ls34
2022-09-08 06:33:44 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.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
2022-09-08 06:33:44 UTC/bin/sh -c #(nop) COPY dir:3a04301806164b6b58458c7a385d0a3c0b549d03108ec07e0786bdb82b5fd8cb in /
2022-09-08 06:33:44 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-09-08 06:33:44 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-08 06:33:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-08 06:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-08T08:32:44+02:00
2022-09-08 06:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-09-08 06:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-09-08 06:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-08 06:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=5dd82d071081542a9e55acd499d15f71a5a2fad8
2022-09-08 06:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5dd82d071081542a9e55acd499d15f71a5a2fad8
2022-09-08 06:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-09-08 06:33:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-09-08 06:33:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-09-08 06:33:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-08 06:33:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=e0af6c40-ls32
2022-09-11 07:58:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-11 07:58:18 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-11 07:58:18 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-09-11 07:58:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 398df758-ls160 Build-date:- 2022-09-11T09:57:20+02:00
2022-09-11 07:58:18 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-11 07:58:19 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-09-11 07:58:23 UTC|3 BUILD_DATE=2022-09-11T09:57:20+02:00 HEIMDALL_RELEASE=398df758 VERSION=398df758-ls160 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip && 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/*
2022-09-11 07:58:23 UTC/bin/sh -c #(nop) COPY dir:6d2965db4243318391f4493b2e9ef0be050cf5a3c5e03966906a82a35b585f77 in /
2022-09-11 07:58:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-11 07:58:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-11T09:57:20+02:00
2022-09-11 07:58:23 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.
2022-09-11 07:58:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-09-11 07:58:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-11 07:58:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=70d9ec45ac4386a4b1f6d19422deb6eb4ec6d160
2022-09-11 07:58:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=70d9ec45ac4386a4b1f6d19422deb6eb4ec6d160
2022-09-11 07:58:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-09-11 07:58:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-09-11 07:58:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-09-11 07:58:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-11 07:58:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=398df758-ls160
2022-09-11 07:58:51 UTC
32.9 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:965cab86b92f46b301859c22fe91bc649655f2ed3b0c109b3d518a1c6d656807 - 15.43% (5.08 MB)
[#001] sha256:a08ca0bf63868f193228c0e597e447a96ca16fd11b5dbfe3e4081b5c88cacf6b - 14.68% (4.83 MB)
[#002] sha256:6da3e0026ea7a326b94054a7f61c80df8bcc196979615cf3ef1f0e34416f2e83 - 0.02% (5.34 KB)
[#003] sha256:c90c8fcb62e396c3b9b7a1722d504eba1bdde664ea95a299f4c496ef0c461ee9 - 36.71% (12.1 MB)
[#004] sha256:f33fe4fda063c7c0de5ac3993596c8f7db2a75a62e8df5edb90368ba2c8d1d77 - 0.01% (2.81 KB)
[#005] sha256:7949ab72f6f5f55488787b5033e34156686465284e2d9bc41a0033b2ef498877 - 33.15% (10.9 MB)
[#006] sha256:b082a954dcfedc89492aca3e034226f3dc8a2fcb64e06bb814416f9dc2292f9b - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:09febdb23a3119aeea4a2c112962dfecab16a0c79846898f8c9696524933b118 in /
2022-09-03 14:27:11 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-03 14:27:11 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-03 14:27:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3ab60599-ls34 Build-date:- 2022-09-03T09:25:31-05:00
2022-09-03 14:27:11 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-03 14:27:11 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-03 14:27:14 UTC|2 BUILD_DATE=2022-09-03T09:25:31-05:00 VERSION=3ab60599-ls34 /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 "**** 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 ****" && rm -rf /tmp/*
2022-09-03 14:27:14 UTC/bin/sh -c #(nop) COPY dir:97b42690899f9c19ff73fe29711829a0a25678de4c2138ba7f1f26990762fd35 in /
2022-09-03 14:27:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-03T09:25:31-05:00
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=17e86f259f13dcdee3b58037910d4e0f997dea64
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=17e86f259f13dcdee3b58037910d4e0f997dea64
2022-09-03 14:27:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-03 14:27:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-03 14:27:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-03 14:27:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-03 14:27:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3ab60599-ls34
2022-09-08 06:33:55 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.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
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) COPY dir:3a04301806164b6b58458c7a385d0a3c0b549d03108ec07e0786bdb82b5fd8cb in /
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-09-08 06:33:57 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-08 06:33:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-08 06:33:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-08T08:32:44+02:00
2022-09-08 06:34:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-09-08 06:34:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-09-08 06:34:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-08 06:34:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=5dd82d071081542a9e55acd499d15f71a5a2fad8
2022-09-08 06:34:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5dd82d071081542a9e55acd499d15f71a5a2fad8
2022-09-08 06:34:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-09-08 06:34:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-09-08 06:34:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-09-08 06:34:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-08 06:34:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=e0af6c40-ls32
2022-09-11 07:58:29 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-11 07:58:29 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-11 07:58:30 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-09-11 07:58:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 398df758-ls160 Build-date:- 2022-09-11T09:57:20+02:00
2022-09-11 07:58:32 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-11 07:58:33 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-09-11 07:58:38 UTC|3 BUILD_DATE=2022-09-11T09:57:20+02:00 HEIMDALL_RELEASE=398df758 VERSION=398df758-ls160 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip && 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/*
2022-09-11 07:58:40 UTC/bin/sh -c #(nop) COPY dir:6d2965db4243318391f4493b2e9ef0be050cf5a3c5e03966906a82a35b585f77 in /
2022-09-11 07:58:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-11 07:58:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-11T09:57:20+02:00
2022-09-11 07:58:42 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.
2022-09-11 07:58:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-09-11 07:58:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-11 07:58:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=70d9ec45ac4386a4b1f6d19422deb6eb4ec6d160
2022-09-11 07:58:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=70d9ec45ac4386a4b1f6d19422deb6eb4ec6d160
2022-09-11 07:58:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-09-11 07:58:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-09-11 07:58:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-09-11 07:58:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-11 07:58:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=398df758-ls160
2022-09-11 07:58:33 UTC
35.8 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:9ed5a309dc8e9066de97b226906dfcbbcc7a352bd2c38ec5ce454b344e94a5cc - 14.85% (5.31 MB)
[#001] sha256:1adc11fbe5a9c6ec6bb9821bdb89191e2e818c17d3a3e847e2fc0612df157847 - 15.14% (5.42 MB)
[#002] sha256:381da01155cbb9b8d56f6dbd72af4ccecff969b09fea84702a247b4a990525e7 - 0.01% (5.33 KB)
[#003] sha256:9dbfc504da9a0665dc8212012853413cf6368d65db8f0751b7b17f5ed9e14074 - 39.14% (14 MB)
[#004] sha256:42bb0e636a8dd1a1394ac9022ec2295a639fbef9ea306a7c87a373821ce377f0 - 0.01% (2.83 KB)
[#005] sha256:02b9f6540ca565e8dd32b3208cd04ce5553d467e51cd890b8d6015e936cca568 - 30.83% (11 MB)
[#006] sha256:0cbb78278b5e229335faf152b5be920fe599fd56782357faf7c1355ff7b3bb65 - 0.01% (2.3 KB)
/bin/sh -c #(nop) COPY dir:3413a11fcd7d579b3d2cf95f4946377c12967acf5a12ac28ebfeb511828cb553 in /
2022-09-03 14:27:35 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-03 14:27:35 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-03 14:27:35 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3ab60599-ls34 Build-date:- 2022-09-03T09:25:31-05:00
2022-09-03 14:27:35 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-03 14:27:36 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-03 14:27:38 UTC|2 BUILD_DATE=2022-09-03T09:25:31-05:00 VERSION=3ab60599-ls34 /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 "**** 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 ****" && rm -rf /tmp/*
2022-09-03 14:27:39 UTC/bin/sh -c #(nop) COPY dir:97b42690899f9c19ff73fe29711829a0a25678de4c2138ba7f1f26990762fd35 in /
2022-09-03 14:27:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-03 14:27:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-03 14:27:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-03T09:25:31-05:00
2022-09-03 14:27:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-03 14:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-03 14:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-03 14:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=17e86f259f13dcdee3b58037910d4e0f997dea64
2022-09-03 14:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=17e86f259f13dcdee3b58037910d4e0f997dea64
2022-09-03 14:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-03 14:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-03 14:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-03 14:27:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-03 14:27:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3ab60599-ls34
2022-09-08 06:33:54 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.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
2022-09-08 06:33:55 UTC/bin/sh -c #(nop) COPY dir:3a04301806164b6b58458c7a385d0a3c0b549d03108ec07e0786bdb82b5fd8cb in /
2022-09-08 06:33:55 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-09-08 06:33:55 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-08 06:33:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-08T08:32:44+02:00
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=5dd82d071081542a9e55acd499d15f71a5a2fad8
2022-09-08 06:33:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5dd82d071081542a9e55acd499d15f71a5a2fad8
2022-09-08 06:33:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-09-08 06:33:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-09-08 06:33:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-09-08 06:33:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-08 06:33:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=e0af6c40-ls32
2022-09-11 07:58:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-11 07:58:26 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-11 07:58:26 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-09-11 07:58:26 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 398df758-ls160 Build-date:- 2022-09-11T09:57:20+02:00
2022-09-11 07:58:27 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-11 07:58:27 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-09-11 07:58:31 UTC|3 BUILD_DATE=2022-09-11T09:57:20+02:00 HEIMDALL_RELEASE=398df758 VERSION=398df758-ls160 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip && 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/*
2022-09-11 07:58:31 UTC/bin/sh -c #(nop) COPY dir:6d2965db4243318391f4493b2e9ef0be050cf5a3c5e03966906a82a35b585f77 in /
2022-09-11 07:58:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-11 07:58:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-11T09:57:20+02:00
2022-09-11 07:58:32 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.
2022-09-11 07:58:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-09-11 07:58:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-11 07:58:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=70d9ec45ac4386a4b1f6d19422deb6eb4ec6d160
2022-09-11 07:58:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=70d9ec45ac4386a4b1f6d19422deb6eb4ec6d160
2022-09-11 07:58:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-09-11 07:58:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-09-11 07:58:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-09-11 07:58:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-11 07:58:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=398df758-ls160
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.