This commit is contained in:
46
.drone.yml
Normal file
46
.drone.yml
Normal 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
9
.gitmodules
vendored
Normal 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
1
haraka
Submodule
Submodule haraka added at 4afc7b1fa1
1
wildduck
Submodule
1
wildduck
Submodule
Submodule wildduck added at b1f88434e3
1
zone-mta
Submodule
1
zone-mta
Submodule
Submodule zone-mta added at 1dc31922a9
Reference in New Issue
Block a user