mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +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:
parent
3d81632698
commit
ae71b326a7
@ -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:"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user