-
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 #5469
Merged
Merged
Update nextcloud image #5469
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
@tianon should be fixed now |
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 107851c..0c2ea7a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -46,10 +46,10 @@ nextcloud:14.0.7
nextcloud:14.0.7-apache
nextcloud:14.0.7-fpm
nextcloud:14.0.7-fpm-alpine
-nextcloud:14.0.8RC1
-nextcloud:14.0.8RC1-apache
-nextcloud:14.0.8RC1-fpm
-nextcloud:14.0.8RC1-fpm-alpine
+nextcloud:14.0.8RC2
+nextcloud:14.0.8RC2-apache
+nextcloud:14.0.8RC2-fpm
+nextcloud:14.0.8RC2-fpm-alpine
nextcloud:14.0.8-rc
nextcloud:14.0.8-rc-apache
nextcloud:14.0.8-rc-fpm
@@ -74,10 +74,10 @@ nextcloud:15.0.4
nextcloud:15.0.4-apache
nextcloud:15.0.4-fpm
nextcloud:15.0.4-fpm-alpine
-nextcloud:15.0.5RC1
-nextcloud:15.0.5RC1-apache
-nextcloud:15.0.5RC1-fpm
-nextcloud:15.0.5RC1-fpm-alpine
+nextcloud:15.0.5RC2
+nextcloud:15.0.5RC2-apache
+nextcloud:15.0.5RC2-fpm
+nextcloud:15.0.5RC2-fpm-alpine
nextcloud:15.0.5-rc
nextcloud:15.0.5-rc-apache
nextcloud:15.0.5-rc-fpm
diff --git a/nextcloud_14-rc-fpm-alpine/Dockerfile b/nextcloud_14-rc-fpm-alpine/Dockerfile
index 30ca9ad..c1e8863 100644
--- a/nextcloud_14-rc-fpm-alpine/Dockerfile
+++ b/nextcloud_14-rc-fpm-alpine/Dockerfile
@@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.8RC1
+ENV NEXTCLOUD_VERSION 14.0.8RC2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/nextcloud_14-rc-fpm/Dockerfile b/nextcloud_14-rc-fpm/Dockerfile
index bfe693f..fc12146 100644
--- a/nextcloud_14-rc-fpm/Dockerfile
+++ b/nextcloud_14-rc-fpm/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.8RC1
+ENV NEXTCLOUD_VERSION 14.0.8RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/nextcloud_14-rc/Dockerfile b/nextcloud_14-rc/Dockerfile
index 0848933..41ea687 100644
--- a/nextcloud_14-rc/Dockerfile
+++ b/nextcloud_14-rc/Dockerfile
@@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 14.0.8RC1
+ENV NEXTCLOUD_VERSION 14.0.8RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/nextcloud_rc-fpm-alpine/Dockerfile b/nextcloud_rc-fpm-alpine/Dockerfile
index 4ed2ac7..d1970f7 100644
--- a/nextcloud_rc-fpm-alpine/Dockerfile
+++ b/nextcloud_rc-fpm-alpine/Dockerfile
@@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 15.0.5RC1
+ENV NEXTCLOUD_VERSION 15.0.5RC2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/nextcloud_rc-fpm/Dockerfile b/nextcloud_rc-fpm/Dockerfile
index d853040..48f094f 100644
--- a/nextcloud_rc-fpm/Dockerfile
+++ b/nextcloud_rc-fpm/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 15.0.5RC1
+ENV NEXTCLOUD_VERSION 15.0.5RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/nextcloud_rc/Dockerfile b/nextcloud_rc/Dockerfile
index bd3b94c..e22fc96 100644
--- a/nextcloud_rc/Dockerfile
+++ b/nextcloud_rc/Dockerfile
@@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 15.0.5RC1
+ENV NEXTCLOUD_VERSION 15.0.5RC2
RUN set -ex; \
fetchDeps=" \ |
Build test of #5469; 39b7120; $ bashbrew build nextcloud:13.0.12RC1-apache
Using bashbrew/cache:2d173ec99b04676104a2a2af8763e114f1f57bc930591039b4656a1f21fd66e4 (nextcloud:13.0.12RC1-apache)
Tagging nextcloud:13.0.12RC1-apache
Tagging nextcloud:13.0.12-rc-apache
Tagging nextcloud:13.0-rc-apache
Tagging nextcloud:13-rc-apache
Tagging nextcloud:13.0.12RC1
Tagging nextcloud:13.0.12-rc
Tagging nextcloud:13.0-rc
Tagging nextcloud:13-rc
$ test/run.sh nextcloud:13.0.12RC1-apache
testing nextcloud:13.0.12RC1-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.12RC1-fpm-alpine
Using bashbrew/cache:28e03431204c3c5860305b6c36f5ab0216432cadafbc6726f7413e29662a1be3 (nextcloud:13.0.12RC1-fpm-alpine)
Tagging nextcloud:13.0.12RC1-fpm-alpine
Tagging nextcloud:13.0.12-rc-fpm-alpine
Tagging nextcloud:13.0-rc-fpm-alpine
Tagging nextcloud:13-rc-fpm-alpine
$ test/run.sh nextcloud:13.0.12RC1-fpm-alpine
testing nextcloud:13.0.12RC1-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.12RC1-fpm
Using bashbrew/cache:732a91351db272f7d2ab9a5012193c2fe188af74b5805c8a098701a5d92c9a72 (nextcloud:13.0.12RC1-fpm)
Tagging nextcloud:13.0.12RC1-fpm
Tagging nextcloud:13.0.12-rc-fpm
Tagging nextcloud:13.0-rc-fpm
Tagging nextcloud:13-rc-fpm
$ test/run.sh nextcloud:13.0.12RC1-fpm
testing nextcloud:13.0.12RC1-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.11-apache
Using bashbrew/cache:36591f00cc31de07168f69eca5e7b69a36d8bcff9d0fbc58848f7e6216661903 (nextcloud:13.0.11-apache)
Tagging nextcloud:13.0.11-apache
Tagging nextcloud:13.0-apache
Tagging nextcloud:13-apache
Tagging nextcloud:13.0.11
Tagging nextcloud:13.0
Tagging nextcloud:13
$ test/run.sh nextcloud:13.0.11-apache
testing nextcloud:13.0.11-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.11-fpm-alpine
Using bashbrew/cache:ae959951009571704b78970dcdad307e6038837ea39ce9646c906bf1ba15ae82 (nextcloud:13.0.11-fpm-alpine)
Tagging nextcloud:13.0.11-fpm-alpine
Tagging nextcloud:13.0-fpm-alpine
Tagging nextcloud:13-fpm-alpine
$ test/run.sh nextcloud:13.0.11-fpm-alpine
testing nextcloud:13.0.11-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.11-fpm
Using bashbrew/cache:9fe19e353ec842a507cd5e89f5da18cf00caaa020d1da5fd6efcd3bfd6f0a8f0 (nextcloud:13.0.11-fpm)
Tagging nextcloud:13.0.11-fpm
Tagging nextcloud:13.0-fpm
Tagging nextcloud:13-fpm
$ test/run.sh nextcloud:13.0.11-fpm
testing nextcloud:13.0.11-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:14.0.8RC2-apache
Building bashbrew/cache:fcecaa4f5ecb09fb61856c456dde7ceb1afde6fa1f5ad1b3ba4e59510715fcf5 (nextcloud:14.0.8RC2-apache)
Tagging nextcloud:14.0.8RC2-apache
Tagging nextcloud:14.0.8-rc-apache
Tagging nextcloud:14.0-rc-apache
Tagging nextcloud:14-rc-apache
Tagging nextcloud:14.0.8RC2
Tagging nextcloud:14.0.8-rc
Tagging nextcloud:14.0-rc
Tagging nextcloud:14-rc
$ test/run.sh nextcloud:14.0.8RC2-apache
testing nextcloud:14.0.8RC2-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:14.0.8RC2-fpm-alpine
Building bashbrew/cache:b77fc0f563ebfbc242cfd62852c4ba60b7509942b04f0aa7c77b26e474fd6677 (nextcloud:14.0.8RC2-fpm-alpine)
Tagging nextcloud:14.0.8RC2-fpm-alpine
Tagging nextcloud:14.0.8-rc-fpm-alpine
Tagging nextcloud:14.0-rc-fpm-alpine
Tagging nextcloud:14-rc-fpm-alpine
$ test/run.sh nextcloud:14.0.8RC2-fpm-alpine
testing nextcloud:14.0.8RC2-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:14.0.8RC2-fpm
Building bashbrew/cache:7dd60b44b0c23666b7d5ac36564528311a8c0f3a3c705d7c1667540a52436aea (nextcloud:14.0.8RC2-fpm)
Tagging nextcloud:14.0.8RC2-fpm
Tagging nextcloud:14.0.8-rc-fpm
Tagging nextcloud:14.0-rc-fpm
Tagging nextcloud:14-rc-fpm
$ test/run.sh nextcloud:14.0.8RC2-fpm
testing nextcloud:14.0.8RC2-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:14.0.7-apache
Using bashbrew/cache:cd51cea5e592dfc0fadfbda93bb28a0aafa450c27441f94fb4a073741f9130ec (nextcloud:14.0.7-apache)
Tagging nextcloud:14.0.7-apache
Tagging nextcloud:14.0-apache
Tagging nextcloud:14-apache
Tagging nextcloud:production-apache
Tagging nextcloud:14.0.7
Tagging nextcloud:14.0
Tagging nextcloud:14
Tagging nextcloud:production
$ test/run.sh nextcloud:14.0.7-apache
testing nextcloud:14.0.7-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:14.0.7-fpm-alpine
Using bashbrew/cache:c2a33bb15ae967b6290eb1fc3a852fb9c530c0ff0bb86d2cc7d36509a4c8c114 (nextcloud:14.0.7-fpm-alpine)
Tagging nextcloud:14.0.7-fpm-alpine
Tagging nextcloud:14.0-fpm-alpine
Tagging nextcloud:14-fpm-alpine
Tagging nextcloud:production-fpm-alpine
$ test/run.sh nextcloud:14.0.7-fpm-alpine
testing nextcloud:14.0.7-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:14.0.7-fpm
Using bashbrew/cache:e0bcd502a91bdf5b975208fa4f2a817f6019bbf019325465daa8d792743ac388 (nextcloud:14.0.7-fpm)
Tagging nextcloud:14.0.7-fpm
Tagging nextcloud:14.0-fpm
Tagging nextcloud:14-fpm
Tagging nextcloud:production-fpm
$ test/run.sh nextcloud:14.0.7-fpm
testing nextcloud:14.0.7-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:15.0.5RC2-apache
Building bashbrew/cache:c00add00eb97f418bffa55a4a6ad9c4d5052e7f2f7101a80f13732a4cbeada8e (nextcloud:15.0.5RC2-apache)
Tagging nextcloud:15.0.5RC2-apache
Tagging nextcloud:15.0.5-rc-apache
Tagging nextcloud:15.0-rc-apache
Tagging nextcloud:15-rc-apache
Tagging nextcloud:rc-apache
Tagging nextcloud:15.0.5RC2
Tagging nextcloud:15.0.5-rc
Tagging nextcloud:15.0-rc
Tagging nextcloud:15-rc
Tagging nextcloud:rc
$ test/run.sh nextcloud:15.0.5RC2-apache
testing nextcloud:15.0.5RC2-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:15.0.5RC2-fpm-alpine
Building bashbrew/cache:9729c804cb76c8c4a809868a692baa0c600793318b13ef9948c3b6349fd40583 (nextcloud:15.0.5RC2-fpm-alpine)
Tagging nextcloud:15.0.5RC2-fpm-alpine
Tagging nextcloud:15.0.5-rc-fpm-alpine
Tagging nextcloud:15.0-rc-fpm-alpine
Tagging nextcloud:15-rc-fpm-alpine
Tagging nextcloud:rc-fpm-alpine
$ test/run.sh nextcloud:15.0.5RC2-fpm-alpine
testing nextcloud:15.0.5RC2-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:15.0.5RC2-fpm
Building bashbrew/cache:f2f387ec2f0f44106cd7a271070524cf8efee79cdcbf6630cf0ac27be4108cf5 (nextcloud:15.0.5RC2-fpm)
Tagging nextcloud:15.0.5RC2-fpm
Tagging nextcloud:15.0.5-rc-fpm
Tagging nextcloud:15.0-rc-fpm
Tagging nextcloud:15-rc-fpm
Tagging nextcloud:rc-fpm
$ test/run.sh nextcloud:15.0.5RC2-fpm
testing nextcloud:15.0.5RC2-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:15.0.4-apache
Using bashbrew/cache:f446211812f9144d3b7d08627ae519ef25723abcf6f47a8cf83017b73fbf7be5 (nextcloud:15.0.4-apache)
Tagging nextcloud:15.0.4-apache
Tagging nextcloud:15.0-apache
Tagging nextcloud:15-apache
Tagging nextcloud:apache
Tagging nextcloud:stable-apache
Tagging nextcloud:15.0.4
Tagging nextcloud:15.0
Tagging nextcloud:15
Tagging nextcloud:latest
Tagging nextcloud:stable
$ test/run.sh nextcloud:15.0.4-apache
testing nextcloud:15.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:15.0.4-fpm-alpine
Using bashbrew/cache:f755c1fda68e2c13c6c620dd5ed84c755b706e90f704258c23ccfa4231b652c5 (nextcloud:15.0.4-fpm-alpine)
Tagging nextcloud:15.0.4-fpm-alpine
Tagging nextcloud:15.0-fpm-alpine
Tagging nextcloud:15-fpm-alpine
Tagging nextcloud:fpm-alpine
Tagging nextcloud:stable-fpm-alpine
$ test/run.sh nextcloud:15.0.4-fpm-alpine
testing nextcloud:15.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:15.0.4-fpm
Using bashbrew/cache:35fa3a90bc528e75f1fe5aaf8fd123b7556e4b6f6cb86f4efed48d9315aab3c1 (nextcloud:15.0.4-fpm)
Tagging nextcloud:15.0.4-fpm
Tagging nextcloud:15.0-fpm
Tagging nextcloud:15-fpm
Tagging nextcloud:fpm
Tagging nextcloud:stable-fpm
$ test/run.sh nextcloud:15.0.4-fpm
testing nextcloud:15.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
|
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@d9ca9e4
nextcloud/docker@1091814...d9ca9e4
CC: @tilosp