summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-03-22 22:35:34 +0100
committerGitHub <noreply@github.com>2019-03-22 22:35:34 +0100
commitd1840409e70378d10fcd81922de3b1fa6482517b (patch)
tree597114fbcd13824af3dfc3c0b89a4f15a98b6b7e
parent6702c88033b47c242c67b9063b75f07847fe0c0d (diff)
parente6701140043c2f8f2f9cb39805ea19c7d2a7c894 (diff)
Merge pull request #693 from tilosp/bot/update
Add Nextcloud 16.0.0beta1
-rw-r--r--.travis.yml12
-rw-r--r--16.0-beta/apache/Dockerfile (renamed from 16.0-alpha/apache/Dockerfile)2
-rw-r--r--16.0-beta/apache/config/apache-pretty-urls.config.php (renamed from 16.0-alpha/apache/config/apache-pretty-urls.config.php)0
-rw-r--r--16.0-beta/apache/config/apcu.config.php (renamed from 16.0-alpha/apache/config/apcu.config.php)0
-rw-r--r--16.0-beta/apache/config/apps.config.php (renamed from 16.0-alpha/apache/config/apps.config.php)0
-rw-r--r--16.0-beta/apache/config/autoconfig.php (renamed from 16.0-alpha/apache/config/autoconfig.php)0
-rw-r--r--16.0-beta/apache/config/redis.config.php (renamed from 16.0-alpha/apache/config/redis.config.php)0
-rwxr-xr-x16.0-beta/apache/cron.sh (renamed from 16.0-alpha/apache/cron.sh)0
-rwxr-xr-x16.0-beta/apache/entrypoint.sh (renamed from 16.0-alpha/apache/entrypoint.sh)0
-rw-r--r--16.0-beta/apache/upgrade.exclude (renamed from 16.0-alpha/apache/upgrade.exclude)0
-rw-r--r--16.0-beta/fpm-alpine/Dockerfile (renamed from 16.0-alpha/fpm-alpine/Dockerfile)2
-rw-r--r--16.0-beta/fpm-alpine/config/apcu.config.php (renamed from 16.0-alpha/fpm-alpine/config/apcu.config.php)0
-rw-r--r--16.0-beta/fpm-alpine/config/apps.config.php (renamed from 16.0-alpha/fpm-alpine/config/apps.config.php)0
-rw-r--r--16.0-beta/fpm-alpine/config/autoconfig.php (renamed from 16.0-alpha/fpm-alpine/config/autoconfig.php)0
-rw-r--r--16.0-beta/fpm-alpine/config/redis.config.php (renamed from 16.0-alpha/fpm-alpine/config/redis.config.php)0
-rwxr-xr-x16.0-beta/fpm-alpine/cron.sh (renamed from 16.0-alpha/fpm-alpine/cron.sh)0
-rwxr-xr-x16.0-beta/fpm-alpine/entrypoint.sh (renamed from 16.0-alpha/fpm-alpine/entrypoint.sh)0
-rw-r--r--16.0-beta/fpm-alpine/upgrade.exclude (renamed from 16.0-alpha/fpm-alpine/upgrade.exclude)0
-rw-r--r--16.0-beta/fpm/Dockerfile (renamed from 16.0-alpha/fpm/Dockerfile)2
-rw-r--r--16.0-beta/fpm/config/apcu.config.php (renamed from 16.0-alpha/fpm/config/apcu.config.php)0
-rw-r--r--16.0-beta/fpm/config/apps.config.php (renamed from 16.0-alpha/fpm/config/apps.config.php)0
-rw-r--r--16.0-beta/fpm/config/autoconfig.php (renamed from 16.0-alpha/fpm/config/autoconfig.php)0
-rw-r--r--16.0-beta/fpm/config/redis.config.php (renamed from 16.0-alpha/fpm/config/redis.config.php)0
-rwxr-xr-x16.0-beta/fpm/cron.sh (renamed from 16.0-alpha/fpm/cron.sh)0
-rwxr-xr-x16.0-beta/fpm/entrypoint.sh (renamed from 16.0-alpha/fpm/entrypoint.sh)0
-rw-r--r--16.0-beta/fpm/upgrade.exclude (renamed from 16.0-alpha/fpm/upgrade.exclude)0
26 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 964a68c5..0a137e1f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,12 +50,12 @@ jobs:
- ./generate-stackbrew-library.sh
- stage: test images
- env: VERSION=16.0-alpha VARIANT=fpm-alpine ARCH=amd64
- - env: VERSION=16.0-alpha VARIANT=fpm-alpine ARCH=i386
- - env: VERSION=16.0-alpha VARIANT=fpm ARCH=amd64
- - env: VERSION=16.0-alpha VARIANT=fpm ARCH=i386
- - env: VERSION=16.0-alpha VARIANT=apache ARCH=amd64
- - env: VERSION=16.0-alpha VARIANT=apache ARCH=i386
+ env: VERSION=16.0-beta VARIANT=fpm-alpine ARCH=amd64
+ - env: VERSION=16.0-beta VARIANT=fpm-alpine ARCH=i386
+ - env: VERSION=16.0-beta VARIANT=fpm ARCH=amd64
+ - env: VERSION=16.0-beta VARIANT=fpm ARCH=i386
+ - env: VERSION=16.0-beta VARIANT=apache ARCH=amd64
+ - env: VERSION=16.0-beta VARIANT=apache ARCH=i386
- env: VERSION=13.0 VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=13.0 VARIANT=fpm-alpine ARCH=i386
- env: VERSION=13.0 VARIANT=fpm ARCH=amd64
diff --git a/16.0-alpha/apache/Dockerfile b/16.0-beta/apache/Dockerfile
index a06f4d1d..a8ffc794 100644
--- a/16.0-alpha/apache/Dockerfile
+++ b/16.0-beta/apache/Dockerfile
@@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 16.0.0alpha1
+ENV NEXTCLOUD_VERSION 16.0.0beta1
RUN set -ex; \
fetchDeps=" \
diff --git a/16.0-alpha/apache/config/apache-pretty-urls.config.php b/16.0-beta/apache/config/apache-pretty-urls.config.php
index 72da1d8c..72da1d8c 100644
--- a/16.0-alpha/apache/config/apache-pretty-urls.config.php
+++ b/16.0-beta/apache/config/apache-pretty-urls.config.php
diff --git a/16.0-alpha/apache/config/apcu.config.php b/16.0-beta/apache/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/16.0-alpha/apache/config/apcu.config.php
+++ b/16.0-beta/apache/config/apcu.config.php
diff --git a/16.0-alpha/apache/config/apps.config.php b/16.0-beta/apache/config/apps.config.php
index a4bed833..a4bed833 100644
--- a/16.0-alpha/apache/config/apps.config.php
+++ b/16.0-beta/apache/config/apps.config.php
diff --git a/16.0-alpha/apache/config/autoconfig.php b/16.0-beta/apache/config/autoconfig.php
index 85e02212..85e02212 100644
--- a/16.0-alpha/apache/config/autoconfig.php
+++ b/16.0-beta/apache/config/autoconfig.php
diff --git a/16.0-alpha/apache/config/redis.config.php b/16.0-beta/apache/config/redis.config.php
index 5df799f2..5df799f2 100644
--- a/16.0-alpha/apache/config/redis.config.php
+++ b/16.0-beta/apache/config/redis.config.php
diff --git a/16.0-alpha/apache/cron.sh b/16.0-beta/apache/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/16.0-alpha/apache/cron.sh
+++ b/16.0-beta/apache/cron.sh
diff --git a/16.0-alpha/apache/entrypoint.sh b/16.0-beta/apache/entrypoint.sh
index 6ef2540e..6ef2540e 100755
--- a/16.0-alpha/apache/entrypoint.sh
+++ b/16.0-beta/apache/entrypoint.sh
diff --git a/16.0-alpha/apache/upgrade.exclude b/16.0-beta/apache/upgrade.exclude
index 354864da..354864da 100644
--- a/16.0-alpha/apache/upgrade.exclude
+++ b/16.0-beta/apache/upgrade.exclude
diff --git a/16.0-alpha/fpm-alpine/Dockerfile b/16.0-beta/fpm-alpine/Dockerfile
index fdd23409..f62d9303 100644
--- a/16.0-alpha/fpm-alpine/Dockerfile
+++ b/16.0-beta/fpm-alpine/Dockerfile
@@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.0alpha1
+ENV NEXTCLOUD_VERSION 16.0.0beta1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/16.0-alpha/fpm-alpine/config/apcu.config.php b/16.0-beta/fpm-alpine/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/16.0-alpha/fpm-alpine/config/apcu.config.php
+++ b/16.0-beta/fpm-alpine/config/apcu.config.php
diff --git a/16.0-alpha/fpm-alpine/config/apps.config.php b/16.0-beta/fpm-alpine/config/apps.config.php
index a4bed833..a4bed833 100644
--- a/16.0-alpha/fpm-alpine/config/apps.config.php
+++ b/16.0-beta/fpm-alpine/config/apps.config.php
diff --git a/16.0-alpha/fpm-alpine/config/autoconfig.php b/16.0-beta/fpm-alpine/config/autoconfig.php
index 85e02212..85e02212 100644
--- a/16.0-alpha/fpm-alpine/config/autoconfig.php
+++ b/16.0-beta/fpm-alpine/config/autoconfig.php
diff --git a/16.0-alpha/fpm-alpine/config/redis.config.php b/16.0-beta/fpm-alpine/config/redis.config.php
index 5df799f2..5df799f2 100644
--- a/16.0-alpha/fpm-alpine/config/redis.config.php
+++ b/16.0-beta/fpm-alpine/config/redis.config.php
diff --git a/16.0-alpha/fpm-alpine/cron.sh b/16.0-beta/fpm-alpine/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/16.0-alpha/fpm-alpine/cron.sh
+++ b/16.0-beta/fpm-alpine/cron.sh
diff --git a/16.0-alpha/fpm-alpine/entrypoint.sh b/16.0-beta/fpm-alpine/entrypoint.sh
index 6ef2540e..6ef2540e 100755
--- a/16.0-alpha/fpm-alpine/entrypoint.sh
+++ b/16.0-beta/fpm-alpine/entrypoint.sh
diff --git a/16.0-alpha/fpm-alpine/upgrade.exclude b/16.0-beta/fpm-alpine/upgrade.exclude
index 354864da..354864da 100644
--- a/16.0-alpha/fpm-alpine/upgrade.exclude
+++ b/16.0-beta/fpm-alpine/upgrade.exclude
diff --git a/16.0-alpha/fpm/Dockerfile b/16.0-beta/fpm/Dockerfile
index b9ff14e6..519844d7 100644
--- a/16.0-alpha/fpm/Dockerfile
+++ b/16.0-beta/fpm/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.0alpha1
+ENV NEXTCLOUD_VERSION 16.0.0beta1
RUN set -ex; \
fetchDeps=" \
diff --git a/16.0-alpha/fpm/config/apcu.config.php b/16.0-beta/fpm/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/16.0-alpha/fpm/config/apcu.config.php
+++ b/16.0-beta/fpm/config/apcu.config.php
diff --git a/16.0-alpha/fpm/config/apps.config.php b/16.0-beta/fpm/config/apps.config.php
index a4bed833..a4bed833 100644
--- a/16.0-alpha/fpm/config/apps.config.php
+++ b/16.0-beta/fpm/config/apps.config.php
diff --git a/16.0-alpha/fpm/config/autoconfig.php b/16.0-beta/fpm/config/autoconfig.php
index 85e02212..85e02212 100644
--- a/16.0-alpha/fpm/config/autoconfig.php
+++ b/16.0-beta/fpm/config/autoconfig.php
diff --git a/16.0-alpha/fpm/config/redis.config.php b/16.0-beta/fpm/config/redis.config.php
index 5df799f2..5df799f2 100644
--- a/16.0-alpha/fpm/config/redis.config.php
+++ b/16.0-beta/fpm/config/redis.config.php
diff --git a/16.0-alpha/fpm/cron.sh b/16.0-beta/fpm/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/16.0-alpha/fpm/cron.sh
+++ b/16.0-beta/fpm/cron.sh
diff --git a/16.0-alpha/fpm/entrypoint.sh b/16.0-beta/fpm/entrypoint.sh
index 6ef2540e..6ef2540e 100755
--- a/16.0-alpha/fpm/entrypoint.sh
+++ b/16.0-beta/fpm/entrypoint.sh
diff --git a/16.0-alpha/fpm/upgrade.exclude b/16.0-beta/fpm/upgrade.exclude
index 354864da..354864da 100644
--- a/16.0-alpha/fpm/upgrade.exclude
+++ b/16.0-beta/fpm/upgrade.exclude