2023-03-26 02:59:30 -0500
39.4 MB
/root
LSIO_FIRST_PARTYtrue
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
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:3751dd3182d505726c0b90a8e626c005b3257d40e18a8283fef7cdad0e388187 - 14.34% (5.66 MB)
[#001] sha256:48f754c837b5ecf11443cae7867fa045f485fdd86af6901ea71ee9aee615247d - 0.01% (3.56 KB)
[#002] sha256:cec0326ce8b4f11d6c08f357d7d407a6c3cd89d15f8d19afd54d85dfbc170635 - 10.79% (4.25 MB)
[#003] sha256:d0e90526e3df63cb604d02abdafd6d020419d566e83bbd57003812bc33d1e220 - 0.01% (3.73 KB)
[#004] sha256:f566b3f2f3276f8e4922dd383965c66246bc8a82349124a38ce5352dacee07cd - 27.27% (10.8 MB)
[#005] sha256:afa58da55371bd6d50834b3e621a78b983b74236cdfc631ace1d388440cef1d6 - 0.02% (8.02 KB)
[#006] sha256:103a1b898aca7c9a64f6f93bca9ee8c9beb09e5b36cf9146ad99992619568e49 - 47.57% (18.8 MB)
[#007] sha256:b3dc565309e554be47ca80ad865f8c14b717aaf296f56e1df898f929523ae000 - 0.01% (2.49 KB)
COPY /root-out/ / # buildkit
2023-03-21 01:30:49 -0500 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-03-21 01:30:49 -0500 (buildkit.dockerfile.v0)ARG VERSION
2023-03-21 01:30:49 -0500 (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-03-21 01:30:49 -0500 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 799c676e-ls13 Build-date:- 2023-03-21T01:29:23-05:00
2023-03-21 01:30:49 -0500 (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-03-21 01:30:49 -0500 (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-03-21 01:30:49 -0500 (buildkit.dockerfile.v0)ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods
2023-03-21 01:30:51 -0500 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-03-21T01:29:23-05:00 VERSION=799c676e-ls13 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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/* # buildkit
2023-03-21 01:30:51 -0500 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-21 01:30:51 -0500 (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-03-23 06:59:02 +0100 (buildkit.dockerfile.v0)RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php81 php81-fileinfo php81-fpm php81-json php81-mbstring php81-openssl php81-session php81-simplexml php81-xml php81-xmlwriter php81-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 ****" && sed -i "s#;error_log = log/php81/error.log.*#error_log = /config/log/php/error.log#g" /etc/php81/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php81/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php81/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 # buildkit
2023-03-23 06:59:02 +0100 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-23 06:59:02 +0100 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)ARG VERSION
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)ARG HEIMDALL_RELEASE
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- ed3cd79c-ls243 Build-date:- 2023-03-26T02:58:13-05:00
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-03-26T02:58:13-05:00 VERSION=ed3cd79c-ls243 HEIMDALL_RELEASE=ed3cd79c /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade php81-ctype php81-curl php81-intl php81-pdo_pgsql php81-pdo_sqlite php81-pdo_mysql php81-tokenizer php81-zip && echo "**** configure nginx ****" && echo 'fastcgi_param PHP_AUTH_USER $remote_user; # Heimdall user authorization' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PHP_AUTH_PW $http_authorization; # Heimdall user authorization' >> /etc/nginx/fastcgi_params && 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 /tmp/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && mkdir -p /app/www-tmp && tar xf /tmp/heimdall.tar.gz -C /app/www-tmp --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-03-26 02:59:30 -0500 (buildkit.dockerfile.v0)VOLUME [/config]
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.