2022-11-21 18:19:57 UTC
87.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f3ac85625e767ee0ec42b5a2ef93880251cd973b86f77124c4ed39bccd2f8bf9 - 32.82% (28.7 MB)
[#001] sha256:0e148e8bc1cab96a37d4187169759fcf7d17bea7b08a2e8766e5ff0cdd306016 - 0.0% (135 Bytes)
[#002] sha256:2c13c307db93ce0f2409ee3a0e7ce2cb09d30222aebd50e41c802cb37bceae52 - 52.69% (46 MB)
[#003] sha256:c232eea001fd9bf55475f6a43f47ba88c818bb787bdedf3963fe9e84521999d5 - 14.48% (12.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:794c847f82a4a54c6dbe9605a6fd074755af8497445aa0ba4df99895f06844a1 - 0.0% (443 Bytes)
[#006] sha256:b0e5fe4d84e2d9d1586e2ca5c12f2df41f8b2b9514ea0d17d8cf6e8148ea86d8 - 0.0% (777 Bytes)
[#007] sha256:4d6c6611e78b496902252809d1ae06cb51f02b914e24a3cf8dabf27e57cee584 - 0.0% (3.13 KB)
[#008] sha256:01a057a80196726980cf30ab699cabd16670b1a45a7a875f930d12e05855faa5 - 0.0% (649 Bytes)
[#009] sha256:f4d4713e7f0af43f53ff6deaa17ca684932dbfef3fe2cded0ce23c74a1bd41a0 - 0.0% (188 Bytes)
[#010] sha256:d4823c2f4b43e32d9af8f8bfb086bb40a83f2f0265900b9a34730a260418f4ed - 0.0% (675 Bytes)
[#011] sha256:8a83dd6c27979557f205f8ca2c949617cccae7522ee875eab45e1ac5e1ade52c - 0.0% (688 Bytes)
[#012] sha256:c10e3f47bc199a5d8c3aefac29c9090a0d122e0c2b5b3d7100ed69ac4a7f4ee6 - 0.0% (292 Bytes)
[#013] sha256:dcbf364cce9f18e4be106a58438ef35c21b40bd1cc41a99e806bfc7028cb22da - 0.0% (337 Bytes)
[#014] sha256:3ec538e2c4f0bc59e099d0d91f7002b8466a644867561dda318abde227af3350 - 0.0% (1.26 KB)
[#015] sha256:4944a38ca7b50df367413330ae3bfe667b54547e2d45def023f506d8b7d0a6df - 0.0% (335 Bytes)
/bin/sh -c #(nop) ADD file:1dad2420090b3d6ef5df8d1f7f2878b22f8687b8dba008a63800f6c74b36dee9 in /
2022-11-15 01:41:20 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-11-21 18:16:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /mnt/data; chown www-data:www-data /mnt/data; # buildkit
2022-11-21 18:19:51 UTC (buildkit.dockerfile.v0)VOLUME [/mnt/data]
2022-11-21 18:19:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends apache2 supervisor wget ca-certificates openssl netcat dpkg-dev curl ; rm -rf /var/lib/apt/lists/* # buildkit
2022-11-21 18:19:51 UTC (buildkit.dockerfile.v0)COPY /usr/bin/caddy /usr/bin/ # buildkit
2022-11-21 18:19:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /usr/bin/caddy # buildkit
2022-11-21 18:19:53 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c a2enmod rewrite headers proxy proxy_fcgi setenvif env mime dir authz_core alias # buildkit
2022-11-21 18:19:53 UTC (buildkit.dockerfile.v0)COPY nextcloud.conf /etc/apache2/sites-available/ # buildkit
2022-11-21 18:19:53 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rm /etc/apache2/ports.conf; sed -s -i -e "s/Include ports.conf//" /etc/apache2/apache2.conf; sed -i "/^Listen /d" /etc/apache2/apache2.conf # buildkit
2022-11-21 18:19:56 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; a2dissite 000-default && a2dissite default-ssl && rm -f /etc/apache2/sites-enabled/000-default.conf && rm -f /etc/apache2/sites-enabled/default-ssl.conf && rm /etc/apache2/sites-available/000-default.conf && rm /etc/apache2/sites-available/default-ssl.conf && a2ensite nextcloud.conf && rm -rf /var/www/html/* && chown www-data:www-data -R /var/log/apache2; mkdir -p /var/run/apache2; chown -R www-data:www-data /var/run/apache2; chown -R www-data:www-data /var/www; # buildkit
2022-11-21 18:19:56 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /var/log/supervisord; mkdir /var/run/supervisord; chown www-data:www-data /var/run/supervisord; chown www-data:www-data /var/log/supervisord; # buildkit
2022-11-21 18:19:56 UTC (buildkit.dockerfile.v0)COPY Caddyfile / # buildkit
2022-11-21 18:19:56 UTC (buildkit.dockerfile.v0)COPY start.sh /usr/bin/ # buildkit
2022-11-21 18:19:56 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/bin/ # buildkit
2022-11-21 18:19:56 UTC (buildkit.dockerfile.v0)COPY supervisord.conf / # buildkit
2022-11-21 18:19:56 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /usr/bin/start.sh; chmod +x /usr/bin/healthcheck.sh; chmod +r /supervisord.conf; chown www-data:www-data /Caddyfile; chmod +r -R /etc/apache2 # buildkit
2022-11-21 18:19:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "root:$(openssl rand -base64 12)" | chpasswd # buildkit
2022-11-21 18:19:57 UTC (buildkit.dockerfile.v0)USER www-data
2022-11-21 18:19:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["start.sh"]
2022-11-21 18:19:57 UTC (buildkit.dockerfile.v0)CMD ["/usr/bin/supervisord" "-c" "/supervisord.conf"]
2022-11-21 18:19:57 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "healthcheck.sh"] "0s" "0s" "0s" '\x00'}
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.