2022-07-26 18:57:00 UTC
86.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:60197a4c18d4b386d371cf39d01c48e98c357bba06da0b070a3c1f75006fd838 - 32.99% (28.7 MB)
[#001] sha256:253638a37049db58c94472970459df82c6525382d2e860b7963184f9cefec626 - 0.0% (135 Bytes)
[#002] sha256:74bd2fe8ccb0944a1b9c1606bc0dcb7c68e4a90dcef00703c11450e8c04e955d - 53.03% (46.1 MB)
[#003] sha256:b7eac4ade838b4da63c5aac3fa94234655bf83b1befcb8b28bc936f132f1ce9a - 13.97% (12.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:ab922da09cd73876a3db7e9c737ce320fb8446c763a857130a998dd5d58fdd3e - 0.0% (449 Bytes)
[#006] sha256:0b5dc4bdc4b0515317a68a67a4f33c21bd0b8b986278206c3557072f386a9e48 - 0.0% (584 Bytes)
[#007] sha256:131d763a6369da8a040425621d310d3eccc10e38a2752728f5c8ba91e75dcfcc - 0.0% (3.12 KB)
[#008] sha256:85dd102b6448a9e3ed717515a4a010f0b55b8fd82bc8e76e99c4d6794571de8f - 0.0% (602 Bytes)
[#009] sha256:4301e0e4d8cf48e50e034cfe04e17708c48779a24df37ea935dd28798f1f56fd - 0.0% (188 Bytes)
[#010] sha256:020f4904f4c4a3decb05632ce887cdc9a727a9561e03fab0723bd00cabb38041 - 0.0% (675 Bytes)
[#011] sha256:fe4bf68cb1d281ef47ebea6c6432e396a9e5f9c15d47b3ff4fb073f325de44d2 - 0.0% (685 Bytes)
[#012] sha256:aad60e4f4e6b85bf539bee1b482a0b6ac6afeb4d4cc6dd3d0a8cbcf5dcd7c4b4 - 0.0% (328 Bytes)
[#013] sha256:69d085d5b2d6ecfe60023b96ca3d94eb70a226e5a0f66c1b2f0ff452c4c7a6aa - 0.0% (1.18 KB)
[#014] sha256:c2a2c57a18fd9f89760911e485ce696a769eb624cf00b139d28963fabc2a6806 - 0.0% (338 Bytes)
/bin/sh -c #(nop) ADD file:f3a33075f4c3324c6a634ef37a1965ddd5606b4449c0f5909ce18eeb8268b612 in /
2022-07-12 00:40:35 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-07-26 18:53:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /mnt/data; chown www-data:www-data /mnt/data; # buildkit
2022-07-26 18:56:54 UTC (buildkit.dockerfile.v0)VOLUME [/mnt/data]
2022-07-26 18:56:54 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 ; rm -rf /var/lib/apt/lists/* # buildkit
2022-07-26 18:56:54 UTC (buildkit.dockerfile.v0)COPY /usr/bin/caddy /usr/bin/ # buildkit
2022-07-26 18:56:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /usr/bin/caddy # buildkit
2022-07-26 18:56:56 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c a2enmod rewrite headers proxy proxy_fcgi setenvif env mime dir authz_core alias # buildkit
2022-07-26 18:56:56 UTC (buildkit.dockerfile.v0)COPY nextcloud.conf /etc/apache2/sites-available/ # buildkit
2022-07-26 18:56:56 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-07-26 18:56:59 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; a2dissite 000-default && a2dissite default-ssl && 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-07-26 18:56:59 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-07-26 18:56:59 UTC (buildkit.dockerfile.v0)COPY Caddyfile / # buildkit
2022-07-26 18:56:59 UTC (buildkit.dockerfile.v0)COPY start.sh /usr/bin/ # buildkit
2022-07-26 18:56:59 UTC (buildkit.dockerfile.v0)COPY supervisord.conf / # buildkit
2022-07-26 18:57:00 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /usr/bin/start.sh; chmod +r /supervisord.conf; chown www-data:www-data /Caddyfile; chmod +r -R /etc/apache2 # buildkit
2022-07-26 18:57:00 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "root:$(openssl rand -base64 12)" | chpasswd # buildkit
2022-07-26 18:57:00 UTC (buildkit.dockerfile.v0)USER www-data
2022-07-26 18:57:00 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["start.sh"]
2022-07-26 18:57:00 UTC (buildkit.dockerfile.v0)CMD ["/usr/bin/supervisord" "-c" "/supervisord.conf"]
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.