mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-22 23:28:05 +02:00
Compare commits
3 commits
13205a5dc4
...
a5c20fadf6
Author | SHA1 | Date | |
---|---|---|---|
|
a5c20fadf6 | ||
|
2f4de23ea1 | ||
|
b7b0bbde65 |
12 changed files with 151 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.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; \
|
||||
\
|
||||
|
|
|
@ -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.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; \
|
||||
\
|
||||
|
|
|
@ -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.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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
19
README.md
19
README.md
|
@ -1,3 +1,11 @@
|
|||

|
||||
[](https://github.com/nextcloud/docker/releases/)
|
||||
[](https://nextcloud.com/changelog/)
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
# What is Nextcloud?
|
||||
|
||||
A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.
|
||||
|
@ -19,6 +27,9 @@ The second option is a `fpm` container. It is based on the [php-fpm](https://hub
|
|||
|
||||
Most Nextcloud Server administrative matters are covered in the official [Nextcloud Admin Manual](https://docs.nextcloud.com/server/latest/admin_manual/) or [other official Nextcloud documentation](https://docs.nextcloud.com) (which are all routinely updated).
|
||||
|
||||
[](https://help.nextcloud.com/)
|
||||
[](https://help.nextcloud.com/)
|
||||
|
||||
**If you have any problems or usage questions while using the image, please ask for assistance on the [Nextcloud Community Help Forum](https://help.nextcloud.com)** rather than reporting them as "bugs" (unless they are bugs of course). This helps the
|
||||
maintainers (who are volunteers) remain focused on making the image better (rather than responding solely to one-on-one support issues). (Tip: Some of the maintainers are also regular responders to help requests
|
||||
on the [community help forum](https://help.nextcloud.com/).)
|
||||
|
@ -732,8 +743,16 @@ If there is a relevant existing open issue, you can either add to the discussion
|
|||
|
||||
If you believe you've found a new bug, please create a new Issue so that others can try to reproduce it and remediation can be tracked.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
**If you have any problems or usage questions while using the image, please ask for assistance on the [Nextcloud Community Help Forum](https://help.nextcloud.com)** rather than reporting them as "bugs" (unless they really are bugs of course). This helps the
|
||||
maintainers (who are volunteers) remain focused on making the image better (rather than responding solely to one-on-one support issues). (Tip: Some of the maintainers are also regular responders to help requests
|
||||
on the [Nextcloud Community Help Forum](https://help.nextcloud.com).)
|
||||
|
||||
[](https://help.nextcloud.com/)
|
||||
[](https://help.nextcloud.com/)
|
||||
|
||||
Most Nextcloud Server matters are covered in the official [Nextcloud Admin Manual](https://docs.nextcloud.com/server/latest/admin_manual/) or the [other official Nextcloud documentation](https://docs.nextcloud.com) (which are routinely updated).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue