2022-07-28 09:46:12 UTC
36.5 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:9062ee04cec858ebf7be59a463c1a44924802fa3e257f0e542da64f51e568970 - 14.52% (5.31 MB)
[#001] sha256:3b002febb3854a1d60bfc7061140217f5fe47376095b4c535883bc6baa2c5cfd - 14.81% (5.41 MB)
[#002] sha256:2d105d77232ddb1154beee6cc2f78b6a84dd8d7c656b0922f383cb577c39f1e4 - 0.01% (4.3 KB)
[#003] sha256:1650de35cd508363ba16730fa4aa68dd6f3a91bb7866b894199dcd5927246b90 - 38.32% (14 MB)
[#004] sha256:9904482f86143ae3c6fa8b822e9096b5e0b793309c33312a6673a3d5300e90e2 - 0.01% (2.85 KB)
[#005] sha256:857a278091eaf6a061555d6b0ac397d39d9e8cbca2355d98b0d05ed112575c05 - 32.32% (11.8 MB)
[#006] sha256:372d4d0154d618104785d8173ba1e45848d43a258c6bfa78314e9114f22bd578 - 0.01% (2.32 KB)
/bin/sh -c #(nop) COPY dir:cad20e3270a0cfc85d89888dd212bee99f20c1a74e46942b6e17b13a6f0e7618 in /
2022-07-26 16:38:21 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-26 16:38:21 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-26 16:38:22 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 04122b96-ls27 Build-date:- 2022-07-26T11:36:27-05:00
2022-07-26 16:38:23 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-26 16:38:24 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-26 16:38:32 UTC|2 BUILD_DATE=2022-07-26T11:36:27-05:00 VERSION=04122b96-ls27 /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-07-26 16:38:33 UTC/bin/sh -c #(nop) COPY dir:e35d572eb49f1a0de7b4fe09b4090e368d810bd083ae24752f47ad8f1e65d0cf in /
2022-07-26 16:38:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-26 16:38:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-26 16:38:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-26T11:36:27-05:00
2022-07-26 16:38:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-26 16:38:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-26 16:38:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-26 16:38:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=96d0bbaf125827c767551f73a6039abd503511c8
2022-07-26 16:38:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=96d0bbaf125827c767551f73a6039abd503511c8
2022-07-26 16:38:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-26 16:38:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-26 16:38:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-26 16:38:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-26 16:38:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=04122b96-ls27
2022-07-28 05:56:21 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-07-28 05:56:22 UTC/bin/sh -c #(nop) COPY dir:3a04301806164b6b58458c7a385d0a3c0b549d03108ec07e0786bdb82b5fd8cb in /
2022-07-28 05:56:22 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-07-28 05:56:22 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-28 05:56:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-28 05:56:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-28T00:55:17-05:00
2022-07-28 05:56:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-07-28 05:56:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-07-28 05:56:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-28 05:56:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ce1e20690632eebf9f909d511d3b84b1ae00586c
2022-07-28 05:56:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ce1e20690632eebf9f909d511d3b84b1ae00586c
2022-07-28 05:56:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-07-28 05:56:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-07-28 05:56:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-07-28 05:56:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-28 05:56:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=59bea597-ls26
2022-07-28 09:46:05 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-28 09:46:05 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-28 09:46:05 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-28 09:46:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v2.4.13-ls180 Build-date:- 2022-07-28T11:45:03+02:00
2022-07-28 09:46:05 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-28 09:46:06 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-07-28 09:46:10 UTC|3 BUILD_DATE=2022-07-28T11:45:03+02:00 HEIMDALL_RELEASE=v2.4.13 VERSION=v2.4.13-ls180 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php7-ctype php7-curl php7-pdo_pgsql php7-pdo_sqlite php7-pdo_mysql 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/releases/latest" | awk '/tag_name/{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-07-28 09:46:10 UTC/bin/sh -c #(nop) COPY dir:d4a880d540863b801683749129e3c9e3c1acf2c01e491c1a59d9ef752bdcb815 in /
2022-07-28 09:46:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-28 09:46:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-28T11:45:03+02:00
2022-07-28 09:46:10 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-07-28 09:46:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-28 09:46:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-28 09:46:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a55198f00f0e6115c2dd9f3ec5c5310f928dafbf
2022-07-28 09:46:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a55198f00f0e6115c2dd9f3ec5c5310f928dafbf
2022-07-28 09:46:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-28 09:46:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-28 09:46:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-28 09:46:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-28 09:46:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.4.13-ls180
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.