Skip to content
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

Update Nextcloud #17766

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Update Nextcloud #17766

merged 1 commit into from
Oct 21, 2024

Conversation

J0WI
Copy link
Contributor

@J0WI J0WI commented Oct 21, 2024

No description provided.

@J0WI J0WI requested a review from a team as a code owner October 21, 2024 16:47
Copy link

Diff for 2bd3e15:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8e28692..0ae102b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,17 +31,17 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: d03da64ac80d534c1b0ec69da3e6ddcc6af282a6
 Directory: 29/fpm-alpine
 
-Tags: 30.0.1-apache, 30.0-apache, 30-apache, apache, 30.0.1, 30.0, 30, latest
+Tags: 30.0.1-apache, 30.0-apache, 30-apache, apache, stable-apache, production-apache, 30.0.1, 30.0, 30, latest, stable, production
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: d03da64ac80d534c1b0ec69da3e6ddcc6af282a6
 Directory: 30/apache
 
-Tags: 30.0.1-fpm, 30.0-fpm, 30-fpm, fpm
+Tags: 30.0.1-fpm, 30.0-fpm, 30-fpm, fpm, stable-fpm, production-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: d03da64ac80d534c1b0ec69da3e6ddcc6af282a6
 Directory: 30/fpm
 
-Tags: 30.0.1-fpm-alpine, 30.0-fpm-alpine, 30-fpm-alpine, fpm-alpine
+Tags: 30.0.1-fpm-alpine, 30.0-fpm-alpine, 30-fpm-alpine, fpm-alpine, stable-fpm-alpine, production-fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: d03da64ac80d534c1b0ec69da3e6ddcc6af282a6
 Directory: 30/fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 6b6ea5b..1c6a3b0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -38,3 +38,11 @@ nextcloud:apache
 nextcloud:fpm
 nextcloud:fpm-alpine
 nextcloud:latest
+nextcloud:production
+nextcloud:production-apache
+nextcloud:production-fpm
+nextcloud:production-fpm-alpine
+nextcloud:stable
+nextcloud:stable-apache
+nextcloud:stable-fpm
+nextcloud:stable-fpm-alpine
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 59643bd..4970ab1 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -4,6 +4,6 @@ nextcloud:28-fpm-alpine
 nextcloud:29
 nextcloud:29-fpm
 nextcloud:29-fpm-alpine
