2023-02-24 14:33:57 +0100
45.9 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:4721dbae2618b5ddf71a247d5862f2bd7337efbaae2cfa8a426e5958939479d7 - 12.32% (5.66 MB)
[#001] sha256:665f8ff9770e0272412605a43112778f4ae555ae7394a3c1f2d32f9f92a64412 - 0.01% (3.22 KB)
[#002] sha256:69bf70804d4635cc882fa523bf5a929c1355886a0eb2b1ca93311c345e4a6ab7 - 9.11% (4.18 MB)
[#003] sha256:fe062777bc6b679757b5917a6bae267b1bf8c160cdcad0033564cfead496e544 - 0.01% (3.9 KB)
[#004] sha256:6881fc3133136112d1310d1c93a659d28c7ab7acf45c640df7db13768409d941 - 23.44% (10.8 MB)
[#005] sha256:1f0c3116077f257e826cd2c79cb52e2b7db412f1433dc3508adbbb4e95fae724 - 0.02% (8.02 KB)
[#006] sha256:519ab6c45224786d5c12dad97374b7ec2525ec3a70e1eb3431a508e3d92e8c05 - 55.1% (25.3 MB)
COPY /root-out/ / # buildkit
2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)ARG VERSION
2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5dd1ab6b-ls11 Build-date:- 2023-02-21T00:32:41-06:00
2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-02-21 00:34:05 -0600 (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-02-21 00:34:07 -0600 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-02-21T00:32:41-06:00 VERSION=5dd1ab6b-ls11 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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-02-21 00:34:07 -0600 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-02-21 00:34:07 -0600 (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-02-22 23:59:11 -0600 (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-02-22 23:59:11 -0600 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-02-22 23:59:11 -0600 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)ARG VERSION
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)ARG NGINX_VERSION
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 1.22.1-r0-ls212 Build-date:- 2023-02-24T14:32:42+01:00
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-02-24T14:32:42+01:00 VERSION=1.22.1-r0-ls212 NGINX_VERSION=1.22.1-r0 /bin/sh -c if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.17/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-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} php81-bcmath php81-bz2 php81-ctype php81-curl php81-dom php81-exif php81-ftp php81-gd php81-gmp php81-iconv php81-imap php81-intl php81-ldap php81-mysqli php81-mysqlnd php81-opcache php81-pdo_mysql php81-pdo_odbc php81-pdo_pgsql php81-pdo_sqlite php81-pear php81-pecl-apcu php81-pecl-mailparse php81-pecl-memcached php81-pecl-redis php81-pgsql php81-phar php81-posix php81-soap php81-sockets php81-sodium php81-sqlite3 php81-tokenizer php81-xmlreader php81-xsl php81-zip && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing php81-pecl-mcrypt php81-pecl-xmlrpc # buildkit
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-02-24 14:33:57 +0100 (buildkit.dockerfile.v0)VOLUME [/config]
2023-02-24 13:34:03 UTC
41.6 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:3992a43f6278e9e89a95b33725c57cafc74b5907060843f5864dc7e2fb240751 - 13.32% (5.55 MB)
[#001] sha256:665f8ff9770e0272412605a43112778f4ae555ae7394a3c1f2d32f9f92a64412 - 0.01% (3.22 KB)
[#002] sha256:e420ac00a00f5fa0963627723aae8be759b6209869d89da9dcb976c5b3b377ec - 12.92% (5.38 MB)
[#003] sha256:706418bbdf3dae30e7be094835283705a514a2aaaca7c36e3c72bc99e2f610cd - 0.01% (3.92 KB)
[#004] sha256:ff873c709a6e25bb3ed8da80c7b04fe38ee91c84713171b7b9fc1ff05cba7b29 - 22.24% (9.26 MB)
[#005] sha256:0a47179c80f3d5c8d9e938092ea8febe2040a1216c997986e6f93839a98f71e8 - 0.02% (8 KB)
[#006] sha256:962cd1c2d629f12236aae6d8bddc3c5bc63699ef60242e66abf539877b839714 - 51.49% (21.4 MB)
COPY /root-out/ / # buildkit
2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5dd1ab6b-ls11 Build-date:- 2023-02-21T00:32:41-06:00
2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-02-21 06:34:03 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-02-21 06:34:03 UTC (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-02-21 06:34:05 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-02-21T00:32:41-06:00 VERSION=5dd1ab6b-ls11 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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/* # buildkit
2023-02-21 06:34:05 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-02-21 06:34:05 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-02-23 05:59:17 UTC (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-02-23 05:59:18 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-02-23 05:59:18 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)ARG NGINX_VERSION
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 1.22.1-r0-ls212 Build-date:- 2023-02-24T14:32:42+01:00
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-02-24T14:32:42+01:00 VERSION=1.22.1-r0-ls212 NGINX_VERSION=1.22.1-r0 /bin/sh -c if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.17/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-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} php81-bcmath php81-bz2 php81-ctype php81-curl php81-dom php81-exif php81-ftp php81-gd php81-gmp php81-iconv php81-imap php81-intl php81-ldap php81-mysqli php81-mysqlnd php81-opcache php81-pdo_mysql php81-pdo_odbc php81-pdo_pgsql php81-pdo_sqlite php81-pear php81-pecl-apcu php81-pecl-mailparse php81-pecl-memcached php81-pecl-redis php81-pgsql php81-phar php81-posix php81-soap php81-sockets php81-sodium php81-sqlite3 php81-tokenizer php81-xmlreader php81-xsl php81-zip && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing php81-pecl-mcrypt php81-pecl-xmlrpc # buildkit
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-02-24 13:34:03 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-02-24 13:34:05 UTC
47.4 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:48b6723dd1ae599e3aec3c6b4ebda8949af59243ca827f93e0dc6fba520ae2a9 - 12.4% (5.89 MB)
[#001] sha256:665f8ff9770e0272412605a43112778f4ae555ae7394a3c1f2d32f9f92a64412 - 0.01% (3.22 KB)
[#002] sha256:871b971bfd61f558a8ce155ae81a820c30cd5506007d8d29d7243d1a42248fab - 12.53% (5.95 MB)
[#003] sha256:fc302f4cccaaf0ad6ece29e451b75012bd1fa4a8e34f3c491bed780f9c5a392f - 0.01% (3.92 KB)
[#004] sha256:31db3b93b8e7c5882f932c613d55fb86f5f4eb4f0d61ca7cdf339170f6f30a04 - 22.36% (10.6 MB)
[#005] sha256:6121ef142779aa9d35d61ed8d4902117ae9c03c0b887178c49f12139417a3210 - 0.02% (8 KB)
[#006] sha256:d1d27bce440386839b01299effabd5bae3ddefc34b6df50ef50194d5019cbf6b - 52.68% (25 MB)
COPY /root-out/ / # buildkit
2023-02-21 06:34:10 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-02-21 06:34:10 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-02-21 06:34:10 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-02-21 06:34:10 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5dd1ab6b-ls11 Build-date:- 2023-02-21T00:32:41-06:00
2023-02-21 06:34:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-02-21 06:34:10 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-02-21 06:34:10 UTC (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-02-21 06:34:13 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-02-21T00:32:41-06:00 VERSION=5dd1ab6b-ls11 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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/* # buildkit
2023-02-21 06:34:14 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-02-21 06:34:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-02-23 05:59:15 UTC (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-02-23 05:59:15 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-02-23 05:59:15 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-02-24 13:34:05 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-02-24 13:34:05 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-02-24 13:34:05 UTC (buildkit.dockerfile.v0)ARG NGINX_VERSION
2023-02-24 13:34:05 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 1.22.1-r0-ls212 Build-date:- 2023-02-24T14:32:42+01:00
2023-02-24 13:34:05 UTC (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2023-02-24 13:34:05 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-02-24T14:32:42+01:00 VERSION=1.22.1-r0-ls212 NGINX_VERSION=1.22.1-r0 /bin/sh -c if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.17/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-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} php81-bcmath php81-bz2 php81-ctype php81-curl php81-dom php81-exif php81-ftp php81-gd php81-gmp php81-iconv php81-imap php81-intl php81-ldap php81-mysqli php81-mysqlnd php81-opcache php81-pdo_mysql php81-pdo_odbc php81-pdo_pgsql php81-pdo_sqlite php81-pear php81-pecl-apcu php81-pecl-mailparse php81-pecl-memcached php81-pecl-redis php81-pgsql php81-phar php81-posix php81-soap php81-sockets php81-sodium php81-sqlite3 php81-tokenizer php81-xmlreader php81-xsl php81-zip && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing php81-pecl-mcrypt php81-pecl-xmlrpc # buildkit
2023-02-24 13:34:05 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-02-24 13:34:05 UTC (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.