Namespace
nextcloud
Image / Tag
aio-apache:20220914_144042-latest-arm64
Content Digest
sha256:c5ea800071d586cbe283888e7da4faac1f3b9f92e748a8e48aa816bab01ffb1b
Details
Created

2022-09-08 15:43:17 UTC

Size

86.8 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:5b142346550416c75ea412d21741de5eaf3e76857affc12fab789277f81f53b3 - 33.01% (28.7 MB)

[#001] sha256:89ffb81b67c7c22a2b9ddfe961ebb570aa15a672b303c7dd6ee9f12a788eb54b - 0.0% (133 Bytes)

[#002] sha256:277779f82f04a8d31f3f65c77fb2a94a04fae7474be1735f4d5aaf06906762c0 - 53.0% (46 MB)

[#003] sha256:8ed8e24802e1f35be49adc7a06c2db2284725eaab85084fc5da74f9b79531f01 - 13.98% (12.1 MB)

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

[#005] sha256:a069e832c5a895f75d2c455656227451cced0898cecd62c09ddc1743e7f207df - 0.0% (441 Bytes)

[#006] sha256:0c9b05c7c7c280a9efbd1b1c0308bfb64174e359b86521f5ec3476c31fe7a64a - 0.0% (643 Bytes)

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

[#008] sha256:54b52d9dc1ef40a7b01bcf637dff9366e24fcdb7f9b3e0982b0b363753dfbc1b - 0.0% (603 Bytes)

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

[#010] sha256:5d37135f24648108535adc26479e896bebdca6124e41135a69fc9df653862a2c - 0.0% (676 Bytes)

[#011] sha256:27195ef3f304b8bd23b0c5bf71301ed64306192380d9d3c5bf35d99500272d34 - 0.0% (688 Bytes)

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

[#013] sha256:8bdea8b282751bf108d321cd97d19b8558bda2a90ab39cfac95f2d7b246fd182 - 0.0% (328 Bytes)

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

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


History
2022-08-23 01:52:32 UTC

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

2022-08-23 01:52:33 UTC

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

2022-09-08 15:40:50 UTC (buildkit.dockerfile.v0)

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

2022-09-08 15:43:12 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2022-09-08 15:43:12 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-09-08 15:43:12 UTC (buildkit.dockerfile.v0)

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

2022-09-08 15:43:12 UTC (buildkit.dockerfile.v0)

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

2022-09-08 15:43:14 UTC (buildkit.dockerfile.v0)

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

2022-09-08 15:43:14 UTC (buildkit.dockerfile.v0)

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

2022-09-08 15:43:14 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-09-08 15:43:16 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-09-08 15:43:16 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-09-08 15:43:16 UTC (buildkit.dockerfile.v0)

COPY Caddyfile / # buildkit

2022-09-08 15:43:16 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2022-09-08 15:43:16 UTC (buildkit.dockerfile.v0)

COPY healthcheck.sh /usr/bin/ # buildkit

2022-09-08 15:43:16 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2022-09-08 15:43:17 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-09-08 15:43:17 UTC (buildkit.dockerfile.v0)

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

2022-09-08 15:43:17 UTC (buildkit.dockerfile.v0)

USER www-data

2022-09-08 15:43:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2022-09-08 15:43:17 UTC (buildkit.dockerfile.v0)

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

2022-09-08 15:43:17 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