commit a23f824fd16b915dc8153bbd6c03049272748f35 Author: Lauri Võsandi Date: Mon Feb 14 08:26:29 2022 +0200 Add Wildduck stack diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6e7b6d9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,46 @@ +--- +kind: pipeline +type: kubernetes +name: default + +steps: +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive +- name: wildduck + image: plugins/docker + settings: + context: wildduck/ + dockerfile: wildduck/Dockerfile + repo: harbor.k-space.ee/k-space/wildduck + registry: harbor.k-space.ee + mtu: 1300 + username: + from_secret: docker_username + password: + from_secret: docker_password +- name: haraka + image: plugins/docker + settings: + context: haraka/ + dockerfile: haraka/Dockerfile + repo: harbor.k-space.ee/k-space/haraka + registry: harbor.k-space.ee + mtu: 1300 + username: + from_secret: docker_username + password: + from_secret: docker_password +- name: zone-mta + image: plugins/docker + settings: + context: zone-mta/ + dockerfile: zone-mta/Dockerfile + repo: harbor.k-space.ee/k-space/zone-mta + registry: harbor.k-space.ee + mtu: 1300 + username: + from_secret: docker_username + password: + from_secret: docker_password diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1d171ae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "haraka"] + path = haraka + url = https://github.com/haraka/Haraka +[submodule "zone-mta"] + path = zone-mta + url = https://github.com/zone-eu/zone-mta +[submodule "wildduck"] + path = wildduck + url = https://github.com/nodemailer/wildduck diff --git a/haraka b/haraka new file mode 160000 index 0000000..4afc7b1 --- /dev/null +++ b/haraka @@ -0,0 +1 @@ +Subproject commit 4afc7b1fa17b0812862c52375c1fd7bc5f865e73 diff --git a/wildduck b/wildduck new file mode 160000 index 0000000..b1f8843 --- /dev/null +++ b/wildduck @@ -0,0 +1 @@ +Subproject commit b1f88434e3123428c79504787d05c6fc8e84397c diff --git a/zone-mta b/zone-mta new file mode 160000 index 0000000..1dc3192 --- /dev/null +++ b/zone-mta @@ -0,0 +1 @@ +Subproject commit 1dc31922a93e8e98eae83927b1c739d936494358