Namespace
nextcloud
Image / Tag
aio-apache:20220926_100449-latest
Content Digest
sha256:f4b1d904a62442ef6ab5d65bc81c7b3cf45fbfe01277986c1058f555169dfc08
Details
Created

2022-09-20 18:09:07 UTC

Size

88.2 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:31b3f1ad4ce1f369084d0f959813c51df0ca17d9877d5ee88c2db6ff88341430 - 33.97% (29.9 MB)

[#001] sha256:603f05e1a64bf72e6d09ec8aef950d360e93050ae5a394efe6639dd320229d91 - 0.0% (135 Bytes)

[#002] sha256:50e77764848592ebca3fd5d29eb75810067bb10687e7c4989336526d089f312d - 50.96% (44.9 MB)

[#003] sha256:1ff4431984418ab7e0ca1af02fb69b097032249e9b73310759c59006a2af826b - 15.06% (13.3 MB)

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

[#005] sha256:5f0eb87e7182fc0b337d81500a4b770c3f361a3edd21b15682f4631d7a76a55b - 0.0% (430 Bytes)

[#006] sha256:3b1cc1346f53d50d7b4030e03d6ca8d25808f0de162a5a0b12251ea480ba921c - 0.0% (763 Bytes)

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

[#008] sha256:bc8a5b37e1eb8e4f35ee532ae5c36e06c077ab42f2a1d6b15f861d4ca8274745 - 0.0% (586 Bytes)

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

[#010] sha256:9dbdad30a7ac184f3b0902513a246cf37935adf4c98e8f80c8ed76fcc8abebdb - 0.0% (674 Bytes)

[#011] sha256:0f70fc5aa3f01cdbfaad12435c59fbaeb75d7890e2546a8aead9f858aaca3f0a - 0.0% (688 Bytes)

[#012] sha256:52bb213187a784af5f8ecbc8ee37ca6c99f849a7c7fc896e31e9c3418bd4801d - 0.0% (294 Bytes)

[#013] sha256:7d151df8cb6e0adcacdf0719265c734f512a68d155475e0f40be5f722d39505d - 0.0% (326 Bytes)

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

[#015] sha256:51cb67392b4b322d1b9a8b11b704893292de8ab394baa6308524b1b44b4578b6 - 0.0% (337 Bytes)


History
2022-09-13 00:56:29 UTC

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

2022-09-13 00:56:29 UTC

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

2022-09-20 18:08:49 UTC (buildkit.dockerfile.v0)

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

2022-09-20 18:09:06 UTC (buildkit.dockerfile.v0)

VOLUME [/mnt/data]

2022-09-20 18:09: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-09-20 18:09:06 UTC (buildkit.dockerfile.v0)

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

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

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

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

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

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

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

2022-09-20 18:09:07 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-20 18:09:07 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-20 18:09:07 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-20 18:09:07 UTC (buildkit.dockerfile.v0)

COPY Caddyfile / # buildkit

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

COPY start.sh /usr/bin/ # buildkit

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

COPY healthcheck.sh /usr/bin/ # buildkit

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf / # buildkit

2022-09-20 18:09:07 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-20 18:09:07 UTC (buildkit.dockerfile.v0)

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

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

USER www-data

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["start.sh"]

2022-09-20 18:09:07 UTC (buildkit.dockerfile.v0)

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

2022-09-20 18:09:07 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