2022-09-18 08:01:36 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:6635d22bbd634dd69130d1395b3df848c976f1d8b11567d72d8276780b78e693 - 15.43% (5.08 MB)
[#001] sha256:912b3d9aeadc6f03fdbb839100c7216a20b9d16641e88abbe0340dcbd2f26d21 - 14.68% (4.83 MB)
[#002] sha256:5b65caad0da7590bf5dbb14e6491508a3871a101584513ac81d91ddc3abfd8ef - 0.02% (5.64 KB)
[#003] sha256:f33fa3218cabd17a7c0401a392901c77eaffb25a94346ec7e1c2c6ced657529b - 36.71% (12.1 MB)
[#004] sha256:fca14ec8264e1210c076ef95a90abf6e1b1dfcc10c852d817f12a98b77891804 - 0.01% (2.81 KB)
[#005] sha256:d4d03717a33487f3c7713e2c19cf03e4b96e54ca5bf000abe7171bd4cbf06f93 - 33.15% (10.9 MB)
[#006] sha256:7b2123b75cb7a83f99789f173f9f5cea83591d96556aacb5275e6e75e679fac7 - 0.01% (2.29 KB)
/bin/sh -c #(nop) COPY dir:1a359f85b5cf6f8ad0dde74475b024089199e7f979a4d7be12a24fb702b3ea6e in /
2022-09-13 12:04:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-13 12:04:46 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-13 12:04:46 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3ab60599-ls36 Build-date:- 2022-09-13T14:03:26+02:00
2022-09-13 12:04:46 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-13 12:04:46 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-13 12:04:49 UTC|2 BUILD_DATE=2022-09-13T14:03:26+02:00 VERSION=3ab60599-ls36 /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-13 12:04:49 UTC/bin/sh -c #(nop) COPY dir:c3f691a713f86881157fd18ec3d6bfb9d200fb11c232e9d661f0e642112c90ee in /
2022-09-13 12:04:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-13 12:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-13 12:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-13T14:03:26+02:00
2022-09-13 12:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-13 12:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-13 12:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-13 12:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=77f35ccff4e99075978d7e9ca0442bc4f5a2be3c
2022-09-13 12:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=77f35ccff4e99075978d7e9ca0442bc4f5a2be3c
2022-09-13 12:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-13 12:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-13 12:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-13 12:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-13 12:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3ab60599-ls36
2022-09-15 06:34:14 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-15 06:34:15 UTC/bin/sh -c #(nop) COPY dir:3a04301806164b6b58458c7a385d0a3c0b549d03108ec07e0786bdb82b5fd8cb in /
2022-09-15 06:34:15 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-09-15 06:34:16 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-09-15 06:34:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-15 06:34:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-15T01:33:03-05:00
2022-09-15 06:34:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-09-15 06:34:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-09-15 06:34:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-15 06:34:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8c903f07917f53be0fc595b6815b5a8a4f6937e3
2022-09-15 06:34:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8c903f07917f53be0fc595b6815b5a8a4f6937e3
2022-09-15 06:34:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-09-15 06:34:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-09-15 06:34:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-09-15 06:34:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-15 06:34:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=d3783ab2-ls35
2022-09-18 08:01:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-18 08:01:26 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-18 08:01:27 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-09-18 08:01:27 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 398df758-ls161 Build-date:- 2022-09-18T02:59:50-05:00
2022-09-18 08:01:27 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-18 08:01:28 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-09-18 08:01:32 UTC|3 BUILD_DATE=2022-09-18T02:59:50-05:00 HEIMDALL_RELEASE=398df758 VERSION=398df758-ls161 /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-18 08:01:33 UTC/bin/sh -c #(nop) COPY dir:45d9fac6c80f097578e4a1c62eaea957e764b60c1868c6e8f9718a71754a6ea3 in /
2022-09-18 08:01:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-18 08:01:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-18T02:59:50-05:00
2022-09-18 08:01: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.
2022-09-18 08:01:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-09-18 08:01:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-18 08:01:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=3cc8951594825d7cf34a8377d4e3fe77e5084575
2022-09-18 08:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=3cc8951594825d7cf34a8377d4e3fe77e5084575
2022-09-18 08:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-09-18 08:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-09-18 08:01:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-09-18 08:01:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-18 08:01:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=398df758-ls161
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.