Add Wildduck stack
continuous-integration/drone Build is failing Details

This commit is contained in:
Lauri Võsandi 2022-02-14 08:26:29 +02:00 committed by Lauri Võsandi
commit a23f824fd1
5 changed files with 58 additions and 0 deletions

46
.drone.yml Normal file
View File

@ -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

9
.gitmodules vendored Normal file
View File

@ -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

1
haraka Submodule

@ -0,0 +1 @@
Subproject commit 4afc7b1fa17b0812862c52375c1fd7bc5f865e73

1
wildduck Submodule

@ -0,0 +1 @@
Subproject commit b1f88434e3123428c79504787d05c6fc8e84397c

1
zone-mta Submodule

@ -0,0 +1 @@
Subproject commit 1dc31922a93e8e98eae83927b1c739d936494358