Add Wildduck stack
continuous-integration/drone Build is failing

This commit is contained in:
2022-02-14 08:54:14 +02:00
committed by lauri
commit a23f824fd1
5 changed files with 58 additions and 0 deletions
+46
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
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
Submodule
+1
Submodule haraka added at 4afc7b1fa1
Submodule
+1
Submodule wildduck added at b1f88434e3
Submodule
+1
Submodule zone-mta added at 1dc31922a9