2023-04-04 07:00:38 +0200
29.7 MB
/root
LSIO_FIRST_PARTYtrue
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:14b3ceef41b8e70ae176bb447bf536082383d01bba87eee99447e8c40c8200d3 - 19.07% (5.66 MB)
[#001] sha256:48f754c837b5ecf11443cae7867fa045f485fdd86af6901ea71ee9aee615247d - 0.01% (3.56 KB)
[#002] sha256:3ed9cc4562255651fae6cd8aaba94373915f42969d34f3b44264a35c5f98f13b - 14.35% (4.25 MB)
[#003] sha256:0c039b897bd61f5d4b9deb2a7c104ee5e848a07e6978cd642c4111e541c8dab0 - 0.01% (3.73 KB)
[#004] sha256:7fe705235420228b488a81683ef447fcdc0565999b2d55d007f5482ec844e9f3 - 36.27% (10.8 MB)
[#005] sha256:5e6e3130c4ff507fdefed7c877cd305ec2bcee886a54d314f95b6bb976f1fbe8 - 0.03% (8.02 KB)
[#006] sha256:2700523e51509e25be87091f51bb7862f91920b70802601c2dd590871def0483 - 30.24% (8.97 MB)
[#007] sha256:7d89fd181c4c6b71951bf929337d2695c5fdf816d53867504a0201683b5894f9 - 0.02% (5.45 KB)
COPY /root-out/ / # buildkit
2023-03-28 08:30:51 +0200 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-03-28 08:30:51 +0200 (buildkit.dockerfile.v0)ARG VERSION
2023-03-28 08:30:51 +0200 (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-03-28 08:30:51 +0200 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 17acebe3-ls14 Build-date:- 2023-03-28T08:29:29+02:00
2023-03-28 08:30:51 +0200 (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-03-28 08:30:51 +0200 (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-03-28 08:30:51 +0200 (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-28 08:30:53 +0200 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-03-28T08:29:29+02:00 VERSION=17acebe3-ls14 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-28 08:30:53 +0200 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-28 08:30:53 +0200 (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-03-30 07:59:10 +0200 (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-30 07:59:10 +0200 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-30 07:59:10 +0200 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)ARG VERSION
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)ARG LIBRESPEED_RELEASE
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5.2.5-ls136 Build-date:- 2023-04-04T06:59:12+02:00
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-04-04T06:59:12+02:00 VERSION=5.2.5-ls136 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php81-ctype php81-gd php81-mysqli php81-pdo_pgsql php81-pdo_sqlite && echo "**** install librespeed ****" && if [ -z ${LIBRESPEED_RELEASE+x} ]; then LIBRESPEED_RELEASE=$(curl -sX GET "https://api.github.com/repos/librespeed/speedtest/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && mkdir -p /app/www/public && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /app/www/public --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-04-04 07:00:38 +0200 (buildkit.dockerfile.v0)VOLUME [/config]
2023-04-04 06:01:15 +0100
27.5 MB
/root
LSIO_FIRST_PARTYtrue
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:fb0f7c2fa7fc6be535193abb69bd183e140b8012a1500e19450f095fbc57dbae - 20.15% (5.55 MB)
[#001] sha256:48f754c837b5ecf11443cae7867fa045f485fdd86af6901ea71ee9aee615247d - 0.01% (3.56 KB)
[#002] sha256:69252a029a2c4dd8268d04d3ddb7eb70bb028e964215dfe2999c983555c60a80 - 19.79% (5.45 MB)
[#003] sha256:697bc3b879bf747360475ff64d845d6c37e0124e65a1ce8c3ac67fa983871de6 - 0.01% (3.72 KB)
[#004] sha256:f53b1f6b57fa39ccede11f2339cf43d7bc33425b2d44bc67baad0d6ae066fcfd - 33.65% (9.26 MB)
[#005] sha256:2cd34f0cce5853d4d37306ca083b4659b9689a006f92921cf790471a8d63c126 - 0.03% (8.01 KB)
[#006] sha256:c5d0eb1115260db389a5c045b8d6b28abb304725601c599272036e1de18a86c2 - 26.34% (7.25 MB)
[#007] sha256:a6e3ce050fe21e5656044f25901e8fa141830f0bd20b9379444d639d6a3f3dbd - 0.02% (5.44 KB)
COPY /root-out/ / # buildkit
2023-03-28 06:30:48 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-03-28 06:30:48 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-03-28 06:30:48 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-03-28 06:30:48 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 17acebe3-ls14 Build-date:- 2023-03-28T08:29:29+02:00
2023-03-28 06:30:48 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-03-28 06:30:48 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-03-28 06:30:48 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-03-28 06:30:50 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-03-28T08:29:29+02:00 VERSION=17acebe3-ls14 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 "**** 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-03-28 06:30:50 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-28 06:30:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-03-30 05:59:18 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-03-30 05:59:18 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-30 05:59:18 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)ARG VERSION
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)ARG LIBRESPEED_RELEASE
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5.2.5-ls136 Build-date:- 2023-04-04T06:59:12+02:00
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-04-04T06:59:12+02:00 VERSION=5.2.5-ls136 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php81-ctype php81-gd php81-mysqli php81-pdo_pgsql php81-pdo_sqlite && echo "**** install librespeed ****" && if [ -z ${LIBRESPEED_RELEASE+x} ]; then LIBRESPEED_RELEASE=$(curl -sX GET "https://api.github.com/repos/librespeed/speedtest/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && mkdir -p /app/www/public && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /app/www/public --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-04-04 06:01:15 +0100 (buildkit.dockerfile.v0)VOLUME [/config]
2023-04-04 05:00:49 UTC
31.1 MB
/root
LSIO_FIRST_PARTYtrue
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:78b1f8eea83f97062f9104563926c0ffbde1bed843759c45e5fc7840d58f0fca - 18.94% (5.89 MB)
[#001] sha256:48f754c837b5ecf11443cae7867fa045f485fdd86af6901ea71ee9aee615247d - 0.01% (3.56 KB)
[#002] sha256:757aaa29017b752dd8442b8125fe06387a67dea7e16e3b52a99058262e06539d - 19.38% (6.02 MB)
[#003] sha256:69c042ce243feabbdc3aadeadee6d9a4dce82cfa1515bf67000982868810d9e2 - 0.01% (3.72 KB)
[#004] sha256:dbcfd09ac3dd95d85fbce6db4487809391fd01a9b0c3e4dfc9c08e9cf71f5b2e - 34.15% (10.6 MB)
[#005] sha256:9c7c00776633ef47bae58233fe8cd3585b7553d77771729052aab3e935acfdb1 - 0.03% (8.01 KB)
[#006] sha256:f7a52cf09806f65ab6c923231a62504746e6720bd67d5473dc23bbc2fda63ee9 - 27.46% (8.53 MB)
[#007] sha256:bc360639468e1cb0a8c67efae0d509fb3ad4e68b9c3cd253fe59e7a8eb4b04c1 - 0.02% (5.44 KB)
COPY /root-out/ / # buildkit
2023-03-28 06:30:51 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-03-28 06:30:51 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-03-28 06:30:51 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-03-28 06:30:51 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 17acebe3-ls14 Build-date:- 2023-03-28T08:29:29+02:00
2023-03-28 06:30:51 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-03-28 06:30:51 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-03-28 06:30:51 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-03-28 06:30:53 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-03-28T08:29:29+02:00 VERSION=17acebe3-ls14 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 "**** 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-03-28 06:30:53 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-28 06:30:53 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-03-30 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-03-30 05:59:17 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-03-30 05:59:17 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)ARG LIBRESPEED_RELEASE
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 5.2.5-ls136 Build-date:- 2023-04-04T06:59:12+02:00
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)LABEL maintainer=aptalca
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-04-04T06:59:12+02:00 VERSION=5.2.5-ls136 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php81-ctype php81-gd php81-mysqli php81-pdo_pgsql php81-pdo_sqlite && echo "**** install librespeed ****" && if [ -z ${LIBRESPEED_RELEASE+x} ]; then LIBRESPEED_RELEASE=$(curl -sX GET "https://api.github.com/repos/librespeed/speedtest/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && mkdir -p /app/www/public && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /app/www/public --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-04-04 05:00:49 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-04-04 05:00:49 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.