2022-11-04 13:51:18 UTC
55.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:61a9bbdee2653e10060c08d133bba5bafe7a5d64599b22ff08fdb34918082200 - 9.16% (5.1 MB)
[#001] sha256:e9be43d8148878dac277a53242b58bf7774501a5832f71e2f1ffcc3a6ec15d5b - 6.83% (3.8 MB)
[#002] sha256:a87020ea7d70b4ff0ebc18d87d37c6dd8dc76573cd9f7ffdfdf0d7f42ff45c9c - 0.01% (5.8 KB)
[#003] sha256:ccb1a0b6a825b21006fe2228c42983344c65208fddf4288617ed677a01a57ed8 - 23.44% (13.1 MB)
[#004] sha256:78274a54f440ed191d6995350ddc420135ca7bbebdacd24d3b6e047e8dc6ed3d - 0.01% (6.43 KB)
[#005] sha256:0a14b55e591fc56af957419cad4b2ae6cb7928f247f9a35b6f9f88a7b141a353 - 60.55% (33.7 MB)
[#006] sha256:562f9998bf322d1758a04d444d49a417a095efa4dc83e7da3dd166f337fcb9cf - 0.0% (299 Bytes)
/bin/sh -c #(nop) COPY dir:584359fdd3da07d641909e15df79c2b4564cc8228d491f3c7754d32f16a37898 in /
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0cd58a81-ls32 Build-date:- 2022-10-30T12:59:14-05:00
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-10-30 18:00:54 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-10-30 18:00:58 UTC|2 BUILD_DATE=2022-10-30T12:59:14-05:00 VERSION=0cd58a81-ls32 /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-10-30 18:00:58 UTC/bin/sh -c #(nop) COPY dir:9da4c91c4b6623b6ef5ecf2a1e74c596ba26b0ff2e7ef445cd536a8fab673135 in /
2022-10-30 18:00:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-10-30 18:00:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T12:59:14-05:00
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-10-30 18:01:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-30 18:01:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0cd58a81-ls32
2022-11-03 05:56:11 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php8 php8-fileinfo php8-fpm php8-json php8-mbstring php8-openssl php8-session php8-simplexml php8-xml php8-xmlwriter php8-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 && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && ln -s /usr/bin/php8 /usr/bin/php && sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" /etc/php8/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php8/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php8/php-fpm.d/www.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-03 05:56:11 UTC/bin/sh -c #(nop) COPY dir:c0e4cc4a13c393483a42100c9abed17dcd3789e38f77ab8fa1521c13e18e8741 in /
2022-11-03 05:56:11 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-11-03 05:56:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-03 05:56:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-03T06:55:13+01:00
2022-11-03 05:56:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-11-03 05:56:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-11-03 05:56:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-03 05:56:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7a87255ea6721832754881f3bca4745dda39654b
2022-11-03 05:56:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7a87255ea6721832754881f3bca4745dda39654b
2022-11-03 05:56:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-11-03 05:56:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-11-03 05:56:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-11-03 05:56:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-03 05:56:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ecd9fc71-ls33
2022-11-04 13:51:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-04 13:51:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-04 13:51:08 UTC/bin/sh -c #(nop) ARG NGINX_VERSION
2022-11-04 13:51:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.20.2-r1-ls200 Build-date:- 2022-11-04T14:50:09+01:00
2022-11-04 13:51:08 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-11-04 13:51:09 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-11-04 13:51:16 UTC|3 BUILD_DATE=2022-11-04T14:50:09+01:00 NGINX_VERSION=1.20.2-r1 VERSION=1.20.2-r1-ls200 /bin/sh -c apk add --no-cache --upgrade curl && if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache --upgrade memcached nginx==${NGINX_VERSION} nginx-mod-http-brotli==${NGINX_VERSION} nginx-mod-http-dav-ext==${NGINX_VERSION} nginx-mod-http-echo==${NGINX_VERSION} nginx-mod-http-fancyindex==${NGINX_VERSION} nginx-mod-http-geoip==${NGINX_VERSION} nginx-mod-http-geoip2==${NGINX_VERSION} nginx-mod-http-headers-more==${NGINX_VERSION} nginx-mod-http-image-filter==${NGINX_VERSION} nginx-mod-http-nchan==${NGINX_VERSION} nginx-mod-http-perl==${NGINX_VERSION} nginx-mod-http-redis2==${NGINX_VERSION} nginx-mod-http-set-misc==${NGINX_VERSION} nginx-mod-http-upload-progress==${NGINX_VERSION} nginx-mod-http-xslt-filter==${NGINX_VERSION} nginx-mod-mail==${NGINX_VERSION} nginx-mod-rtmp==${NGINX_VERSION} nginx-mod-stream==${NGINX_VERSION} nginx-mod-stream-geoip==${NGINX_VERSION} nginx-mod-stream-geoip2==${NGINX_VERSION} nginx-vim==${NGINX_VERSION} php8-bcmath php8-bz2 php8-ctype php8-curl php8-dom php8-exif php8-ftp php8-gd php8-gmp php8-iconv php8-imap php8-intl php8-ldap php8-mysqli php8-mysqlnd php8-opcache php8-pdo_mysql php8-pdo_odbc php8-pdo_pgsql php8-pdo_sqlite php8-pear php8-pecl-apcu php8-pecl-mailparse php8-pecl-mcrypt php8-pecl-memcached php8-pecl-redis php8-pgsql php8-phar php8-posix php8-soap php8-sockets php8-sodium php8-sqlite3 php8-tokenizer php8-xml php8-xmlreader php8-xsl php8-zip && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing php8-pecl-xmlrpc
2022-11-04 13:51:16 UTC/bin/sh -c #(nop) COPY dir:7fb1d03849d1a8cb79d99c414338228b94127578bc0d59ae755bea8b84f8758f in /
2022-11-04 13:51:16 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-11-04 13:51:16 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-04 13:51:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-04T14:50:09+01:00
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-nginx
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e49aeaf3e1a21f85be2ea9c55bc4c59f090db35f
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e49aeaf3e1a21f85be2ea9c55bc4c59f090db35f
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-nginx
2022-11-04 13:51:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Nginx
2022-11-04 13:51:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-nginx/packages
2022-11-04 13:51:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-04 13:51:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.20.2-r1-ls200
2022-11-04 13:51:57 UTC
51.6 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:70244b3b9110e92f7db63b5517311e6bbcb848b5d13e6ac4cc32d7c0d6fc33bf - 9.83% (5.08 MB)
[#001] sha256:e072e9ad8b7f71e4dabdb4da338f64947e8c27266f90001de69175c124244f76 - 9.41% (4.86 MB)
[#002] sha256:2c8e8b1ded75e6a0e75ee294507dc9f06ca2c76681ec274717c24e54100cdf8d - 0.01% (5.73 KB)
[#003] sha256:89b0320e3de0824556722706759eb9848f61d49b6c5897ea4f4c400be863561e - 21.78% (11.2 MB)
[#004] sha256:ac76b6746d45713dbf9849f2a07a40506f749a75c721b44639edcb0d343b6f06 - 0.01% (6.43 KB)
[#005] sha256:de0e0a2556ec11512459b8361d013de454a87bfa53554ee770b7412ce13a37c4 - 58.95% (30.4 MB)
[#006] sha256:f4bd799b42dd0f56351d41d051bfb5134cd76c83822368003fb3db5820a7c70a - 0.0% (299 Bytes)
/bin/sh -c #(nop) COPY dir:9cd28b7ba80c094a5aa48dce4249b24ef3c47d2d0a1cc47f8c81e9ca316cc5a2 in /
2022-10-30 18:00:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-30 18:01:00 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-30 18:01:01 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0cd58a81-ls32 Build-date:- 2022-10-30T12:59:14-05:00
2022-10-30 18:01:02 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-10-30 18:01:08 UTC|2 BUILD_DATE=2022-10-30T12:59:14-05:00 VERSION=0cd58a81-ls32 /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-10-30 18:01:09 UTC/bin/sh -c #(nop) COPY dir:9da4c91c4b6623b6ef5ecf2a1e74c596ba26b0ff2e7ef445cd536a8fab673135 in /
2022-10-30 18:01:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-10-30 18:01:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-30 18:01:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T12:59:14-05:00
2022-10-30 18:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-10-30 18:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-10-30 18:01:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-30 18:01:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-10-30 18:01:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-10-30 18:01:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-10-30 18:01:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-30 18:01:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0cd58a81-ls32
2022-11-03 05:56:25 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php8 php8-fileinfo php8-fpm php8-json php8-mbstring php8-openssl php8-session php8-simplexml php8-xml php8-xmlwriter php8-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 && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && ln -s /usr/bin/php8 /usr/bin/php && sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" /etc/php8/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php8/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php8/php-fpm.d/www.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-03 05:56:26 UTC/bin/sh -c #(nop) COPY dir:c0e4cc4a13c393483a42100c9abed17dcd3789e38f77ab8fa1521c13e18e8741 in /
2022-11-03 05:56:27 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-11-03 05:56:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-03 05:56:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-03T06:55:13+01:00
2022-11-03 05:56:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-11-03 05:56:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-11-03 05:56:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-03 05:56:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7a87255ea6721832754881f3bca4745dda39654b
2022-11-03 05:56:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7a87255ea6721832754881f3bca4745dda39654b
2022-11-03 05:56:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-11-03 05:56:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-11-03 05:56:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-11-03 05:56:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-03 05:56:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ecd9fc71-ls33
2022-11-04 13:51:22 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-04 13:51:23 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-04 13:51:24 UTC/bin/sh -c #(nop) ARG NGINX_VERSION
2022-11-04 13:51:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.20.2-r1-ls200 Build-date:- 2022-11-04T14:50:09+01:00
2022-11-04 13:51:26 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-11-04 13:51:27 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-11-04 13:51:41 UTC|3 BUILD_DATE=2022-11-04T14:50:09+01:00 NGINX_VERSION=1.20.2-r1 VERSION=1.20.2-r1-ls200 /bin/sh -c apk add --no-cache --upgrade curl && if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache --upgrade memcached nginx==${NGINX_VERSION} nginx-mod-http-brotli==${NGINX_VERSION} nginx-mod-http-dav-ext==${NGINX_VERSION} nginx-mod-http-echo==${NGINX_VERSION} nginx-mod-http-fancyindex==${NGINX_VERSION} nginx-mod-http-geoip==${NGINX_VERSION} nginx-mod-http-geoip2==${NGINX_VERSION} nginx-mod-http-headers-more==${NGINX_VERSION} nginx-mod-http-image-filter==${NGINX_VERSION} nginx-mod-http-nchan==${NGINX_VERSION} nginx-mod-http-perl==${NGINX_VERSION} nginx-mod-http-redis2==${NGINX_VERSION} nginx-mod-http-set-misc==${NGINX_VERSION} nginx-mod-http-upload-progress==${NGINX_VERSION} nginx-mod-http-xslt-filter==${NGINX_VERSION} nginx-mod-mail==${NGINX_VERSION} nginx-mod-rtmp==${NGINX_VERSION} nginx-mod-stream==${NGINX_VERSION} nginx-mod-stream-geoip==${NGINX_VERSION} nginx-mod-stream-geoip2==${NGINX_VERSION} nginx-vim==${NGINX_VERSION} php8-bcmath php8-bz2 php8-ctype php8-curl php8-dom php8-exif php8-ftp php8-gd php8-gmp php8-iconv php8-imap php8-intl php8-ldap php8-mysqli php8-mysqlnd php8-opcache php8-pdo_mysql php8-pdo_odbc php8-pdo_pgsql php8-pdo_sqlite php8-pear php8-pecl-apcu php8-pecl-mailparse php8-pecl-mcrypt php8-pecl-memcached php8-pecl-redis php8-pgsql php8-phar php8-posix php8-soap php8-sockets php8-sodium php8-sqlite3 php8-tokenizer php8-xml php8-xmlreader php8-xsl php8-zip && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing php8-pecl-xmlrpc
2022-11-04 13:51:42 UTC/bin/sh -c #(nop) COPY dir:7fb1d03849d1a8cb79d99c414338228b94127578bc0d59ae755bea8b84f8758f in /
2022-11-04 13:51:43 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-11-04 13:51:44 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-04 13:51:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-04 13:51:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-04T14:50:09+01:00
2022-11-04 13:51:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.
2022-11-04 13:51:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-nginx
2022-11-04 13:51:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-04 13:51:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e49aeaf3e1a21f85be2ea9c55bc4c59f090db35f
2022-11-04 13:51:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e49aeaf3e1a21f85be2ea9c55bc4c59f090db35f
2022-11-04 13:51:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-nginx
2022-11-04 13:51:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Nginx
2022-11-04 13:51:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-nginx/packages
2022-11-04 13:51:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-04 13:51:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.20.2-r1-ls200
2022-11-04 13:51:22 UTC
56.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:57ac3f3d001f598f7caa2779ead77638bf72bca4c24b3879a34eb26343669092 - 9.33% (5.31 MB)
[#001] sha256:4302f63af38573e2022b1915b6a3cfe58ef52be036ee5c2b3405b26c8e26c108 - 9.58% (5.45 MB)
[#002] sha256:2c8e8b1ded75e6a0e75ee294507dc9f06ca2c76681ec274717c24e54100cdf8d - 0.01% (5.73 KB)
[#003] sha256:3e9fe053f98dde83e6b2b93646f2aff28c99b1794e7737cbf9b2cb7b738a2e71 - 22.92% (13 MB)
[#004] sha256:e7193f7b068fddce2e0ed46924f05b693b2cd7b914a3564549ede11504b38716 - 0.01% (6.43 KB)
[#005] sha256:679ca307b642e8066c60bd37bf119d0decbcd05e97f584e514508bcfffaf40eb - 58.14% (33.1 MB)
[#006] sha256:c3abd940ce1dd10a9f99cb62a368342dae30d75f91b5298f6244129d6dabbfed - 0.0% (299 Bytes)
/bin/sh -c #(nop) COPY dir:9bc292a37d42b7650ec30e543afa09669844cb812e928fe5e6deef05e4ab5bf5 in /
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-30 18:01:03 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-30 18:01:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0cd58a81-ls32 Build-date:- 2022-10-30T12:59:14-05:00
2022-10-30 18:01:05 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-10-30 18:01:06 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-10-30 18:01:15 UTC|2 BUILD_DATE=2022-10-30T12:59:14-05:00 VERSION=0cd58a81-ls32 /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-10-30 18:01:16 UTC/bin/sh -c #(nop) COPY dir:9da4c91c4b6623b6ef5ecf2a1e74c596ba26b0ff2e7ef445cd536a8fab673135 in /
2022-10-30 18:01:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-10-30 18:01:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-30 18:01:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-30T12:59:14-05:00
2022-10-30 18:01:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-10-30 18:01:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-10-30 18:01:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-30 18:01:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=32d1de3915caf58612301ce0f9e08bc36f547d9a
2022-10-30 18:01:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-10-30 18:01:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-10-30 18:01:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-10-30 18:01:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-30 18:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0cd58a81-ls32
2022-11-03 05:56:15 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php8 php8-fileinfo php8-fpm php8-json php8-mbstring php8-openssl php8-session php8-simplexml php8-xml php8-xmlwriter php8-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 && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && ln -s /usr/bin/php8 /usr/bin/php && sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" /etc/php8/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php8/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php8/php-fpm.d/www.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-03 05:56:15 UTC/bin/sh -c #(nop) COPY dir:c0e4cc4a13c393483a42100c9abed17dcd3789e38f77ab8fa1521c13e18e8741 in /
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-03T06:55:13+01:00
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7a87255ea6721832754881f3bca4745dda39654b
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7a87255ea6721832754881f3bca4745dda39654b
2022-11-03 05:56:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-11-03 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-11-03 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-11-03 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-03 05:56:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ecd9fc71-ls33
2022-11-04 13:51:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-04 13:51:14 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-04 13:51:14 UTC/bin/sh -c #(nop) ARG NGINX_VERSION
2022-11-04 13:51:14 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.20.2-r1-ls200 Build-date:- 2022-11-04T14:50:09+01:00
2022-11-04 13:51:15 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-11-04 13:51:15 UTC/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-11-04 13:51:19 UTC|3 BUILD_DATE=2022-11-04T14:50:09+01:00 NGINX_VERSION=1.20.2-r1 VERSION=1.20.2-r1-ls200 /bin/sh -c apk add --no-cache --upgrade curl && if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache --upgrade memcached nginx==${NGINX_VERSION} nginx-mod-http-brotli==${NGINX_VERSION} nginx-mod-http-dav-ext==${NGINX_VERSION} nginx-mod-http-echo==${NGINX_VERSION} nginx-mod-http-fancyindex==${NGINX_VERSION} nginx-mod-http-geoip==${NGINX_VERSION} nginx-mod-http-geoip2==${NGINX_VERSION} nginx-mod-http-headers-more==${NGINX_VERSION} nginx-mod-http-image-filter==${NGINX_VERSION} nginx-mod-http-nchan==${NGINX_VERSION} nginx-mod-http-perl==${NGINX_VERSION} nginx-mod-http-redis2==${NGINX_VERSION} nginx-mod-http-set-misc==${NGINX_VERSION} nginx-mod-http-upload-progress==${NGINX_VERSION} nginx-mod-http-xslt-filter==${NGINX_VERSION} nginx-mod-mail==${NGINX_VERSION} nginx-mod-rtmp==${NGINX_VERSION} nginx-mod-stream==${NGINX_VERSION} nginx-mod-stream-geoip==${NGINX_VERSION} nginx-mod-stream-geoip2==${NGINX_VERSION} nginx-vim==${NGINX_VERSION} php8-bcmath php8-bz2 php8-ctype php8-curl php8-dom php8-exif php8-ftp php8-gd php8-gmp php8-iconv php8-imap php8-intl php8-ldap php8-mysqli php8-mysqlnd php8-opcache php8-pdo_mysql php8-pdo_odbc php8-pdo_pgsql php8-pdo_sqlite php8-pear php8-pecl-apcu php8-pecl-mailparse php8-pecl-mcrypt php8-pecl-memcached php8-pecl-redis php8-pgsql php8-phar php8-posix php8-soap php8-sockets php8-sodium php8-sqlite3 php8-tokenizer php8-xml php8-xmlreader php8-xsl php8-zip && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing php8-pecl-xmlrpc
2022-11-04 13:51:20 UTC/bin/sh -c #(nop) COPY dir:7fb1d03849d1a8cb79d99c414338228b94127578bc0d59ae755bea8b84f8758f in /
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-04T14:50:09+01:00
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-nginx
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e49aeaf3e1a21f85be2ea9c55bc4c59f090db35f
2022-11-04 13:51:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e49aeaf3e1a21f85be2ea9c55bc4c59f090db35f
2022-11-04 13:51:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-nginx
2022-11-04 13:51:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Nginx
2022-11-04 13:51:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-nginx/packages
2022-11-04 13:51:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-04 13:51:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.20.2-r1-ls200
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.