Skip to content

Commit

Permalink
Merge pull request nextcloud#862 from tilosp/bot/update
Browse files Browse the repository at this point in the history
Update to 17.0.0RC1
  • Loading branch information
tilosp authored Sep 13, 2019
2 parents 73ff5c8 + 7d0e49e commit cc2952f
Show file tree
Hide file tree
Showing 29 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
allow_failures:
- env: VERSION=15.0 VARIANT=apache ARCH=i386
- env: VERSION=16.0 VARIANT=apache ARCH=i386
- env: VERSION=17.0 VARIANT=apache ARCH=i386
- env: VERSION=15.0-rc VARIANT=apache ARCH=i386
- env: VERSION=16.0-rc VARIANT=apache ARCH=i386
- env: VERSION=17.0-rc VARIANT=apache ARCH=i386
- env: VERSION=17.0-beta VARIANT=apache ARCH=i386
include:
- &test-scripts
Expand All @@ -62,12 +64,12 @@ jobs:
- travis_retry ./generate-stackbrew-library.sh

- stage: test images
env: VERSION=17.0-beta VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=17.0-beta VARIANT=fpm-alpine ARCH=i386
- env: VERSION=17.0-beta VARIANT=fpm ARCH=amd64
- env: VERSION=17.0-beta VARIANT=fpm ARCH=i386
- env: VERSION=17.0-beta VARIANT=apache ARCH=amd64
- env: VERSION=17.0-beta VARIANT=apache ARCH=i386
env: VERSION=17.0-rc VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=17.0-rc VARIANT=fpm-alpine ARCH=i386
- env: VERSION=17.0-rc VARIANT=fpm ARCH=amd64
- env: VERSION=17.0-rc VARIANT=fpm ARCH=i386
- env: VERSION=17.0-rc VARIANT=apache ARCH=amd64
- env: VERSION=17.0-rc VARIANT=apache ARCH=i386
- env: VERSION=14.0 VARIANT=fpm-alpine ARCH=amd64
- env: VERSION=14.0 VARIANT=fpm-alpine ARCH=i386
- env: VERSION=14.0 VARIANT=fpm ARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion 17.0-beta/apache/Dockerfile → 17.0-rc/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 17.0.0beta4
ENV NEXTCLOUD_VERSION 17.0.0RC1

RUN set -ex; \
fetchDeps=" \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 17.0.0beta4
ENV NEXTCLOUD_VERSION 17.0.0RC1

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 17.0-beta/fpm/Dockerfile → 17.0-rc/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 17.0.0beta4
ENV NEXTCLOUD_VERSION 17.0.0RC1

RUN set -ex; \
fetchDeps=" \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cc2952f

Please sign in to comment.