diff --git a/Containers/alpine/Dockerfile b/Containers/alpine/Dockerfile index 43badcb8..ff6b3f3c 100644 --- a/Containers/alpine/Dockerfile +++ b/Containers/alpine/Dockerfile @@ -4,4 +4,9 @@ FROM alpine:3.23.4 RUN set -ex; \ apk upgrade --no-cache -a -LABEL org.label-schema.vendor="Nextcloud" +LABEL org.opencontainers.image.title="Alpine for Nextcloud AIO" + org.opencontainers.image.description="Minimal Alpine Linux base image for Nextcloud All-in-One" + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" + org.opencontainers.image.vendor="Nextcloud" + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/apache/Dockerfile b/Containers/apache/Dockerfile index b9581b13..690b186b 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -90,4 +90,9 @@ CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Apache and Caddy for Nextcloud AIO" \ + org.opencontainers.image.description="Apache HTTP server with Caddy for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/borgbackup/Dockerfile b/Containers/borgbackup/Dockerfile index e3ba9ad7..c55f9ae4 100644 --- a/Containers/borgbackup/Dockerfile +++ b/Containers/borgbackup/Dockerfile @@ -25,5 +25,10 @@ USER root LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Borgbackup for Nextcloud AIO" \ + org.opencontainers.image.description="BorgBackup-based backup service for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" ENV BORG_RETENTION_POLICY="--keep-within=7d --keep-weekly=4 --keep-monthly=6" diff --git a/Containers/clamav/Dockerfile b/Containers/clamav/Dockerfile index fe9b1ea0..c45d981a 100644 --- a/Containers/clamav/Dockerfile +++ b/Containers/clamav/Dockerfile @@ -34,5 +34,10 @@ ENTRYPOINT ["/start.sh"] CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"] LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="ClamAV for Nextcloud AIO" \ + org.opencontainers.image.description="ClamAV antivirus scanner for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh diff --git a/Containers/collabora-online/Dockerfile b/Containers/collabora-online/Dockerfile index ec8b63f0..16c202e8 100644 --- a/Containers/collabora-online/Dockerfile +++ b/Containers/collabora-online/Dockerfile @@ -13,4 +13,9 @@ USER 1001 HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Collabora Online for Nextcloud AIO" \ + org.opencontainers.image.description="Collabora Online document editor from upstream for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/collabora/Dockerfile b/Containers/collabora/Dockerfile index d3b5dad5..4707d044 100644 --- a/Containers/collabora/Dockerfile +++ b/Containers/collabora/Dockerfile @@ -12,4 +12,9 @@ USER 1001 HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Collabora for Nextcloud AIO" \ + org.opencontainers.image.description="Collabora CODE document editor for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/docker-socket-proxy/Dockerfile b/Containers/docker-socket-proxy/Dockerfile index 0f162d54..eee945a3 100644 --- a/Containers/docker-socket-proxy/Dockerfile +++ b/Containers/docker-socket-proxy/Dockerfile @@ -20,4 +20,9 @@ ENTRYPOINT ["/start.sh"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Docker Socket Proxy for Nextcloud AIO" \ + org.opencontainers.image.description="HAProxy-based Docker socket proxy for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/domaincheck/Dockerfile b/Containers/domaincheck/Dockerfile index b3cab76d..9c8abcfa 100644 --- a/Containers/domaincheck/Dockerfile +++ b/Containers/domaincheck/Dockerfile @@ -19,4 +19,9 @@ ENTRYPOINT ["/start.sh"] HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1 LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Domain Check for Nextcloud AIO" \ + org.opencontainers.image.description="Domain validation service for Nextcloud All-in-One setup" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index f9d80bb4..1b8fe765 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -23,5 +23,10 @@ USER 1000:0 HEALTHCHECK --interval=10s --timeout=5s --start-period=1m --retries=5 CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Full Text Search for Nextcloud AIO" \ + org.opencontainers.image.description="Elasticsearch-based full-text search for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" ENV ES_JAVA_OPTS="-Xms512M -Xmx512M" diff --git a/Containers/imaginary/Dockerfile b/Containers/imaginary/Dockerfile index 091be0b5..9a648a83 100644 --- a/Containers/imaginary/Dockerfile +++ b/Containers/imaginary/Dockerfile @@ -44,4 +44,9 @@ ENTRYPOINT ["/start.sh"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Imaginary for Nextcloud AIO" \ + org.opencontainers.image.description="High-performance image processing service for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index 3dd2c9a4..3ba651b7 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -90,7 +90,12 @@ RUN set -ex; \ mkdir /var/run/supervisord; # hadolint ignore=DL3048 -LABEL org.label-schema.vendor="Nextcloud" \ +LABEL org.opencontainers.image.title="Nextcloud All-in-One Mastercontainer" \ + org.opencontainers.image.description="Easy deployment and maintenance of a Nextcloud server with all dependencies and optional services" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" \ wud.watch="false" \ com.docker.compose.project="nextcloud-aio" diff --git a/Containers/mastercontainer/cron.sh b/Containers/mastercontainer/cron.sh index 67af80e7..40a9b4ba 100644 --- a/Containers/mastercontainer/cron.sh +++ b/Containers/mastercontainer/cron.sh @@ -59,8 +59,9 @@ while true; do sudo -E -u www-data docker container remove nextcloud-aio-domaincheck fi - # Remove dangling images + # Remove dangling images (support both deprecated label-schema and OCI standard vendor label) sudo -E -u www-data docker image prune --filter "label=org.label-schema.vendor=Nextcloud" --force + sudo -E -u www-data docker image prune --filter "label=org.opencontainers.image.vendor=Nextcloud" --force # Check for available free space sudo -E -u www-data php /var/www/docker-aio/php/src/Cron/CheckFreeDiskSpace.php diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index cf68c04e..c4c66730 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -265,4 +265,9 @@ CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Nextcloud for Nextcloud AIO" \ + org.opencontainers.image.description="Nextcloud server with all required PHP extensions for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/notify-push/Dockerfile b/Containers/notify-push/Dockerfile index ab8d8ff6..66116351 100644 --- a/Containers/notify-push/Dockerfile +++ b/Containers/notify-push/Dockerfile @@ -23,4 +23,9 @@ ENTRYPOINT ["/start.sh"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Notify Push for Nextcloud AIO" \ + org.opencontainers.image.description="Nextcloud notify_push high-performance backend for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/onlyoffice/Dockerfile b/Containers/onlyoffice/Dockerfile index 21c9e5ed..0efd5bf9 100644 --- a/Containers/onlyoffice/Dockerfile +++ b/Containers/onlyoffice/Dockerfile @@ -9,4 +9,9 @@ COPY --chmod=775 healthcheck.sh /healthcheck.sh HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="OnlyOffice for Nextcloud AIO" \ + org.opencontainers.image.description="OnlyOffice Document Server for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index a01017a6..895557de 100644 --- a/Containers/postgresql/Dockerfile +++ b/Containers/postgresql/Dockerfile @@ -48,4 +48,9 @@ ENTRYPOINT ["/start.sh"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="PostgreSQL for Nextcloud AIO" \ + org.opencontainers.image.description="PostgreSQL database for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/redis/Dockerfile b/Containers/redis/Dockerfile index 862a592c..01512a43 100644 --- a/Containers/redis/Dockerfile +++ b/Containers/redis/Dockerfile @@ -23,4 +23,9 @@ ENTRYPOINT ["/start.sh"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Redis for Nextcloud AIO" \ + org.opencontainers.image.description="Redis cache server for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index 796ba26f..20b305ba 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -62,4 +62,9 @@ CMD ["python", "-m", "nextcloud.talk.recording", "--config", "/conf/recording.co HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Talk Recording for Nextcloud AIO" \ + org.opencontainers.image.description="Nextcloud Talk recording service for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index 9601e86e..0d305af0 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -109,4 +109,9 @@ CMD ["supervisord", "-c", "/supervisord.conf"] HEALTHCHECK CMD /healthcheck.sh LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Talk for Nextcloud AIO" \ + org.opencontainers.image.description="Nextcloud Talk with NATS, Janus, eturnal, and signaling server for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/watchtower/Dockerfile b/Containers/watchtower/Dockerfile index e3c4a38b..d93fd995 100644 --- a/Containers/watchtower/Dockerfile +++ b/Containers/watchtower/Dockerfile @@ -25,4 +25,9 @@ USER root ENTRYPOINT ["/start.sh"] LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Watchtower for Nextcloud AIO" \ + org.opencontainers.image.description="Watchtower auto-update service for Nextcloud All-in-One containers" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" diff --git a/Containers/whiteboard/Dockerfile b/Containers/whiteboard/Dockerfile index a9fd9434..727efaed 100644 --- a/Containers/whiteboard/Dockerfile +++ b/Containers/whiteboard/Dockerfile @@ -24,4 +24,9 @@ ENTRYPOINT ["/start.sh"] LABEL com.centurylinklabs.watchtower.enable="false" \ wud.watch="false" \ - org.label-schema.vendor="Nextcloud" + org.opencontainers.image.title="Whiteboard for Nextcloud AIO" \ + org.opencontainers.image.description="Collaborative whiteboard service for Nextcloud All-in-One" \ + org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \ + org.opencontainers.image.vendor="Nextcloud" \ + org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"