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

547 Commits

Author SHA1 Message Date
zokradonh
8b00fbccf9
Merge pull request #13 from zokradonh/base
Introduce a base image
2018-10-16 10:27:31 +02:00
Felix Bartels
6282c45340 remove cleared todos
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-10-16 08:32:03 +02:00
Felix Bartels
6985fc2a2c refactor makefile to not duplicate all build and tag commands
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-10-16 08:11:19 +02:00
Felix Bartels
3b96eeafc2 remove obsolete todo
Signed-off-by: Felix Bartels <felix@host-consultants.de>
base/1539669042
2018-10-15 12:09:52 +02:00
Felix Bartels
60b9a909ad replace $1 in curl --data command
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-10-15 09:50:27 +02:00
Felix Bartels
e38511b7a1 add todo to check dumb-init
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-10-15 08:13:16 +02:00
Felix Bartels
a3b39014bf add makefile
add example docker-compose (for easy copy and paste)
refactor common multi stage image to base image for core and webapp
add docker version tagging
add a version to the base image as well

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-10-14 23:35:26 +02:00
Andre Zoledziowski
7a73d9087c
fix supported build 2018-10-13 15:32:42 +02:00
Andre Zoledziowski
b95814444d
commit after pressing save... 2018-10-13 14:37:55 +02:00
Andre Zoledziowski
30fc849f6a
merge 2018-10-13 14:32:11 +02:00
Andre Zoledziowski
8ce7f2abdc
Created another image for shared scripts. 2018-10-13 14:30:28 +02:00
zokradonh
e6766f261f
Merge pull request #10 from fbartels/master
fix if casing for download_community_packages
2018-10-12 20:28:23 +02:00
Felix Bartels
b2b0382199 fix if casing for download_community_packages
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-10-12 20:16:40 +02:00
Felix Bartels
954de3757e BugFixes and optimizations
fix shellcheck warnings on download_community
remove gzip
chmod from dockerfile to script itself
better error handling if filename returns empty
apply fix to match download archives for both amd64 and all
2018-10-12 18:06:50 +02:00
Andre Zoledziowski
b100bde1ef
BugFix: missing dependencies. 2018-10-12 16:27:17 +02:00
Andre Zoledziowski
cb06fc5a16
BugFix: platform workaround 2018-10-12 15:25:36 +02:00
Andre Zoledziowski
501c47ec9e
Simplified build.sh. Updated Readme. 2018-10-12 15:00:34 +02:00
Andre Zoledziowski
e1bceb173e
Now using dumb-init from Debian repositories. 2018-10-02 11:48:03 +02:00
Andre Zoledziowski
fe0d9438c5
Community build now directly possible 2018-08-23 16:00:50 +02:00
Andre Zoledziowski
2d2eaba1a5
Additional kopano packages can be specified on build time 2018-08-19 23:11:33 +02:00
Andre Zoledziowski
44eb4c8f52
Minor changes 2018-07-01 12:16:53 +02:00
Andre Zoledziowski
d535895cdc
BugFix: missing z-push logs, migrated to new z-push config 2018-07-01 12:16:12 +02:00
Andre Zoledziowski
c2b03f28f9
BugFix: z-push missing IPC provider 2018-07-01 12:15:09 +02:00
Andre Zoledziowski
df8f8fdef8
Improved build script, likely supporting kopano_version_watch 2018-06-29 12:27:58 +02:00
Andre Zoledziowski
cd4d3caf79
New: KCCONF is now capable of adding new conf lines 2018-06-29 11:55:18 +02:00
Andre Zoledziowski
b5d30b13d7
Added comfort functions & minor 2018-06-28 10:39:09 +02:00
Andre Zoledziowski
0c7f5102d4
BugFix: KCCOMMENT and KCUNCOMMENT buggy 2018-06-28 10:32:54 +02:00
Andre Zoledziowski
a07eb594f1
BugFix: Permission denied on socket open 2018-06-28 10:29:16 +02:00
Andre Zoledziowski
a0165f7746 Minor correction 2018-06-25 23:47:36 +02:00
Andre Zoledziowski
3b33916353 Corrected major documentation problems 2018-06-25 23:39:48 +02:00
Andre Zoledziowski
fae4427628 Default LDAP is no longer set ActiveDirectory. 2018-06-25 19:50:08 +02:00
Andre Zoledziowski
1d68189d66 New: build script 2018-06-25 19:23:10 +02:00
Andre Zoledziowski
fde2c566c9 New: WebApp now support supported repositories 2018-06-25 19:05:46 +02:00
Andre Zoledziowski
9d81ea0045 Refactor directory base to core 2018-06-25 11:05:45 +02:00
Andre Zoledziowski
bfbb4cbe40 New: Every service now uses same image (kopano_base) 2018-06-23 00:12:08 +02:00
Andre Zoledziowski
d8852d46da New: KCCONF_ now allows (un)commenting 2018-06-23 00:05:04 +02:00
Andre Zoledziowski
89b0351e0b BugFix: Since version unknown, /etc/kopano is empty 2018-06-20 01:34:08 +02:00
Andre Zoledziowski
a5ef4e27f1 New: Allow non-community releases. 2018-06-19 01:20:26 +02:00
Andre Zoledziowski
95723626a8 Merge branch 'master' of https://github.com/ZokRadonh/KopanoDocker 2018-06-18 19:05:12 +02:00
Andre Zoledziowski
c68abad38b Spooler no python3 2018-06-18 19:05:07 +02:00
ZokRadonh
8fe09cf6fd
Create README.md
Quick example for docker-compose.yml file.
2018-05-28 15:04:38 +02:00
Andre Zoledziowski
5263eef879 BugFix: missing apt-get update after sources edit 2018-05-07 15:37:50 +02:00
Andre Zoledziowski
ca099eb08e Dagent is not migrated to python3 2018-05-07 14:24:00 +02:00
Andre Zoledziowski
57ab45f471 BugFix: Python3 2018-04-16 17:01:28 +02:00
Andre Zoledziowski
771fcf4601 BugFix: python3 compatiblity error 2018-04-16 16:31:35 +02:00
Andre Zoledziowski
638c299c35 Subdir renaming (removed prefix) 2018-04-16 12:18:10 +02:00
Andre Zoledziowski
1d7cc13d91 Multiple Repo to Single Repo. Squashed some layers. 2018-04-16 12:13:59 +02:00