Namespace
nextcloud
Image / Tag
aio-apache:20221103_091721-latest-arm64
Content Digest
sha256:ede3d3c8ec53ad750af4d6f0bfe08c9357264bd94a979ff5860b832f429ac3bd
Details
Created

2022-10-31 14:19:12 UTC

Size

87.4 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:dd6189d6fc13cb03db0f4a3d9659b6b6044fd5858019d659001eaf8367584d67 - 32.82% (28.7 MB)

[#001] sha256:0bb35dda068d6396df82b16a9f437537f6b2e43743aaf82d9549dfaa408de5c6 - 0.0% (135 Bytes)

[#002] sha256:875af02ecd4ca44837ddd34a44c10a7c41111464211f188231164ad9c7d13bf6 - 52.69% (46 MB)

[#003] sha256:05e52f4fab5f2d79297ef382ff6d76724656e5d9dc2596b9e32f88e93388751c - 14.48% (12.6 MB)

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

[#005] sha256:4cde72adb033c554236f52fc4aa45b46aaa9ca7b9baa0b4dab9b86e005067d8b - 0.0% (442 Bytes)

[#006] sha256:2b32761100360c46931b56bbb36f6c6182d3b8af10156a77a011789835c63e94 - 0.0% (778 Bytes)

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

[#008] sha256:a592e90269f97bd96ce89e819a8c039371bd2cdb1e75ec5d0c54e9ef00bbc6ba - 0.0% (646 Bytes)

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

[#010] sha256:e8187f2e155487ff7dd8430e507ff3a2bc4217f8f82f96df9dd6118ffdab01a2 - 0.0% (675 Bytes)

[#011] sha256:dd9d0ae92f0e38b6cdeec7cf713ebf3b8e99e88cd696837db6918eeba171f054 - 0.0% (689 Bytes)

[#012] sha256:ba7c447ffcedbea7862eec6225126b769e8660404c6a3dcadc55867d3f7d90ce - 0.0% (293 Bytes)

[#013] sha256:27308ff14b40fcef23ef9459bd9b2b3e79ee4b694c3b5ae1394ba038d9e9f580 - 0.0% (336 Bytes)

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

[#015] sha256:2c2cab983f3c4cd3305401ebc99b419f54126c42c0c1912c36f121a9582a7108 - 0.0% (335 Bytes)


History
2022-10-25 05:46:02 UTC

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

2022-10-25 05:46:03 UTC

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

2022-10-31 14:16:19 UTC (buildkit.dockerfile.v0)

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

2022-10-31 14:19:06 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2022-10-31 14:19:06 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-10-31 14:19:06 UTC (buildkit.dockerfile.v0)

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

2022-10-31 14:19:07 UTC (buildkit.dockerfile.v0)

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

2022-10-31 14:19:08 UTC (buildkit.dockerfile.v0)

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

2022-10-31 14:19:08 UTC (buildkit.dockerfile.v0)

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

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

COPY Caddyfile / # buildkit

2022-10-31 14:19:11 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2022-10-31 14:19:11 UTC (buildkit.dockerfile.v0)

COPY healthcheck.sh /usr/bin/ # buildkit

2022-10-31 14:19:11 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2022-10-31 14:19: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-10-31 14:19:12 UTC (buildkit.dockerfile.v0)

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

2022-10-31 14:19:12 UTC (buildkit.dockerfile.v0)

USER www-data

2022-10-31 14:19:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2022-10-31 14:19:12 UTC (buildkit.dockerfile.v0)

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

2022-10-31 14:19: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