-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 image #4578
Merged
Merged
Update nextcloud image #4578
Conversation
This file contains 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
Diff:diff --git a/_bashbrew-arches b/_bashbrew-arches
index 3ffc32f..2406efa 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -18,6 +18,26 @@ nextcloud:12-fpm-alpine @ arm64v8
nextcloud:12-fpm-alpine @ i386
nextcloud:12-fpm-alpine @ ppc64le
nextcloud:12-fpm-alpine @ s390x
+nextcloud:12-rc @ amd64
+nextcloud:12-rc @ arm32v5
+nextcloud:12-rc @ arm32v7
+nextcloud:12-rc @ arm64v8
+nextcloud:12-rc @ i386
+nextcloud:12-rc @ ppc64le
+nextcloud:12-rc @ s390x
+nextcloud:12-rc-fpm @ amd64
+nextcloud:12-rc-fpm @ arm32v5
+nextcloud:12-rc-fpm @ arm32v7
+nextcloud:12-rc-fpm @ arm64v8
+nextcloud:12-rc-fpm @ i386
+nextcloud:12-rc-fpm @ ppc64le
+nextcloud:12-rc-fpm @ s390x
+nextcloud:12-rc-fpm-alpine @ amd64
+nextcloud:12-rc-fpm-alpine @ arm32v6
+nextcloud:12-rc-fpm-alpine @ arm64v8
+nextcloud:12-rc-fpm-alpine @ i386
+nextcloud:12-rc-fpm-alpine @ ppc64le
+nextcloud:12-rc-fpm-alpine @ s390x
nextcloud:production @ amd64
nextcloud:production @ arm32v5
nextcloud:production @ arm32v7
@@ -38,3 +58,23 @@ nextcloud:production-fpm-alpine @ arm64v8
nextcloud:production-fpm-alpine @ i386
nextcloud:production-fpm-alpine @ ppc64le
nextcloud:production-fpm-alpine @ s390x
+nextcloud:rc @ amd64
+nextcloud:rc @ arm32v5
+nextcloud:rc @ arm32v7
+nextcloud:rc @ arm64v8
+nextcloud:rc @ i386
+nextcloud:rc @ ppc64le
+nextcloud:rc @ s390x
+nextcloud:rc-fpm @ amd64
+nextcloud:rc-fpm @ arm32v5
+nextcloud:rc-fpm @ arm32v7
+nextcloud:rc-fpm @ arm64v8
+nextcloud:rc-fpm @ i386
+nextcloud:rc-fpm @ ppc64le
+nextcloud:rc-fpm @ s390x
+nextcloud:rc-fpm-alpine @ amd64
+nextcloud:rc-fpm-alpine @ arm32v6
+nextcloud:rc-fpm-alpine @ arm64v8
+nextcloud:rc-fpm-alpine @ i386
+nextcloud:rc-fpm-alpine @ ppc64le
+nextcloud:rc-fpm-alpine @ s390x
diff --git a/_bashbrew-list b/_bashbrew-list
index 28beb3d..430fa62 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,26 +2,58 @@ nextcloud:12
nextcloud:12-apache
nextcloud:12-fpm
nextcloud:12-fpm-alpine
+nextcloud:12-rc
+nextcloud:12-rc-apache
+nextcloud:12-rc-fpm
+nextcloud:12-rc-fpm-alpine
nextcloud:12.0
nextcloud:12.0-apache
nextcloud:12.0-fpm
nextcloud:12.0-fpm-alpine
+nextcloud:12.0-rc
+nextcloud:12.0-rc-apache
+nextcloud:12.0-rc-fpm
+nextcloud:12.0-rc-fpm-alpine
nextcloud:12.0.9
nextcloud:12.0.9-apache
nextcloud:12.0.9-fpm
nextcloud:12.0.9-fpm-alpine
+nextcloud:12.0.10RC1
+nextcloud:12.0.10RC1-apache
+nextcloud:12.0.10RC1-fpm
+nextcloud:12.0.10RC1-fpm-alpine
+nextcloud:12.0.10-rc
+nextcloud:12.0.10-rc-apache
+nextcloud:12.0.10-rc-fpm
+nextcloud:12.0.10-rc-fpm-alpine
nextcloud:13
nextcloud:13-apache
nextcloud:13-fpm
nextcloud:13-fpm-alpine
+nextcloud:13-rc
+nextcloud:13-rc-apache
+nextcloud:13-rc-fpm
+nextcloud:13-rc-fpm-alpine
nextcloud:13.0
nextcloud:13.0-apache
nextcloud:13.0-fpm
nextcloud:13.0-fpm-alpine
+nextcloud:13.0-rc
+nextcloud:13.0-rc-apache
+nextcloud:13.0-rc-fpm
+nextcloud:13.0-rc-fpm-alpine
nextcloud:13.0.4
nextcloud:13.0.4-apache
nextcloud:13.0.4-fpm
nextcloud:13.0.4-fpm-alpine
+nextcloud:13.0.5RC1
+nextcloud:13.0.5RC1-apache
+nextcloud:13.0.5RC1-fpm
+nextcloud:13.0.5RC1-fpm-alpine
+nextcloud:13.0.5-rc
+nextcloud:13.0.5-rc-apache
+nextcloud:13.0.5-rc-fpm
+nextcloud:13.0.5-rc-fpm-alpine
nextcloud:apache
nextcloud:fpm
nextcloud:fpm-alpine
@@ -30,6 +62,10 @@ nextcloud:production
nextcloud:production-apache
nextcloud:production-fpm
nextcloud:production-fpm-alpine
+nextcloud:rc
+nextcloud:rc-apache
+nextcloud:rc-fpm
+nextcloud:rc-fpm-alpine
nextcloud:stable
nextcloud:stable-apache
nextcloud:stable-fpm
diff --git a/nextcloud_production-fpm-alpine/Dockerfile b/nextcloud_12-rc-fpm-alpine/Dockerfile
similarity index 93%
copy from nextcloud_production-fpm-alpine/Dockerfile
copy to nextcloud_12-rc-fpm-alpine/Dockerfile
index 25f50d5..fa9a805 100644
--- a/nextcloud_production-fpm-alpine/Dockerfile
+++ b/nextcloud_12-rc-fpm-alpine/Dockerfile
@@ -84,7 +84,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.4
+ENV NEXTCLOUD_VERSION 12.0.10RC1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -93,9 +93,9 @@ RUN set -ex; \
; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_12-fpm-alpine/config/apcu.config.php b/nextcloud_12-rc-fpm-alpine/config/apcu.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apcu.config.php
copy to nextcloud_12-rc-fpm-alpine/config/apcu.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apps.config.php b/nextcloud_12-rc-fpm-alpine/config/apps.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apps.config.php
copy to nextcloud_12-rc-fpm-alpine/config/apps.config.php
diff --git a/nextcloud_12-fpm-alpine/config/autoconfig.php b/nextcloud_12-rc-fpm-alpine/config/autoconfig.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/autoconfig.php
copy to nextcloud_12-rc-fpm-alpine/config/autoconfig.php
diff --git a/nextcloud_12-fpm-alpine/cron.sh b/nextcloud_12-rc-fpm-alpine/cron.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/cron.sh
copy to nextcloud_12-rc-fpm-alpine/cron.sh
diff --git a/nextcloud_12-fpm-alpine/entrypoint.sh b/nextcloud_12-rc-fpm-alpine/entrypoint.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/entrypoint.sh
copy to nextcloud_12-rc-fpm-alpine/entrypoint.sh
diff --git a/nextcloud_production-fpm/Dockerfile b/nextcloud_12-rc-fpm/Dockerfile
similarity index 94%
copy from nextcloud_production-fpm/Dockerfile
copy to nextcloud_12-rc-fpm/Dockerfile
index 93ac311..27e1326 100644
--- a/nextcloud_production-fpm/Dockerfile
+++ b/nextcloud_12-rc-fpm/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.4
+ENV NEXTCLOUD_VERSION 12.0.10RC1
RUN set -ex; \
fetchDeps=" \
@@ -106,9 +106,9 @@ RUN set -ex; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_12-fpm-alpine/config/apcu.config.php b/nextcloud_12-rc-fpm/config/apcu.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apcu.config.php
copy to nextcloud_12-rc-fpm/config/apcu.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apps.config.php b/nextcloud_12-rc-fpm/config/apps.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apps.config.php
copy to nextcloud_12-rc-fpm/config/apps.config.php
diff --git a/nextcloud_12-fpm-alpine/config/autoconfig.php b/nextcloud_12-rc-fpm/config/autoconfig.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/autoconfig.php
copy to nextcloud_12-rc-fpm/config/autoconfig.php
diff --git a/nextcloud_12-fpm-alpine/cron.sh b/nextcloud_12-rc-fpm/cron.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/cron.sh
copy to nextcloud_12-rc-fpm/cron.sh
diff --git a/nextcloud_12-fpm-alpine/entrypoint.sh b/nextcloud_12-rc-fpm/entrypoint.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/entrypoint.sh
copy to nextcloud_12-rc-fpm/entrypoint.sh
diff --git a/nextcloud_12/Dockerfile b/nextcloud_12-rc/Dockerfile
similarity index 94%
copy from nextcloud_12/Dockerfile
copy to nextcloud_12-rc/Dockerfile
index 183a1af..3b8dda3 100644
--- a/nextcloud_12/Dockerfile
+++ b/nextcloud_12-rc/Dockerfile
@@ -103,7 +103,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 12.0.9
+ENV NEXTCLOUD_VERSION 12.0.10RC1
RUN set -ex; \
fetchDeps=" \
@@ -114,9 +114,9 @@ RUN set -ex; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_12/config/apache-pretty-urls.config.php b/nextcloud_12-rc/config/apache-pretty-urls.config.php
similarity index 100%
copy from nextcloud_12/config/apache-pretty-urls.config.php
copy to nextcloud_12-rc/config/apache-pretty-urls.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apcu.config.php b/nextcloud_12-rc/config/apcu.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apcu.config.php
copy to nextcloud_12-rc/config/apcu.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apps.config.php b/nextcloud_12-rc/config/apps.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apps.config.php
copy to nextcloud_12-rc/config/apps.config.php
diff --git a/nextcloud_12-fpm-alpine/config/autoconfig.php b/nextcloud_12-rc/config/autoconfig.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/autoconfig.php
copy to nextcloud_12-rc/config/autoconfig.php
diff --git a/nextcloud_12-fpm-alpine/cron.sh b/nextcloud_12-rc/cron.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/cron.sh
copy to nextcloud_12-rc/cron.sh
diff --git a/nextcloud_12-fpm-alpine/entrypoint.sh b/nextcloud_12-rc/entrypoint.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/entrypoint.sh
copy to nextcloud_12-rc/entrypoint.sh
diff --git a/nextcloud_production-fpm-alpine/Dockerfile b/nextcloud_rc-fpm-alpine/Dockerfile
similarity index 93%
copy from nextcloud_production-fpm-alpine/Dockerfile
copy to nextcloud_rc-fpm-alpine/Dockerfile
index 25f50d5..38a3554 100644
--- a/nextcloud_production-fpm-alpine/Dockerfile
+++ b/nextcloud_rc-fpm-alpine/Dockerfile
@@ -84,7 +84,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.4
+ENV NEXTCLOUD_VERSION 13.0.5RC1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -93,9 +93,9 @@ RUN set -ex; \
; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_12-fpm-alpine/config/apcu.config.php b/nextcloud_rc-fpm-alpine/config/apcu.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apcu.config.php
copy to nextcloud_rc-fpm-alpine/config/apcu.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apps.config.php b/nextcloud_rc-fpm-alpine/config/apps.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apps.config.php
copy to nextcloud_rc-fpm-alpine/config/apps.config.php
diff --git a/nextcloud_12-fpm-alpine/config/autoconfig.php b/nextcloud_rc-fpm-alpine/config/autoconfig.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/autoconfig.php
copy to nextcloud_rc-fpm-alpine/config/autoconfig.php
diff --git a/nextcloud_12-fpm-alpine/cron.sh b/nextcloud_rc-fpm-alpine/cron.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/cron.sh
copy to nextcloud_rc-fpm-alpine/cron.sh
diff --git a/nextcloud_12-fpm-alpine/entrypoint.sh b/nextcloud_rc-fpm-alpine/entrypoint.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/entrypoint.sh
copy to nextcloud_rc-fpm-alpine/entrypoint.sh
diff --git a/nextcloud_production-fpm/Dockerfile b/nextcloud_rc-fpm/Dockerfile
similarity index 94%
copy from nextcloud_production-fpm/Dockerfile
copy to nextcloud_rc-fpm/Dockerfile
index 93ac311..8f917c6 100644
--- a/nextcloud_production-fpm/Dockerfile
+++ b/nextcloud_rc-fpm/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.4
+ENV NEXTCLOUD_VERSION 13.0.5RC1
RUN set -ex; \
fetchDeps=" \
@@ -106,9 +106,9 @@ RUN set -ex; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_12-fpm-alpine/config/apcu.config.php b/nextcloud_rc-fpm/config/apcu.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apcu.config.php
copy to nextcloud_rc-fpm/config/apcu.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apps.config.php b/nextcloud_rc-fpm/config/apps.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apps.config.php
copy to nextcloud_rc-fpm/config/apps.config.php
diff --git a/nextcloud_12-fpm-alpine/config/autoconfig.php b/nextcloud_rc-fpm/config/autoconfig.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/autoconfig.php
copy to nextcloud_rc-fpm/config/autoconfig.php
diff --git a/nextcloud_12-fpm-alpine/cron.sh b/nextcloud_rc-fpm/cron.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/cron.sh
copy to nextcloud_rc-fpm/cron.sh
diff --git a/nextcloud_12-fpm-alpine/entrypoint.sh b/nextcloud_rc-fpm/entrypoint.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/entrypoint.sh
copy to nextcloud_rc-fpm/entrypoint.sh
diff --git a/nextcloud_12/Dockerfile b/nextcloud_rc/Dockerfile
similarity index 94%
copy from nextcloud_12/Dockerfile
copy to nextcloud_rc/Dockerfile
index 183a1af..406d4fa 100644
--- a/nextcloud_12/Dockerfile
+++ b/nextcloud_rc/Dockerfile
@@ -103,7 +103,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 12.0.9
+ENV NEXTCLOUD_VERSION 13.0.5RC1
RUN set -ex; \
fetchDeps=" \
@@ -114,9 +114,9 @@ RUN set -ex; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/nextcloud_12/config/apache-pretty-urls.config.php b/nextcloud_rc/config/apache-pretty-urls.config.php
similarity index 100%
copy from nextcloud_12/config/apache-pretty-urls.config.php
copy to nextcloud_rc/config/apache-pretty-urls.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apcu.config.php b/nextcloud_rc/config/apcu.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apcu.config.php
copy to nextcloud_rc/config/apcu.config.php
diff --git a/nextcloud_12-fpm-alpine/config/apps.config.php b/nextcloud_rc/config/apps.config.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/apps.config.php
copy to nextcloud_rc/config/apps.config.php
diff --git a/nextcloud_12-fpm-alpine/config/autoconfig.php b/nextcloud_rc/config/autoconfig.php
similarity index 100%
copy from nextcloud_12-fpm-alpine/config/autoconfig.php
copy to nextcloud_rc/config/autoconfig.php
diff --git a/nextcloud_12-fpm-alpine/cron.sh b/nextcloud_rc/cron.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/cron.sh
copy to nextcloud_rc/cron.sh
diff --git a/nextcloud_12-fpm-alpine/entrypoint.sh b/nextcloud_rc/entrypoint.sh
similarity index 100%
copy from nextcloud_12-fpm-alpine/entrypoint.sh
copy to nextcloud_rc/entrypoint.sh |
LGTM Build test of #4578; 14cce28; $ bashbrew build nextcloud:12.0.9-apache
Building bashbrew/cache:9e647327c512eb5876b59c60015d7aa32a4b3f44b6cee10591825b4a1b81f50b (nextcloud:12.0.9-apache)
Tagging nextcloud:12.0.9-apache
Tagging nextcloud:12.0-apache
Tagging nextcloud:12-apache
Tagging nextcloud:12.0.9
Tagging nextcloud:12.0
Tagging nextcloud:12
$ test/run.sh nextcloud:12.0.9-apache
testing nextcloud:12.0.9-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:12.0.9-fpm
Building bashbrew/cache:ffa72b78f9a4987f5dd465f7faa5f1cc784d1390473ac6505fbbbeff0dce5f7d (nextcloud:12.0.9-fpm)
Tagging nextcloud:12.0.9-fpm
Tagging nextcloud:12.0-fpm
Tagging nextcloud:12-fpm
$ test/run.sh nextcloud:12.0.9-fpm
testing nextcloud:12.0.9-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:12.0.9-fpm-alpine
Building bashbrew/cache:174060ced28065d3147333f9585f97040c19249a30806fa881471c6ddf8e734e (nextcloud:12.0.9-fpm-alpine)
Tagging nextcloud:12.0.9-fpm-alpine
Tagging nextcloud:12.0-fpm-alpine
Tagging nextcloud:12-fpm-alpine
$ test/run.sh nextcloud:12.0.9-fpm-alpine
testing nextcloud:12.0.9-fpm-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:12.0.10RC1-apache
Building bashbrew/cache:5c8f7f9dfcaf30c028fc2f7bee563a10385c6a33c944ae6b5679a45fb7d096a9 (nextcloud:12.0.10RC1-apache)
Tagging nextcloud:12.0.10RC1-apache
Tagging nextcloud:12.0.10-rc-apache
Tagging nextcloud:12.0-rc-apache
Tagging nextcloud:12-rc-apache
Tagging nextcloud:12.0.10RC1
Tagging nextcloud:12.0.10-rc
Tagging nextcloud:12.0-rc
Tagging nextcloud:12-rc
$ test/run.sh nextcloud:12.0.10RC1-apache
testing nextcloud:12.0.10RC1-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:12.0.10RC1-fpm
Building bashbrew/cache:9669420ba2dec59746778cbe728fdc894836a45c2765c14b47dbdf288d19df38 (nextcloud:12.0.10RC1-fpm)
Tagging nextcloud:12.0.10RC1-fpm
Tagging nextcloud:12.0.10-rc-fpm
Tagging nextcloud:12.0-rc-fpm
Tagging nextcloud:12-rc-fpm
$ test/run.sh nextcloud:12.0.10RC1-fpm
testing nextcloud:12.0.10RC1-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:12.0.10RC1-fpm-alpine
Building bashbrew/cache:3651b4129779e05d6f89a22eed9576615e488ee7e0878784acead002fc6d7bd0 (nextcloud:12.0.10RC1-fpm-alpine)
Tagging nextcloud:12.0.10RC1-fpm-alpine
Tagging nextcloud:12.0.10-rc-fpm-alpine
Tagging nextcloud:12.0-rc-fpm-alpine
Tagging nextcloud:12-rc-fpm-alpine
$ test/run.sh nextcloud:12.0.10RC1-fpm-alpine
testing nextcloud:12.0.10RC1-fpm-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:13.0.4-apache
Building bashbrew/cache:b721028bcfc73092e91ec24b3078bed64acbdf21f9d891b54b01fa02386bd7c9 (nextcloud:13.0.4-apache)
Tagging nextcloud:13.0.4-apache
Tagging nextcloud:13.0-apache
Tagging nextcloud:13-apache
Tagging nextcloud:apache
Tagging nextcloud:stable-apache
Tagging nextcloud:production-apache
Tagging nextcloud:13.0.4
Tagging nextcloud:13.0
Tagging nextcloud:13
Tagging nextcloud:latest
Tagging nextcloud:stable
Tagging nextcloud:production
$ test/run.sh nextcloud:13.0.4-apache
testing nextcloud:13.0.4-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:13.0.4-fpm
Building bashbrew/cache:ec882872ce252daadc33659801a2c84c0bf17f76e95946de4d15311199632049 (nextcloud:13.0.4-fpm)
Tagging nextcloud:13.0.4-fpm
Tagging nextcloud:13.0-fpm
Tagging nextcloud:13-fpm
Tagging nextcloud:fpm
Tagging nextcloud:stable-fpm
Tagging nextcloud:production-fpm
$ test/run.sh nextcloud:13.0.4-fpm
testing nextcloud:13.0.4-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:13.0.4-fpm-alpine
Building bashbrew/cache:9bb2253ed4b4b4b3d43830ce410674f21d7335f92a081dfa2c522b9dbbd549f0 (nextcloud:13.0.4-fpm-alpine)
Tagging nextcloud:13.0.4-fpm-alpine
Tagging nextcloud:13.0-fpm-alpine
Tagging nextcloud:13-fpm-alpine
Tagging nextcloud:fpm-alpine
Tagging nextcloud:stable-fpm-alpine
Tagging nextcloud:production-fpm-alpine
$ test/run.sh nextcloud:13.0.4-fpm-alpine
testing nextcloud:13.0.4-fpm-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:13.0.5RC1-apache
Building bashbrew/cache:37f598bece2a1c98ea5fc4fb48c10e7f5e4659e17cd80f58267845ace318c05c (nextcloud:13.0.5RC1-apache)
Tagging nextcloud:13.0.5RC1-apache
Tagging nextcloud:13.0.5-rc-apache
Tagging nextcloud:13.0-rc-apache
Tagging nextcloud:13-rc-apache
Tagging nextcloud:rc-apache
Tagging nextcloud:13.0.5RC1
Tagging nextcloud:13.0.5-rc
Tagging nextcloud:13.0-rc
Tagging nextcloud:13-rc
Tagging nextcloud:rc
$ test/run.sh nextcloud:13.0.5RC1-apache
testing nextcloud:13.0.5RC1-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:13.0.5RC1-fpm
Building bashbrew/cache:bb4827ad72cb2ade63ec01af16a7c59f9f8c90c3a0baa3c0f2583cbae51a76d3 (nextcloud:13.0.5RC1-fpm)
Tagging nextcloud:13.0.5RC1-fpm
Tagging nextcloud:13.0.5-rc-fpm
Tagging nextcloud:13.0-rc-fpm
Tagging nextcloud:13-rc-fpm
Tagging nextcloud:rc-fpm
$ test/run.sh nextcloud:13.0.5RC1-fpm
testing nextcloud:13.0.5RC1-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build nextcloud:13.0.5RC1-fpm-alpine
Building bashbrew/cache:c5c5de67c434c53b9165861d3495e67f7e30adb722b8a2832348671e0d4acce4 (nextcloud:13.0.5RC1-fpm-alpine)
Tagging nextcloud:13.0.5RC1-fpm-alpine
Tagging nextcloud:13.0.5-rc-fpm-alpine
Tagging nextcloud:13.0-rc-fpm-alpine
Tagging nextcloud:13-rc-fpm-alpine
Tagging nextcloud:rc-fpm-alpine
$ test/run.sh nextcloud:13.0.5RC1-fpm-alpine
testing nextcloud:13.0.5RC1-fpm-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
|
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.
nextcloud/docker@9547740