mirror of
https://github.com/sstent/containers.git
synced 2026-01-25 16:41:51 +00:00
add dronefiles
This commit is contained in:
21
.drone/.dante.yml
Normal file
21
.drone/.dante.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
publish_OpenVPN:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.service.dc1.consul:5000/dante
|
||||||
|
registry: registry.service.dc1.consul:5000
|
||||||
|
insecure: true
|
||||||
|
dockerfile: Dockerfile.openvpn
|
||||||
|
when:
|
||||||
|
path: 'dante/*'
|
||||||
|
publish_Wireguard:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.service.dc1.consul:5000/dante-wg
|
||||||
|
registry: registry.service.dc1.consul:5000
|
||||||
|
insecure: true
|
||||||
|
dockerfile: Dockerfile.wireguard
|
||||||
|
when:
|
||||||
|
path: 'dante/*'
|
||||||
|
...
|
||||||
11
.drone/.fitbit-collect.yml
Normal file
11
.drone/.fitbit-collect.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.service.dc1.consul:5000/fitbit-collect
|
||||||
|
registry: registry.service.dc1.consul:5000
|
||||||
|
insecure: true
|
||||||
|
when:
|
||||||
|
path: 'fitbit-collect/*'
|
||||||
|
...
|
||||||
11
.drone/.garminexport.yml
Normal file
11
.drone/.garminexport.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.service.dc1.consul:5000/garminexport
|
||||||
|
registry: registry.service.dc1.consul:5000
|
||||||
|
insecure: true
|
||||||
|
when:
|
||||||
|
path: 'garminexport/*'
|
||||||
|
...
|
||||||
11
.drone/.gitea.yml
Normal file
11
.drone/.gitea.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.service.dc1.consul:5000/gitea
|
||||||
|
registry: registry.service.dc1.consul:5000
|
||||||
|
insecure: true
|
||||||
|
when:
|
||||||
|
path: 'gitea/*'
|
||||||
|
...
|
||||||
11
.drone/.openpyn_alpine.yml
Normal file
11
.drone/.openpyn_alpine.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.service.dc1.consul:5000/openpyn
|
||||||
|
registry: registry.service.dc1.consul:5000
|
||||||
|
insecure: true
|
||||||
|
when:
|
||||||
|
path: 'openpyn_alpine/*'
|
||||||
|
...
|
||||||
11
.drone/.rsync.yml
Normal file
11
.drone/.rsync.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.service.dc1.consul:5000/rsync
|
||||||
|
registry: registry.service.dc1.consul:5000
|
||||||
|
insecure: true
|
||||||
|
when:
|
||||||
|
path: 'rsync/*'
|
||||||
|
...
|
||||||
Reference in New Issue
Block a user