Skip to content

Commit

Permalink
Added opencontainer labels to images
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-check24 committed Oct 24, 2024
1 parent aaa667a commit 68f2fa1
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 0 deletions.
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

0 comments on commit 68f2fa1

Please sign in to comment.