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 image #8034

Merged
merged 1 commit into from
May 19, 2020
Merged

Conversation

tilosp-bot
Copy link
Contributor

@github-actions
Copy link

Diff for afc85b5:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2893b85..06ec53c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -46,17 +46,17 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: b1825a188ba1918aa30d0b6ac18d0a32ff3ec707
 Directory: 18.0/fpm-alpine
 
-Tags: 19.0.0RC1-apache, 19.0.0-rc-apache, 19.0-rc-apache, 19-rc-apache, 19.0.0RC1, 19.0.0-rc, 19.0-rc, 19-rc
+Tags: 19.0.0RC2-apache, 19.0.0-rc-apache, 19.0-rc-apache, 19-rc-apache, 19.0.0RC2, 19.0.0-rc, 19.0-rc, 19-rc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 05c3a27d349566e8d3b79797b7300ab1e1bb6a79
+GitCommit: aa191711d4d12e77a1a1dede0402d64a71013c85
 Directory: 19.0-rc/apache
 
-Tags: 19.0.0RC1-fpm, 19.0.0-rc-fpm, 19.0-rc-fpm, 19-rc-fpm
+Tags: 19.0.0RC2-fpm, 19.0.0-rc-fpm, 19.0-rc-fpm, 19-rc-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 05c3a27d349566e8d3b79797b7300ab1e1bb6a79
+GitCommit: aa191711d4d12e77a1a1dede0402d64a71013c85
 Directory: 19.0-rc/fpm
 
-Tags: 19.0.0RC1-fpm-alpine, 19.0.0-rc-fpm-alpine, 19.0-rc-fpm-alpine, 19-rc-fpm-alpine
+Tags: 19.0.0RC2-fpm-alpine, 19.0.0-rc-fpm-alpine, 19.0-rc-fpm-alpine, 19-rc-fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 05c3a27d349566e8d3b79797b7300ab1e1bb6a79
+GitCommit: aa191711d4d12e77a1a1dede0402d64a71013c85
 Directory: 19.0-rc/fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 0ba4575..2df3737 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -42,10 +42,10 @@ nextcloud:19.0-rc
 nextcloud:19.0-rc-apache
 nextcloud:19.0-rc-fpm
 nextcloud:19.0-rc-fpm-alpine
-nextcloud:19.0.0RC1
-nextcloud:19.0.0RC1-apache
-nextcloud:19.0.0RC1-fpm
-nextcloud:19.0.0RC1-fpm-alpine
+nextcloud:19.0.0RC2
+nextcloud:19.0.0RC2-apache
+nextcloud:19.0.0RC2-fpm
+nextcloud:19.0.0RC2-fpm-alpine
 nextcloud:19.0.0-rc
 nextcloud:19.0.0-rc-apache
 nextcloud:19.0.0-rc-fpm
diff --git a/nextcloud_19-rc-fpm-alpine/Dockerfile b/nextcloud_19-rc-fpm-alpine/Dockerfile
index 49cfdfd..3648bed 100644
--- a/nextcloud_19-rc-fpm-alpine/Dockerfile
+++ b/nextcloud_19-rc-fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
 VOLUME /var/www/html
 
 
-ENV NEXTCLOUD_VERSION 19.0.0RC1
+ENV NEXTCLOUD_VERSION 19.0.0RC2
 
 RUN set -ex; \
     apk add --no-cache --virtual .fetch-deps \
diff --git a/nextcloud_19-rc-fpm/Dockerfile b/nextcloud_19-rc-fpm/Dockerfile
index 35a54b3..7cf066b 100644
--- a/nextcloud_19-rc-fpm/Dockerfile
+++ b/nextcloud_19-rc-fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
 VOLUME /var/www/html
 
 
-ENV NEXTCLOUD_VERSION 19.0.0RC1
+ENV NEXTCLOUD_VERSION 19.0.0RC2
 
 RUN set -ex; \
     fetchDeps=" \
diff --git a/nextcloud_19-rc/Dockerfile b/nextcloud_19-rc/Dockerfile
index c7975e5..e641e4b 100644
--- a/nextcloud_19-rc/Dockerfile
+++ b/nextcloud_19-rc/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
     } > /etc/apache2/conf-available/remoteip.conf;\
     a2enconf remoteip
 
-ENV NEXTCLOUD_VERSION 19.0.0RC1
+ENV NEXTCLOUD_VERSION 19.0.0RC2
 
 RUN set -ex; \
     fetchDeps=" \

@yosifkit
Copy link
Member

Failing tests are still the Command "app:list" is not defined. Other tests might be failing because it has to pull the database image before starting it, which might not be fast enough (looking to make a fix for that shortly).

@yosifkit yosifkit merged commit b4ac641 into docker-library:master May 19, 2020
@tilosp-bot tilosp-bot deleted the bot/nextcloud branch May 20, 2020 00:03
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.

None yet

2 participants