Namespace
nextcloud
Image / Tag
aio-apache:20230124_100035-latest-arm64
Content Digest
sha256:45440683c6cbd6b8761292f4ca6ed5f68590f5bb47f4470aa4b76774a01219ae
Details
Created

2023-01-17 10:26:05 UTC

Size

87.4 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:934ce60d1040c5d4922bae5879321a398777457b7514de02ef69ece49e6aa907 - 32.79% (28.7 MB)

[#001] sha256:14e2b2defb7b6d0fc6612bca4a40f4c78e36c735d1861a7d18e7f63d24fba737 - 0.0% (135 Bytes)

[#002] sha256:97b30df5e2f42bdc3cd843c054e8eaaf83e683c5c5ddd7091ac49fc785de7ec8 - 52.73% (46.1 MB)

[#003] sha256:587557ab94216cfec2360ab2405d2a476f87c794a34b4adc8d50fa184739d0c1 - 14.47% (12.6 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:5b5127da42056228cc0966b7fa151c79440a33a104eb33539ad4c9b268fe1814 - 0.0% (442 Bytes)

[#006] sha256:38e140f82db750e21069edd6d3aeb9972b2e810db344dc7220669e4e713ea3a5 - 0.0% (772 Bytes)

[#007] sha256:e4272a8779267a235f5100386d006811c1d3642327e4f4fa77bca2f09b97c819 - 0.0% (3.12 KB)

[#008] sha256:0e70b83f044088fd85984508314f69b3d718189bea26e8c48caab7415aaea557 - 0.0% (648 Bytes)

[#009] sha256:fe1f345428b6238c8d934c0deae88dcea58c6568fc687a06ffb4cc78973f41e3 - 0.0% (190 Bytes)

[#010] sha256:c76f85e23cfd2c9dc8c63deee8286737f40369014285846116d67cf1b7027a7a - 0.0% (675 Bytes)

[#011] sha256:b067a726db390f179503e3e32f5332519acc43a7f02ba0755af5d979ca50592b - 0.0% (686 Bytes)

[#012] sha256:0c60803108860dbde7458ac0593f1119bae0bbb323eec38bf6909406ff83960e - 0.0% (306 Bytes)

[#013] sha256:cb686e6b507271a6330f95cf6558f05a06301368ef79273fcf8538834fe4348a - 0.0% (344 Bytes)

[#014] sha256:fba2e7249d87fdf994784e3dc5d70f4d289805faf2ae24700ce36984b44cf2de - 0.0% (1.26 KB)

[#015] sha256:bf27d7949fbad5d40b5f3d14e763444c2da49a9a369cf18dce30a3a13318736d - 0.0% (334 Bytes)


History
2023-01-11 02:57:34 UTC

/bin/sh -c #(nop) ADD file:92cf2c9ffaaea1a6bc1baa7b681303b1029dfd6ddbfef1792be8b21aaf09235c in /

2023-01-11 02:57:35 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-01-17 10:23:45 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /mnt/data; chown www-data:www-data /mnt/data; # buildkit

2023-01-17 10:26:00 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2023-01-17 10:26:00 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

2023-01-17 10:26:00 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/caddy /usr/bin/ # buildkit

2023-01-17 10:26:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /usr/bin/caddy # buildkit

2023-01-17 10:26:02 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c a2enmod rewrite headers proxy proxy_fcgi setenvif env mime dir authz_core alias # buildkit

2023-01-17 10:26:02 UTC (buildkit.dockerfile.v0)

COPY nextcloud.conf /etc/apache2/sites-available/ # buildkit

2023-01-17 10:26:02 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

2023-01-17 10:26:04 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

2023-01-17 10:26:04 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

2023-01-17 10:26:04 UTC (buildkit.dockerfile.v0)

COPY Caddyfile / # buildkit

2023-01-17 10:26:04 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2023-01-17 10:26:04 UTC (buildkit.dockerfile.v0)

COPY healthcheck.sh /usr/bin/ # buildkit

2023-01-17 10:26:04 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2023-01-17 10:26:05 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

2023-01-17 10:26:05 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "root:$(openssl rand -base64 12)" | chpasswd # buildkit

2023-01-17 10:26:05 UTC (buildkit.dockerfile.v0)

USER www-data

2023-01-17 10:26:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2023-01-17 10:26:05 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/supervisord" "-c" "/supervisord.conf"]

2023-01-17 10:26:05 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "healthcheck.sh"] "0s" "0s" "0s" '\x00'}

Danger Zone
Delete Tag

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.

Delete