-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update Nextcloud #19980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update Nextcloud #19980
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
335f572 to
4d49b32
Compare
Diff for 4d49b32:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6228eb3..bc954ce 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -16,17 +16,32 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 30/fpm-alpine
-Tags: 31.0.9-apache, 31.0-apache, 31-apache, apache, stable-apache, production-apache, 31.0.9, 31.0, 31, latest, stable, production
+Tags: 31.0.9-apache, 31.0-apache, 31-apache, stable-apache, production-apache, 31.0.9, 31.0, 31, stable, production
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 31/apache
-Tags: 31.0.9-fpm, 31.0-fpm, 31-fpm, fpm, stable-fpm, production-fpm
+Tags: 31.0.9-fpm, 31.0-fpm, 31-fpm, stable-fpm, production-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 31/fpm
-Tags: 31.0.9-fpm-alpine, 31.0-fpm-alpine, 31-fpm-alpine, fpm-alpine, stable-fpm-alpine, production-fpm-alpine
+Tags: 31.0.9-fpm-alpine, 31.0-fpm-alpine, 31-fpm-alpine, stable-fpm-alpine, production-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: f5b7b40808604dd61411d0f7a775ac5ff29a974b
Directory: 31/fpm-alpine
+
+Tags: 32.0.0-apache, 32.0-apache, 32-apache, apache, 32.0.0, 32.0, 32, latest
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
+GitCommit: 1f87830fd6f478c993248475979472aab1787a75
+Directory: 32/apache
+
+Tags: 32.0.0-fpm, 32.0-fpm, 32-fpm, fpm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
+GitCommit: 1f87830fd6f478c993248475979472aab1787a75
+Directory: 32/fpm
+
+Tags: 32.0.0-fpm-alpine, 32.0-fpm-alpine, 32-fpm-alpine, fpm-alpine
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
+GitCommit: 1f87830fd6f478c993248475979472aab1787a75
+Directory: 32/fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 8562916..ede5cf9 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -22,6 +22,18 @@ nextcloud:31.0.9
nextcloud:31.0.9-apache
nextcloud:31.0.9-fpm
nextcloud:31.0.9-fpm-alpine
+nextcloud:32
+nextcloud:32-apache
+nextcloud:32-fpm
+nextcloud:32-fpm-alpine
+nextcloud:32.0
+nextcloud:32.0-apache
+nextcloud:32.0-fpm
+nextcloud:32.0-fpm-alpine
+nextcloud:32.0.0
+nextcloud:32.0.0-apache
+nextcloud:32.0.0-fpm
+nextcloud:32.0.0-fpm-alpine
nextcloud:apache
nextcloud:fpm
nextcloud:fpm-alpine
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index e2926bd..1237be4 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,9 @@
nextcloud:30
nextcloud:30-fpm
nextcloud:30-fpm-alpine
+nextcloud:fpm
+nextcloud:fpm-alpine
+nextcloud:latest
nextcloud:production
nextcloud:production-fpm
nextcloud:production-fpm-alpine
diff --git a/nextcloud_production-fpm-alpine/Dockerfile b/nextcloud_fpm-alpine/Dockerfile
similarity index 97%
copy from nextcloud_production-fpm-alpine/Dockerfile
copy to nextcloud_fpm-alpine/Dockerfile
index 235f764..bbf7ad9 100644
--- a/nextcloud_production-fpm-alpine/Dockerfile
+++ b/nextcloud_fpm-alpine/Dockerfile
@@ -128,7 +128,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 31.0.9
+ENV NEXTCLOUD_VERSION 32.0.0
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -136,8 +136,8 @@ RUN set -ex; \
gnupg \
; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.9.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.9.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-32.0.0.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-32.0.0.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_30-fpm-alpine/config/apcu.config.php b/nextcloud_fpm-alpine/config/apcu.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/apcu.config.php
copy to nextcloud_fpm-alpine/config/apcu.config.php
diff --git a/nextcloud_30-fpm-alpine/config/apps.config.php b/nextcloud_fpm-alpine/config/apps.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/apps.config.php
copy to nextcloud_fpm-alpine/config/apps.config.php
diff --git a/nextcloud_30-fpm-alpine/config/autoconfig.php b/nextcloud_fpm-alpine/config/autoconfig.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/autoconfig.php
copy to nextcloud_fpm-alpine/config/autoconfig.php
diff --git a/nextcloud_30-fpm-alpine/config/redis.config.php b/nextcloud_fpm-alpine/config/redis.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/redis.config.php
copy to nextcloud_fpm-alpine/config/redis.config.php
diff --git a/nextcloud_30-fpm-alpine/config/reverse-proxy.config.php b/nextcloud_fpm-alpine/config/reverse-proxy.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/reverse-proxy.config.php
copy to nextcloud_fpm-alpine/config/reverse-proxy.config.php
diff --git a/nextcloud_30-fpm-alpine/config/s3.config.php b/nextcloud_fpm-alpine/config/s3.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/s3.config.php
copy to nextcloud_fpm-alpine/config/s3.config.php
diff --git a/nextcloud_30-fpm-alpine/config/smtp.config.php b/nextcloud_fpm-alpine/config/smtp.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/smtp.config.php
copy to nextcloud_fpm-alpine/config/smtp.config.php
diff --git a/nextcloud_30-fpm-alpine/config/swift.config.php b/nextcloud_fpm-alpine/config/swift.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/swift.config.php
copy to nextcloud_fpm-alpine/config/swift.config.php
diff --git a/nextcloud_30-fpm-alpine/config/upgrade-disable-web.config.php b/nextcloud_fpm-alpine/config/upgrade-disable-web.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/upgrade-disable-web.config.php
copy to nextcloud_fpm-alpine/config/upgrade-disable-web.config.php
diff --git a/nextcloud_30-fpm-alpine/cron.sh b/nextcloud_fpm-alpine/cron.sh
similarity index 100%
copy from nextcloud_30-fpm-alpine/cron.sh
copy to nextcloud_fpm-alpine/cron.sh
diff --git a/nextcloud_30-fpm-alpine/entrypoint.sh b/nextcloud_fpm-alpine/entrypoint.sh
similarity index 100%
copy from nextcloud_30-fpm-alpine/entrypoint.sh
copy to nextcloud_fpm-alpine/entrypoint.sh
diff --git a/nextcloud_30-fpm-alpine/upgrade.exclude b/nextcloud_fpm-alpine/upgrade.exclude
similarity index 100%
copy from nextcloud_30-fpm-alpine/upgrade.exclude
copy to nextcloud_fpm-alpine/upgrade.exclude
diff --git a/nextcloud_production-fpm/Dockerfile b/nextcloud_fpm/Dockerfile
similarity index 97%
copy from nextcloud_production-fpm/Dockerfile
copy to nextcloud_fpm/Dockerfile
index 8b66ed4..63b7af0 100644
--- a/nextcloud_production-fpm/Dockerfile
+++ b/nextcloud_fpm/Dockerfile
@@ -134,7 +134,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 31.0.9
+ENV NEXTCLOUD_VERSION 32.0.0
RUN set -ex; \
fetchDeps=" \
@@ -144,8 +144,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.9.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.9.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-32.0.0.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-32.0.0.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_30-fpm-alpine/config/apcu.config.php b/nextcloud_fpm/config/apcu.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/apcu.config.php
copy to nextcloud_fpm/config/apcu.config.php
diff --git a/nextcloud_30-fpm-alpine/config/apps.config.php b/nextcloud_fpm/config/apps.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/apps.config.php
copy to nextcloud_fpm/config/apps.config.php
diff --git a/nextcloud_30-fpm-alpine/config/autoconfig.php b/nextcloud_fpm/config/autoconfig.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/autoconfig.php
copy to nextcloud_fpm/config/autoconfig.php
diff --git a/nextcloud_30-fpm-alpine/config/redis.config.php b/nextcloud_fpm/config/redis.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/redis.config.php
copy to nextcloud_fpm/config/redis.config.php
diff --git a/nextcloud_30-fpm-alpine/config/reverse-proxy.config.php b/nextcloud_fpm/config/reverse-proxy.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/reverse-proxy.config.php
copy to nextcloud_fpm/config/reverse-proxy.config.php
diff --git a/nextcloud_30-fpm-alpine/config/s3.config.php b/nextcloud_fpm/config/s3.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/s3.config.php
copy to nextcloud_fpm/config/s3.config.php
diff --git a/nextcloud_30-fpm-alpine/config/smtp.config.php b/nextcloud_fpm/config/smtp.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/smtp.config.php
copy to nextcloud_fpm/config/smtp.config.php
diff --git a/nextcloud_30-fpm-alpine/config/swift.config.php b/nextcloud_fpm/config/swift.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/swift.config.php
copy to nextcloud_fpm/config/swift.config.php
diff --git a/nextcloud_30-fpm-alpine/config/upgrade-disable-web.config.php b/nextcloud_fpm/config/upgrade-disable-web.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/upgrade-disable-web.config.php
copy to nextcloud_fpm/config/upgrade-disable-web.config.php
diff --git a/nextcloud_30-fpm-alpine/cron.sh b/nextcloud_fpm/cron.sh
similarity index 100%
copy from nextcloud_30-fpm-alpine/cron.sh
copy to nextcloud_fpm/cron.sh
diff --git a/nextcloud_30-fpm-alpine/entrypoint.sh b/nextcloud_fpm/entrypoint.sh
similarity index 100%
copy from nextcloud_30-fpm-alpine/entrypoint.sh
copy to nextcloud_fpm/entrypoint.sh
diff --git a/nextcloud_30-fpm-alpine/upgrade.exclude b/nextcloud_fpm/upgrade.exclude
similarity index 100%
copy from nextcloud_30-fpm-alpine/upgrade.exclude
copy to nextcloud_fpm/upgrade.exclude
diff --git a/nextcloud_production/Dockerfile b/nextcloud_latest/Dockerfile
similarity index 97%
copy from nextcloud_production/Dockerfile
copy to nextcloud_latest/Dockerfile
index f0d23b6..c681e17 100644
--- a/nextcloud_production/Dockerfile
+++ b/nextcloud_latest/Dockerfile
@@ -149,7 +149,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 31.0.9
+ENV NEXTCLOUD_VERSION 32.0.0
RUN set -ex; \
fetchDeps=" \
@@ -159,8 +159,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.9.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.9.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-32.0.0.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-32.0.0.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_30/config/apache-pretty-urls.config.php b/nextcloud_latest/config/apache-pretty-urls.config.php
similarity index 100%
copy from nextcloud_30/config/apache-pretty-urls.config.php
copy to nextcloud_latest/config/apache-pretty-urls.config.php
diff --git a/nextcloud_30-fpm-alpine/config/apcu.config.php b/nextcloud_latest/config/apcu.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/apcu.config.php
copy to nextcloud_latest/config/apcu.config.php
diff --git a/nextcloud_30-fpm-alpine/config/apps.config.php b/nextcloud_latest/config/apps.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/apps.config.php
copy to nextcloud_latest/config/apps.config.php
diff --git a/nextcloud_30-fpm-alpine/config/autoconfig.php b/nextcloud_latest/config/autoconfig.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/autoconfig.php
copy to nextcloud_latest/config/autoconfig.php
diff --git a/nextcloud_30-fpm-alpine/config/redis.config.php b/nextcloud_latest/config/redis.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/redis.config.php
copy to nextcloud_latest/config/redis.config.php
diff --git a/nextcloud_30-fpm-alpine/config/reverse-proxy.config.php b/nextcloud_latest/config/reverse-proxy.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/reverse-proxy.config.php
copy to nextcloud_latest/config/reverse-proxy.config.php
diff --git a/nextcloud_30-fpm-alpine/config/s3.config.php b/nextcloud_latest/config/s3.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/s3.config.php
copy to nextcloud_latest/config/s3.config.php
diff --git a/nextcloud_30-fpm-alpine/config/smtp.config.php b/nextcloud_latest/config/smtp.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/smtp.config.php
copy to nextcloud_latest/config/smtp.config.php
diff --git a/nextcloud_30-fpm-alpine/config/swift.config.php b/nextcloud_latest/config/swift.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/swift.config.php
copy to nextcloud_latest/config/swift.config.php
diff --git a/nextcloud_30-fpm-alpine/config/upgrade-disable-web.config.php b/nextcloud_latest/config/upgrade-disable-web.config.php
similarity index 100%
copy from nextcloud_30-fpm-alpine/config/upgrade-disable-web.config.php
copy to nextcloud_latest/config/upgrade-disable-web.config.php
diff --git a/nextcloud_30-fpm-alpine/cron.sh b/nextcloud_latest/cron.sh
similarity index 100%
copy from nextcloud_30-fpm-alpine/cron.sh
copy to nextcloud_latest/cron.sh
diff --git a/nextcloud_30-fpm-alpine/entrypoint.sh b/nextcloud_latest/entrypoint.sh
similarity index 100%
copy from nextcloud_30-fpm-alpine/entrypoint.sh
copy to nextcloud_latest/entrypoint.sh
diff --git a/nextcloud_30-fpm-alpine/upgrade.exclude b/nextcloud_latest/upgrade.exclude
similarity index 100%
copy from nextcloud_30-fpm-alpine/upgrade.exclude
copy to nextcloud_latest/upgrade.excludeRelevant Maintainers:
|
tianon
approved these changes
Sep 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.