Namespace
nextcloud
Image / Tag
aio-apache:20221110_103726-latest
Content Digest
sha256:0f0814a7d07d525d3402ce60477b89b796909bf179e1792e00b5010b9d0b814e
Details
Created

2022-11-03 14:11:12 UTC

Size

88.6 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:e9995326b091af7b3ce352fad4d76cf3a3cb62b7a0c35cc5f625e8e649d23c50 - 33.82% (30 MB)

[#001] sha256:75814a52c9d82404b54042887d21d172dd4cc2894a3c83944819d1cbfaf4950e - 0.0% (135 Bytes)

[#002] sha256:07a2d89eaef7161e85742abe9855103f0e7d5ed0a1b8252a3605bdb4d7c8ac5c - 50.49% (44.7 MB)

[#003] sha256:18f85c5a62b7890ddaa7bc46db1fabceecc5f38b9f8ab351a666ac1a5095a33e - 15.67% (13.9 MB)

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

[#005] sha256:1c9f7361f21bb023e12f3c34e38d9a8d3d65ae833901f4b617c86ef6d7012de3 - 0.0% (430 Bytes)

[#006] sha256:2be4785306757ca3e6fa4940ac29841e11f692824f97422037745e1a071d32eb - 0.0% (775 Bytes)

[#007] sha256:5b50b46b9cd028929718b56d88cabfa5b243f50a96a6e996d7d76107b5efcef4 - 0.0% (3.13 KB)

[#008] sha256:307d0dbecfebc0efd82f2be1f7eb509b41cd803a15452407625a7beb85e2ccaf - 0.0% (632 Bytes)

[#009] sha256:53f8a5c1e797e6cfa21ea736bd501d8aacd13629514c9c20f768e7c18a126bb5 - 0.0% (189 Bytes)

[#010] sha256:20dfaa06f978bfd4a6e1463ba0d9fef4bfffe1abd3feaf26eff76a44d621a557 - 0.0% (676 Bytes)

[#011] sha256:688079e4975ac18a699024abd3d485f5da6741794925a2d0fcf5ba4cfb443852 - 0.0% (687 Bytes)

[#012] sha256:ae2438bba5a3fd5ee8ea975fc9b3e3e58fc9cc16f11865c28a793c5794cb1bef - 0.0% (292 Bytes)

[#013] sha256:33f5fe9018d99b2d3904ce288db0d579c0dd8d376d168a86198417648dcabe1e - 0.0% (335 Bytes)

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

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


History
2022-10-25 01:43:53 UTC

/bin/sh -c #(nop) ADD file:8644a8156a07a656a35c41e2b2a458befb660309f8592e3efd5b43d46156cec2 in /

2022-10-25 01:43:53 UTC

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

2022-11-03 14:10:57 UTC (buildkit.dockerfile.v0)

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

2022-11-03 14:11:11 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2022-11-03 14:11:11 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-03 14:11:11 UTC (buildkit.dockerfile.v0)

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

2022-11-03 14:11:11 UTC (buildkit.dockerfile.v0)

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

2022-11-03 14:11:11 UTC (buildkit.dockerfile.v0)

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

2022-11-03 14:11:11 UTC (buildkit.dockerfile.v0)

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

2022-11-03 14:11:11 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-03 14:11:12 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-03 14:11:12 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-03 14:11:12 UTC (buildkit.dockerfile.v0)

COPY Caddyfile / # buildkit

2022-11-03 14:11:12 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2022-11-03 14:11:12 UTC (buildkit.dockerfile.v0)

COPY healthcheck.sh /usr/bin/ # buildkit

2022-11-03 14:11:12 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2022-11-03 14:11:12 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-03 14:11:12 UTC (buildkit.dockerfile.v0)

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

2022-11-03 14:11:12 UTC (buildkit.dockerfile.v0)

USER www-data

2022-11-03 14:11:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2022-11-03 14:11:12 UTC (buildkit.dockerfile.v0)

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

2022-11-03 14:11:12 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