2022-07-11 14:13:53 UTC
83.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TAG2.6.6
[#000] sha256:3f18d873aff211ecd8fbfad8559e4795330f5c80d9a7f213a8b3be9c51f2ee0f - 34.33% (28.7 MB)
[#001] sha256:56aee09efd05881bec2fa92a02029cf1e483921518ee4796ab1188f33bc134f2 - 59.78% (49.9 MB)
[#002] sha256:1182b5c785a49d05ad6acf06163a7c4c0bf095b46771fccdadfca1a82a265476 - 0.0% (922 Bytes)
[#003] sha256:d82a1239e73bcac4f28b27edefe7c2f780fcdd94f3a8f4b00770cd556b7c67cf - 0.0% (866 Bytes)
[#004] sha256:a9a90c77cb43c3ba06f95558c2ba5a2ad539d9369692f3f4b20f764b39d9d40a - 0.0% (310 Bytes)
[#005] sha256:80ea174bb59c7959b9c429437758edcf90f2d5cf2ffba3e685d2ef04493ad03f - 0.0% (860 Bytes)
[#006] sha256:f2d65770415eaa546a94bc31948ea44f6202aac05ea858294ea3e40ded1e8548 - 0.0% (119 Bytes)
[#007] sha256:1a51d226574bfc21cb09b815fbada38cdef386d735f16be850b0f8b11c46af5a - 0.0% (560 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:a1ad91f423d8375d6c82f12aa34035aea88bdc41f0c7ec21f5d2eed3b2ca7bae - 5.88% (4.91 MB)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:42f66905b92ae4cb4fd10f8d300e73e751377141416aa4daaa67eb6390d76e5a in /
2022-06-23 00:42:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-07-11 10:27:06 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt update -y && apt install -y --no-install-recommends --no-install-suggests nginx supervisor wget php7.4 php7.4-fpm php7.4-zip php7.4-mbstring php7.4-curl php7.4-bcmath php7.4-xml php7.4-gd && mkdir -p /var/run/php /run/php /etc/nginx/cert && wget https://raw.githubusercontent.com/hongwenjun/nginx-php/main/start.sh --no-check-certificate && wget https://raw.githubusercontent.com/hongwenjun/nginx-php/main/default --no-check-certificate && wget https://raw.githubusercontent.com/hongwenjun/nginx-php/main/supervisord.conf --no-check-certificate && mv ./default /etc/nginx/sites-enabled/default && mv ./supervisord.conf /etc/supervisord.conf && chmod +x /start.sh && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && echo "<?php phpinfo(); ?>" > /var/www/html/index.php && apt remove -y wget && rm -rf /var/lib/apt/lists/* /var/cache/apt # buildkit
2022-07-11 10:27:06 UTC (buildkit.dockerfile.v0)ADD ./conf/default /etc/nginx/sites-enabled/default # buildkit
2022-07-11 10:27:06 UTC (buildkit.dockerfile.v0)ADD ./conf/nginx.conf /etc/nginx/nginx.conf # buildkit
2022-07-11 10:27:06 UTC (buildkit.dockerfile.v0)ADD ./conf/size.ini /etc/php/7.4/fpm/conf.d/size.ini # buildkit
2022-07-11 10:27:06 UTC (buildkit.dockerfile.v0)ADD ./conf/supervisord.conf /etc/supervisord.conf # buildkit
2022-07-11 10:27:06 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2022-07-11 10:27:06 UTC (buildkit.dockerfile.v0)WORKDIR /app/web
2022-07-11 14:12:13 UTC (buildkit.dockerfile.v0)ENV TAG=2.6.6
2022-07-11 14:12:13 UTC (buildkit.dockerfile.v0)COPY start-arm64.sh / # buildkit
2022-07-11 14:12:13 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2022-07-11 14:13:53 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y wget zip && wget https://github.com/icret/EasyImages2.0/archive/refs/tags/${TAG}.zip && unzip ${TAG}.zip && mv /opt/EasyImages2.0-${TAG} /opt/web && cp -r /opt/web /app && cp -r /opt/web/config / && cp -r /opt/web/i / && rm -rf /opt && apt-get remove -y wget zip && apt-get clean && rm -rf /var/lib/apt/lists/* && chmod 755 /start-arm64.sh # buildkit
2022-07-11 14:13:53 UTC (buildkit.dockerfile.v0)WORKDIR /app/web
2022-07-11 14:13:53 UTC (buildkit.dockerfile.v0)CMD ["/start-arm64.sh"]
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.