mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 10:41:49 +01:00
Added opencontainer labels to images
Signed-off-by: Philipp Müller <philipp.mueller@check24.de>
This commit is contained in:
parent
aaa667ad0d
commit
b7b0bbde65
11 changed files with 132 additions and 0 deletions
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:8.2-apache-bookworm
|
FROM php:8.2-apache-bookworm
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-apache-bookworm" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="28.0.11" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||||
FROM php:8.2-fpm-alpine3.20
|
FROM php:8.2-fpm-alpine3.20
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-alpine3.20" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="28.0.11" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:8.2-fpm-bookworm
|
FROM php:8.2-fpm-bookworm
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-bookworm" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="28.0.11" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:8.2-apache-bookworm
|
FROM php:8.2-apache-bookworm
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-apache-bookworm" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="29.0.8" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||||
FROM php:8.2-fpm-alpine3.20
|
FROM php:8.2-fpm-alpine3.20
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-alpine3.20" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="29.0.8" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:8.2-fpm-bookworm
|
FROM php:8.2-fpm-bookworm
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-bookworm" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="29.0.8" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:8.2-apache-bookworm
|
FROM php:8.2-apache-bookworm
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-apache-bookworm" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="30.0.1" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||||
FROM php:8.2-fpm-alpine3.20
|
FROM php:8.2-fpm-alpine3.20
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-alpine3.20" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="30.0.1" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
|
||||||
FROM php:8.2-fpm-bookworm
|
FROM php:8.2-fpm-bookworm
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-bookworm" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="30.0.1" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%%%ALPINE_VERSION%%
|
FROM php:%%PHP_VERSION%%-%%VARIANT%%%%ALPINE_VERSION%%
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:%%PHP_VERSION%%-%%VARIANT%%%%ALPINE_VERSION%%" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="%%VERSION%%" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%-%%DEBIAN_VERSION%%
|
FROM php:%%PHP_VERSION%%-%%VARIANT%%-%%DEBIAN_VERSION%%
|
||||||
|
|
||||||
|
# OCI annotations
|
||||||
|
LABEL org.opencontainers.image.authors="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.title="Nextcloud" \
|
||||||
|
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
|
||||||
|
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.base.name="docker.io/library/php:%%PHP_VERSION%%-%%VARIANT%%-%%DEBIAN_VERSION%%" \
|
||||||
|
org.opencontainers.image.licenses="AGPL-3.0" \
|
||||||
|
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
|
||||||
|
org.opencontainers.image.vendor="Nextcloud Community" \
|
||||||
|
org.opencontainers.image.version="%%VERSION%%" \
|
||||||
|
org.opencontainers.image.url="https://github.com/nextcloud/docker"
|
||||||
|
|
||||||
# entrypoint.sh and cron.sh dependencies
|
# entrypoint.sh and cron.sh dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in a new issue