0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-18 09:56:09 +02:00
This commit is contained in:
philipp-check24 2025-01-26 10:27:07 +01:00 committed by GitHub
commit 4d453b5507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 132 additions and 0 deletions

View file

@ -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; \
\

View file

@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine3.21
# 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; \
\

View file

@ -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; \
\

View file

@ -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; \
\

View file

@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine3.21
# 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; \
\

View file

@ -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; \
\

View file

@ -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; \
\

View file

@ -1,6 +1,18 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:8.2-fpm-alpine3.21
# 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; \
\

View file

@ -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; \
\

View file

@ -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; \
\

View file

@ -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; \
\