update to version 19
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# see jenkinsfile for version to build
|
||||
ARG NC_VERSION=17
|
||||
FROM nextcloud:${NC_VERSION}-apache
|
||||
|
||||
|
||||
2
dockerfiles/services/nextcloud/Jenkinsfile
vendored
2
dockerfiles/services/nextcloud/Jenkinsfile
vendored
@@ -2,7 +2,7 @@ pipeline {
|
||||
environment {
|
||||
APP_NAME = 'xaibox'
|
||||
WORKDIR = 'dockerfiles/services/nextcloud'
|
||||
NC_VERSION = 18
|
||||
NC_VERSION = 19
|
||||
}
|
||||
|
||||
agent { label 'docker' }
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
#set -x
|
||||
|
||||
# see jenkinsfile for version to build
|
||||
NC_VERSION=${NC_VERSION:-18}
|
||||
LOCAL_IMAGE=xaicorp/nextcloud
|
||||
TAG=${NC_VERSION}.0-${BUILD_NUMBER:-dev}
|
||||
|
||||
@@ -34,6 +34,8 @@ function deploy() {
|
||||
|
||||
occ upgrade
|
||||
occ app:update --all
|
||||
occ db:add-missing-indices
|
||||
# occ db:convert-filecache-bigint
|
||||
}
|
||||
|
||||
wait_for_completed() {
|
||||
|
||||
Reference in New Issue
Block a user