mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-18 09:56:09 +02:00
Merge b7b0bbde65
into 8d2e9048bc
This commit is contained in:
commit
4d453b5507
11 changed files with 132 additions and 0 deletions
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
Loading…
Add table
Reference in a new issue