-nextcloud:fpm
-nextcloud:fpm-alpine
-nextcloud:latest
+nextcloud:production
+nextcloud:production-fpm
+nextcloud:production-fpm-alpine
diff --git a/nextcloud_fpm-alpine/Dockerfile b/nextcloud_production-fpm-alpine/Dockerfile
similarity index 100%
rename from nextcloud_fpm-alpine/Dockerfile
rename to nextcloud_production-fpm-alpine/Dockerfile
diff --git a/nextcloud_fpm-alpine/config/apcu.config.php b/nextcloud_production-fpm-alpine/config/apcu.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/apcu.config.php
rename to nextcloud_production-fpm-alpine/config/apcu.config.php
diff --git a/nextcloud_fpm-alpine/config/apps.config.php b/nextcloud_production-fpm-alpine/config/apps.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/apps.config.php
rename to nextcloud_production-fpm-alpine/config/apps.config.php
diff --git a/nextcloud_fpm-alpine/config/autoconfig.php b/nextcloud_production-fpm-alpine/config/autoconfig.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/autoconfig.php
rename to nextcloud_production-fpm-alpine/config/autoconfig.php
diff --git a/nextcloud_fpm-alpine/config/redis.config.php b/nextcloud_production-fpm-alpine/config/redis.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/redis.config.php
rename to nextcloud_production-fpm-alpine/config/redis.config.php
diff --git a/nextcloud_fpm-alpine/config/reverse-proxy.config.php b/nextcloud_production-fpm-alpine/config/reverse-proxy.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/reverse-proxy.config.php
rename to nextcloud_production-fpm-alpine/config/reverse-proxy.config.php
diff --git a/nextcloud_fpm-alpine/config/s3.config.php b/nextcloud_production-fpm-alpine/config/s3.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/s3.config.php
rename to nextcloud_production-fpm-alpine/config/s3.config.php
diff --git a/nextcloud_fpm-alpine/config/smtp.config.php b/nextcloud_production-fpm-alpine/config/smtp.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/smtp.config.php
rename to nextcloud_production-fpm-alpine/config/smtp.config.php
diff --git a/nextcloud_fpm-alpine/config/swift.config.php b/nextcloud_production-fpm-alpine/config/swift.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/swift.config.php
rename to nextcloud_production-fpm-alpine/config/swift.config.php
diff --git a/nextcloud_fpm-alpine/config/upgrade-disable-web.config.php b/nextcloud_production-fpm-alpine/config/upgrade-disable-web.config.php
similarity index 100%
rename from nextcloud_fpm-alpine/config/upgrade-disable-web.config.php
rename to nextcloud_production-fpm-alpine/config/upgrade-disable-web.config.php
diff --git a/nextcloud_fpm-alpine/cron.sh b/nextcloud_production-fpm-alpine/cron.sh
similarity index 100%
rename from nextcloud_fpm-alpine/cron.sh
rename to nextcloud_production-fpm-alpine/cron.sh
diff --git a/nextcloud_fpm-alpine/entrypoint.sh b/nextcloud_production-fpm-alpine/entrypoint.sh
similarity index 100%
rename from nextcloud_fpm-alpine/entrypoint.sh
rename to nextcloud_production-fpm-alpine/entrypoint.sh
diff --git a/nextcloud_fpm-alpine/upgrade.exclude b/nextcloud_production-fpm-alpine/upgrade.exclude
similarity index 100%
rename from nextcloud_fpm-alpine/upgrade.exclude
rename to nextcloud_production-fpm-alpine/upgrade.exclude
diff --git a/nextcloud_fpm/Dockerfile b/nextcloud_production-fpm/Dockerfile
similarity index 100%
rename from nextcloud_fpm/Dockerfile
rename to nextcloud_production-fpm/Dockerfile
diff --git a/nextcloud_fpm/config/apcu.config.php b/nextcloud_production-fpm/config/apcu.config.php
similarity index 100%
rename from nextcloud_fpm/config/apcu.config.php
rename to nextcloud_production-fpm/config/apcu.config.php
diff --git a/nextcloud_fpm/config/apps.config.php b/nextcloud_production-fpm/config/apps.config.php
similarity index 100%
rename from nextcloud_fpm/config/apps.config.php
rename to nextcloud_production-fpm/config/apps.config.php
diff --git a/nextcloud_fpm/config/autoconfig.php b/nextcloud_production-fpm/config/autoconfig.php
similarity index 100%
rename from nextcloud_fpm/config/autoconfig.php
rename to nextcloud_production-fpm/config/autoconfig.php
diff --git a/nextcloud_fpm/config/redis.config.php b/nextcloud_production-fpm/config/redis.config.php
similarity index 100%
rename from nextcloud_fpm/config/redis.config.php
rename to nextcloud_production-fpm/config/redis.config.php
diff --git a/nextcloud_fpm/config/reverse-proxy.config.php b/nextcloud_production-fpm/config/reverse-proxy.config.php
similarity index 100%
rename from nextcloud_fpm/config/reverse-proxy.config.php
rename to nextcloud_production-fpm/config/reverse-proxy.config.php
diff --git a/nextcloud_fpm/config/s3.config.php b/nextcloud_production-fpm/config/s3.config.php
similarity index 100%
rename from nextcloud_fpm/config/s3.config.php
rename to nextcloud_production-fpm/config/s3.config.php
diff --git a/nextcloud_fpm/config/smtp.config.php b/nextcloud_production-fpm/config/smtp.config.php
similarity index 100%
rename from nextcloud_fpm/config/smtp.config.php
rename to nextcloud_production-fpm/config/smtp.config.php
diff --git a/nextcloud_fpm/config/swift.config.php b/nextcloud_production-fpm/config/swift.config.php
similarity index 100%
rename from nextcloud_fpm/config/swift.config.php
rename to nextcloud_production-fpm/config/swift.config.php
diff --git a/nextcloud_fpm/config/upgrade-disable-web.config.php b/nextcloud_production-fpm/config/upgrade-disable-web.config.php
similarity index 100%
rename from nextcloud_fpm/config/upgrade-disable-web.config.php
rename to nextcloud_production-fpm/config/upgrade-disable-web.config.php
diff --git a/nextcloud_fpm/cron.sh b/nextcloud_production-fpm/cron.sh
similarity index 100%
rename from nextcloud_fpm/cron.sh
rename to nextcloud_production-fpm/cron.sh
diff --git a/nextcloud_fpm/entrypoint.sh b/nextcloud_production-fpm/entrypoint.sh
similarity index 100%
rename from nextcloud_fpm/entrypoint.sh
rename to nextcloud_production-fpm/entrypoint.sh
diff --git a/nextcloud_fpm/upgrade.exclude b/nextcloud_production-fpm/upgrade.exclude
similarity index 100%
rename from nextcloud_fpm/upgrade.exclude
rename to nextcloud_production-fpm/upgrade.exclude
diff --git a/nextcloud_latest/Dockerfile b/nextcloud_production/Dockerfile
similarity index 100%
rename from nextcloud_latest/Dockerfile
rename to nextcloud_production/Dockerfile
diff --git a/nextcloud_latest/config/apache-pretty-urls.config.php b/nextcloud_production/config/apache-pretty-urls.config.php
similarity index 100%
rename from nextcloud_latest/config/apache-pretty-urls.config.php
rename to nextcloud_production/config/apache-pretty-urls.config.php
diff --git a/nextcloud_latest/config/apcu.config.php b/nextcloud_production/config/apcu.config.php
similarity index 100%
rename from nextcloud_latest/config/apcu.config.php
rename to nextcloud_production/config/apcu.config.php
diff --git a/nextcloud_latest/config/apps.config.php b/nextcloud_production/config/apps.config.php
similarity index 100%
rename from nextcloud_latest/config/apps.config.php
rename to nextcloud_production/config/apps.config.php
diff --git a/nextcloud_latest/config/autoconfig.php b/nextcloud_production/config/autoconfig.php
similarity index 100%
rename from nextcloud_latest/config/autoconfig.php
rename to nextcloud_production/config/autoconfig.php
diff --git a/nextcloud_latest/config/redis.config.php b/nextcloud_production/config/redis.config.php
similarity index 100%
rename from nextcloud_latest/config/redis.config.php
rename to nextcloud_production/config/redis.config.php
diff --git a/nextcloud_latest/config/reverse-proxy.config.php b/nextcloud_production/config/reverse-proxy.config.php
similarity index 100%
rename from nextcloud_latest/config/reverse-proxy.config.php
rename to nextcloud_production/config/reverse-proxy.config.php
diff --git a/nextcloud_latest/config/s3.config.php b/nextcloud_production/config/s3.config.php
similarity index 100%
rename from nextcloud_latest/config/s3.config.php
rename to nextcloud_production/config/s3.config.php
diff --git a/nextcloud_latest/config/smtp.config.php b/nextcloud_production/config/smtp.config.php
similarity index 100%
rename from nextcloud_latest/config/smtp.config.php
rename to nextcloud_production/config/smtp.config.php
diff --git a/nextcloud_latest/config/swift.config.php b/nextcloud_production/config/swift.config.php
similarity index 100%
rename from nextcloud_latest/config/swift.config.php
rename to nextcloud_production/config/swift.config.php
diff --git a/nextcloud_latest/config/upgrade-disable-web.config.php b/nextcloud_production/config/upgrade-disable-web.config.php
similarity index 100%
rename from nextcloud_latest/config/upgrade-disable-web.config.php
rename to nextcloud_production/config/upgrade-disable-web.config.php
diff --git a/nextcloud_latest/cron.sh b/nextcloud_production/cron.sh
similarity index 100%
rename from nextcloud_latest/cron.sh
rename to nextcloud_production/cron.sh
diff --git a/nextcloud_latest/entrypoint.sh b/nextcloud_production/entrypoint.sh
similarity index 100%
rename from nextcloud_latest/entrypoint.sh
rename to nextcloud_production/entrypoint.sh
diff --git a/nextcloud_latest/upgrade.exclude b/nextcloud_production/upgrade.exclude
similarity index 100%
rename from nextcloud_latest/upgrade.exclude
rename to nextcloud_production/upgrade.exclude

Relevant Maintainers:

@yosifkit yosifkit merged commit b5971e0 into docker-library:master Oct 21, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants