2022-11-22 18:44:15 +0100
48.7 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:2e781003248671d20d2774a7487591e279b5a50d1013462eb04825fcfcfdfef7 - 10.48% (5.1 MB)
[#001] sha256:ed129eb50c3b998d6e77bf253f28655a7ff8c1255dedd3f52d9890e081202c17 - 7.71% (3.75 MB)
[#002] sha256:54896c98b3a0903bb7fce78c6be31234f6eeb2a62e245050f1c69921ab4bf560 - 0.01% (5.8 KB)
[#003] sha256:0d3edcafd3e5392864840b5ec92299277663d245aff2837117ce5dc0c97ff314 - 28.81% (14 MB)
[#004] sha256:6583cf15194ab7fcc726e3ce5f3136a1c5bb43fb7b3e047a0d1dcd2b237a6349 - 0.01% (2.81 KB)
[#005] sha256:ca50ab3dffc9577bd2013a9e82fa9aaef6360d8c65a4ce05b421f82bb8c94d20 - 52.97% (25.8 MB)
[#006] sha256:a54e4ac39978e8a4835bdd3209083532ebcb84026288d5f1e78cccfb7443c61d - 0.0% (2.27 KB)
/bin/sh -c #(nop) COPY dir:a372b779b80818b7c2759dc78a43a85f81a7c4d9f03e0db598afe903ff5811af in /
2022-11-08 06:37:15 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-08 06:37:15 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-08 06:37:15 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0fc07006-ls39 Build-date:- 2022-11-08T07:35:54+01:00
2022-11-08 06:37:16 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-11-08 06:37:16 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-11-08 06:37:20 UTC|2 BUILD_DATE=2022-11-08T07:35:54+01:00 VERSION=0fc07006-ls39 /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-11-08 06:37:20 UTC/bin/sh -c #(nop) COPY dir:b8e824016582ec44ccdbc6d3824f989553b2eb0b67d208d885d0d98f323fbe8f in /
2022-11-08 06:37:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-11-08 06:37:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-08 06:37:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T07:35:54+01:00
2022-11-08 06:37:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-11-08 06:37:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-11-08 06:37:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-08 06:37:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=46e319695ea4684ce6498ca224928e014e36b37c
2022-11-08 06:37:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=46e319695ea4684ce6498ca224928e014e36b37c
2022-11-08 06:37:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-11-08 06:37:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-11-08 06:37:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-11-08 06:37:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-08 06:37:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0fc07006-ls39
2022-11-10 05:57:09 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-11-10 05:57:10 UTC/bin/sh -c #(nop) COPY dir:3a04301806164b6b58458c7a385d0a3c0b549d03108ec07e0786bdb82b5fd8cb in /
2022-11-10 05:57:10 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-11-10 05:57:10 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-10 05:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-10 05:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-10T06:55:56+01:00
2022-11-10 05:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-11-10 05:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-11-10 05:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-10 05:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=150031261cedfa48cb2f3e6b858c1c877db7a966
2022-11-10 05:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=150031261cedfa48cb2f3e6b858c1c877db7a966
2022-11-10 05:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-11-10 05:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-11-10 05:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-11-10 05:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-10 05:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=cf6b5832-ls39
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)ARG BUILD_DATE
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)ARG VERSION
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)ARG HEIMDALL_RELEASE
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- cc6e4737-ls194 Build-date:- 2022-11-22T18:43:09+01:00
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2022-11-22T18:43:09+01:00 VERSION=cc6e4737-ls194 HEIMDALL_RELEASE=cc6e4737 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-intl 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/commits/2.x" | 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/* # buildkit
2022-11-22 18:44:15 +0100 (buildkit.dockerfile.v0)COPY root/ / # buildkit
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.