Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added opencontainer labels to images #2325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions 28/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 28/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 28/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 29/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 29/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 29/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 30/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 30/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions 30/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
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
RUN set -ex; \
\
Expand Down
12 changes: 12 additions & 0 deletions Dockerfile-debian.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
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
RUN set -ex; \
\
Expand Down