Namespace
nextcloud
Image / Tag
aio-apache:20221130_091423-latest
Content Digest
sha256:64e6f4dc23995817c0e78b61f8277d8f2f25732b94cf76f4bfca8cea5f1024da
Details
Created

2022-11-21 18:16:15 UTC

Size

88.6 MB

Content Digest
Environment
PATH

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


Layers

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

[#001] sha256:46a1de0cdb711b75d60718428cf5aba91326e15ab18d3c4b8efa1dfdb413093b - 0.0% (135 Bytes)

[#002] sha256:b9ddc1d01b3c091f35b9b3c8cf543af9ca6be312acc9ce64a38383a654e64a6d - 50.5% (44.7 MB)

[#003] sha256:ae76d8013ef5424235e7fd7158ed12a3c5e2842cef14c4ed970e925552197342 - 15.68% (13.9 MB)

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

[#005] sha256:f871b9d9323c370304d94125233e4e8c506893e4f26f468fea7a6b1289772363 - 0.0% (428 Bytes)

[#006] sha256:fc7a91110f20a5f7c20d22ac60e78deb6914c49a7a79ba00858bd978b618d2a4 - 0.0% (774 Bytes)

[#007] sha256:077feeff4546f7280217cf212cecac5373cbfdb519220694affc1719e0fb3c70 - 0.0% (3.13 KB)

[#008] sha256:e795f6bf247429ebac2eef99078fbcb38b2e78a11bc7173fd3baf5fad92714ec - 0.0% (627 Bytes)

[#009] sha256:bf24eebf88094ed644935ee38e6ad09973997e1ea0243559e9499437b5960b0c - 0.0% (187 Bytes)

[#010] sha256:cff666b4b7702f83c70657d58dab214af14f47ec7038f15371c1deadd0e9cffd - 0.0% (673 Bytes)

[#011] sha256:164538c010c107463f9c953c22e6f1daa292a10758fe457e586b77a3742d9462 - 0.0% (685 Bytes)

[#012] sha256:9a6704a9623f7de82d8e05510c4c316aad3b45c6599aa0db855fb9aa67fcfa8a - 0.0% (289 Bytes)

[#013] sha256:de1039be52ce55ee80820987e428f05aa1d048fcc29b9c30e49b5649e4b99a20 - 0.0% (337 Bytes)

[#014] sha256:abc78d9c7925d782afba4d2ec2d2584132d0276dd735b55fbc7a840da84ef75f - 0.0% (1.25 KB)

[#015] sha256:2a7d547dfd3b8acc45d037f645db34313fcd6097672772e762c369454b0ebb7d - 0.0% (337 Bytes)


History
2022-11-15 04:04:54 UTC

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

2022-11-15 04:04:54 UTC

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

2022-11-21 18:16:01 UTC (buildkit.dockerfile.v0)

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

2022-11-21 18:16:14 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2022-11-21 18:16:14 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:16:15 UTC (buildkit.dockerfile.v0)

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

2022-11-21 18:16:15 UTC (buildkit.dockerfile.v0)

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

2022-11-21 18:16:15 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:16:15 UTC (buildkit.dockerfile.v0)

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

2022-11-21 18:16:15 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:16:15 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:16:15 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:16:15 UTC (buildkit.dockerfile.v0)

COPY Caddyfile / # buildkit

2022-11-21 18:16:15 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2022-11-21 18:16:15 UTC (buildkit.dockerfile.v0)

COPY healthcheck.sh /usr/bin/ # buildkit

2022-11-21 18:16:15 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2022-11-21 18:16:15 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:16:15 UTC (buildkit.dockerfile.v0)

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

2022-11-21 18:16:15 UTC (buildkit.dockerfile.v0)

USER www-data

2022-11-21 18:16:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2022-11-21 18:16:15 UTC (buildkit.dockerfile.v0)

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

2022-11-21 18:16:15 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