Skip to content

Commit 68f2fa1

Browse files
Added opencontainer labels to images
1 parent aaa667a commit 68f2fa1

File tree

11 files changed

+132
-0
lines changed

11 files changed

+132
-0
lines changed

28/apache/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
22
FROM php:8.2-apache-bookworm
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-apache-bookworm" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="28.0.11" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

28/fpm-alpine/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
22
FROM php:8.2-fpm-alpine3.20
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-alpine3.20" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="28.0.11" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

28/fpm/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
22
FROM php:8.2-fpm-bookworm
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-bookworm" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="28.0.11" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

29/apache/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
22
FROM php:8.2-apache-bookworm
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-apache-bookworm" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="29.0.8" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

29/fpm-alpine/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
22
FROM php:8.2-fpm-alpine3.20
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-alpine3.20" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="29.0.8" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

29/fpm/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
22
FROM php:8.2-fpm-bookworm
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-bookworm" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="29.0.8" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

30/apache/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
22
FROM php:8.2-apache-bookworm
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-apache-bookworm" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="30.0.1" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

30/fpm-alpine/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
22
FROM php:8.2-fpm-alpine3.20
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-alpine3.20" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="30.0.1" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

30/fpm/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
22
FROM php:8.2-fpm-bookworm
33

4+
# OCI annotations
5+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
6+
org.opencontainers.image.title="Nextcloud" \
7+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
8+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
9+
org.opencontainers.image.base.name="docker.io/library/php:8.2-fpm-bookworm" \
10+
org.opencontainers.image.licenses="AGPL-3.0" \
11+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
12+
org.opencontainers.image.vendor="Nextcloud Community" \
13+
org.opencontainers.image.version="30.0.1" \
14+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
15+
416
# entrypoint.sh and cron.sh dependencies
517
RUN set -ex; \
618
\

Dockerfile-alpine.template

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
FROM php:%%PHP_VERSION%%-%%VARIANT%%%%ALPINE_VERSION%%
22

3+
# OCI annotations
4+
LABEL org.opencontainers.image.authors="Nextcloud Community" \
5+
org.opencontainers.image.title="Nextcloud" \
6+
org.opencontainers.image.description="Nextcloud is a self-hosted platform for file sharing and collaboration" \
7+
org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \
8+
org.opencontainers.image.base.name="docker.io/library/php:%%PHP_VERSION%%-%%VARIANT%%%%ALPINE_VERSION%%" \
9+
org.opencontainers.image.licenses="AGPL-3.0" \
10+
org.opencontainers.image.source="https://hub.docker.com/_/nextcloud" \
11+
org.opencontainers.image.vendor="Nextcloud Community" \
12+
org.opencontainers.image.version="%%VERSION%%" \
13+
org.opencontainers.image.url="https://github.com/nextcloud/docker"
14+
315
# entrypoint.sh and cron.sh dependencies
416
RUN set -ex; \
517
\

0 commit comments

Comments
 (0)