1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Make it possible to use an existing konnect instance (#195)

* make konnect url configurable
* switch to fork of dockerize as it allows to skip ssl verification
since the address of the oidc issuer is now dynamic it could point to an invalid ssl certificate (the self signed cert is by default "valid" for *)
* update hadolint
* add more scopes
* only skip ssl verification when running insecure
This commit is contained in:
Felix Bartels
2019-08-20 21:16:42 +02:00
committed by GitHub
parent ae7f679be2
commit f7934cbc51
10 changed files with 38 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ LABEL maintainer=az@zok.xyz \
org.label-schema.schema-version="1.0"
RUN apt-get update && apt-get install --no-install-recommends -y \
vim nano man \
vim nano man less \
kopano-backup \
kopano-migration-imap \
kopano-migration-pst \