mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-19 20:32:59 +00:00
add Kdav (#83)
* add a kdav image * do not install composer into the docker image instead use a multi stage build that copies the resulting directory into the final image * set default version in compose resolves #54
This commit is contained in:
@@ -38,6 +38,9 @@ zpush)
|
||||
exit
|
||||
fi
|
||||
;;
|
||||
kdav)
|
||||
git ls-remote --tags https://stash.kopano.io/scm/kc/kdav.git | awk -F/ '{ print $3 }' | tail -1 | sed 's/^.//'
|
||||
exit
|
||||
esac
|
||||
|
||||
# query community server by h5ai API
|
||||
|
||||
Reference in New Issue
Block a user