1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

update to kweb 0.9.1 (#364)

* update to kweb 0.9.1

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* remove workaround for store creation

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-03-13 16:03:05 +01:00 committed by GitHub
parent 3d81632698
commit ae71b326a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -33,8 +33,5 @@ docker exec kopano_server kopano-admin -l
docker exec kopano_zpush z-push-admin -a list docker exec kopano_zpush z-push-admin -a list
docker exec kopano_zpush z-push-gabsync -a sync docker exec kopano_zpush z-push-gabsync -a sync
# FIXME temporary workaround for issue where kopano-admin --sync is not properly creating stores
docker exec kopano_server kopano-create-missing-stores.sh || true
# will print nothing if store exists and fail if it doesn't # will print nothing if store exists and fail if it doesn't
docker exec kopano_server kopano-admin --details user1 | grep -q "^Store GUID:" docker exec kopano_server kopano-admin --details user1 | grep -q "^Store GUID:"

View File

@ -1,4 +1,4 @@
ARG CODE_VERSION=0.8.3 ARG CODE_VERSION=0.9.1
FROM kopano/kwebd:${CODE_VERSION} FROM kopano/kwebd:${CODE_VERSION}
ARG VCS_REF ARG VCS_REF