Namespace
nextcloud
Image / Tag
aio-apache:20220513_160245-latest
Content Digest
sha256:b4594d8cb83f28e3c8c0c1851f3b6dd7c313756d4a020fb0a8a8de8b72320cdf
Details
Created

2022-05-09 19:52:08 UTC

Size

87.6 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:1fe172e4850f03bb45d41a20174112bc119fbfec42a650edbbd8491aee32e3c3 - 34.18% (29.9 MB)

[#001] sha256:7b1a6266852f6d545ccdd58268ab192e60f5c883e571427b6d9a3d464ae6ca55 - 0.0% (135 Bytes)

[#002] sha256:fc27f2076afe6b946d64aecf57cd69e04ba6032f8ea752ada849475f89a1fdcc - 50.92% (44.6 MB)

[#003] sha256:48e6b6fc49c9bd4c360acf1bf7dd856770a387a434b86fdb03ab030e4c9ef5d8 - 14.9% (13 MB)

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

[#005] sha256:6a2fcd458bc280c47cca9c8bed07ce4cbdd8b94aff8cefc43f4885d2b58a08ee - 0.0% (429 Bytes)

[#006] sha256:1b8201d3a573d648539a2ef43b64521bb0e24ad8fd78376ed57f983dca8ff31d - 0.0% (584 Bytes)

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

[#008] sha256:68090984f913c3b560762d99122ad93c81b7b5a8191549f6a72fe89c93561389 - 0.0% (585 Bytes)

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

[#010] sha256:91eaeca8cbbce4fbc902ea9c58811f3f7f8b0f9ea85b175580ce09e7b6e13b03 - 0.0% (607 Bytes)

[#011] sha256:e096505828a69d33b09236d38cdb19c59592d75cd7b90376b6ab2e13de35ca05 - 0.0% (579 Bytes)

[#012] sha256:e81284387247f5a22e12e586918878cf8cb32a6f4b32c4b25f54c3aa859670b7 - 0.0% (328 Bytes)

[#013] sha256:ac60df126f28e1bb7c62674006da24bf5efa0e4d99aeb06bef5c83fa390068df - 0.0% (1.01 KB)

[#014] sha256:939a259bf826a3bf93c7c4423d9d4a857392eda5a574e0253ceaebf79ed34c39 - 0.0% (335 Bytes)


History
2022-04-20 04:43:27 UTC

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

2022-04-20 04:43:27 UTC

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

2022-05-09 19:51:54 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2022-05-09 19:51:54 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:51:54 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2022-05-09 19:52:07 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-05-09 19:52:07 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:52:08 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-05-09 19:52:08 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-05-09 19:52:08 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-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

COPY Caddyfile / # buildkit

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /usr/bin/start.sh; chmod +r /supervisord.conf; chmod a+w /Caddyfile; chmod 777 /; chmod +r -R /etc/apache2 # buildkit

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

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

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

USER www-data

2022-05-09 19:52:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2022-05-09 19:52:08 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