Namespace
nextcloud
Image / Tag
aio-apache:20220725_171952-latest
Content Digest
sha256:7e9f8f6703f2d6cafc63526d6dddcf6cf365249906941ae468e508d22c307db3
Details
Created

2022-07-17 18:21:58 UTC

Size

88 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:461246efe0a75316d99afdbf348f7063b57b0caeee8daab775f1f08152ea36f4 - 34.0% (29.9 MB)

[#001] sha256:98ca30c69ccf193b53e551f97a57ae55929b85d5e7b23b073367288bf31a700f - 0.0% (135 Bytes)

[#002] sha256:0dda20f694f2fd78a63bcedc0ac6218dead84afbb5dc47a77fe775ae99e71e87 - 50.91% (44.8 MB)

[#003] sha256:229662d78755918684f153525fc533fb8766de1121d22b8f7f7680d639e356f6 - 15.08% (13.3 MB)

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

[#005] sha256:fe670db5ce6c43a96012cc24755d72dcaf59c918238d7a1e85416bf7727195ad - 0.0% (431 Bytes)

[#006] sha256:4fbbf3132bc3370f19c9d00f9d450e4f688647cd397faf225677a4e38247d0b5 - 0.0% (582 Bytes)

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

[#008] sha256:313772379080adcef8ae992b54e5f574d3ea5c4782fe2497e77ca400c1b34484 - 0.0% (585 Bytes)

[#009] sha256:68b1aa686bfa946833d412ac4617ec3b18846c042ed45d996e0dce79440a5c9d - 0.0% (188 Bytes)

[#010] sha256:920dc9eb227c479a291e3221d710de1c3608bd3658626bac97c582cb24912fba - 0.0% (674 Bytes)

[#011] sha256:6e431cefd9cef8b3651ab82c1a55f0489c6fa866556ba47413ec575cc2ca271a - 0.0% (687 Bytes)

[#012] sha256:fb35ca2c926d9518bc8253889237ffa2828829df15403fe1c9218f80f3f04f3d - 0.0% (327 Bytes)

[#013] sha256:9db08898a3b00b79219d696b7ed1eb81b31e2f681140f515633c280338f78e5c - 0.0% (1.18 KB)

[#014] sha256:8d874b4e64834425c0ce672fe14d7c65e0a317c8eb3dd723d8ff3663c46e9dfe - 0.0% (337 Bytes)


History
2022-07-12 01:20:10 UTC

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

2022-07-12 01:20:10 UTC

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

2022-07-17 18:21:42 UTC (buildkit.dockerfile.v0)

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

2022-07-17 18:21:57 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2022-07-17 18:21:57 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-17 18:21:57 UTC (buildkit.dockerfile.v0)

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

2022-07-17 18:21:57 UTC (buildkit.dockerfile.v0)

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

2022-07-17 18:21:57 UTC (buildkit.dockerfile.v0)

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

2022-07-17 18:21:57 UTC (buildkit.dockerfile.v0)

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

2022-07-17 18:21:57 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-17 18:21:57 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-17 18:21:58 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-17 18:21:58 UTC (buildkit.dockerfile.v0)

COPY Caddyfile / # buildkit

2022-07-17 18:21:58 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2022-07-17 18:21:58 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2022-07-17 18:21:58 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-17 18:21:58 UTC (buildkit.dockerfile.v0)

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

2022-07-17 18:21:58 UTC (buildkit.dockerfile.v0)

USER www-data

2022-07-17 18:21:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2022-07-17 18:21:58 UTC (buildkit.dockerfile.v0)

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

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