|
|
@@ -26,9 +26,9 @@ steps:
|
|
26
|
26
|
password: { from_secret: reg-pass }
|
|
27
|
27
|
repo: reg.unino.de/develop/debian-${DRONE_REPO_NAMESPACE}-${DRONE_REPO_NAME}
|
|
28
|
28
|
#mirror: registry-1.docker.io/library/debian:stable-slim
|
|
29
|
|
- bip: 172.17.0.1/16
|
|
|
29
|
+ bip: 172.17.0.1/16 # only effective when bridge not yet existing
|
|
30
|
30
|
context: /drone # defaults to root of git repo
|
|
31
|
|
- #custom_dns: 127.0.0.11
|
|
|
31
|
+ #custom_dns: 127.0.0.11 # defaults to google dns
|
|
32
|
32
|
storage_driver: overlay2 # aufs, overlay or vfs
|
|
33
|
33
|
#debug: true
|
|
34
|
34
|
#launch_debug: true
|