Update bottin; remove drone runner

This commit is contained in:
Alex 2021-03-16 14:59:10 +01:00
parent d67a6c363a
commit e197429531
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@ job "directory" {
task "bottin" { task "bottin" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/bottin_amd64:20" image = "lxpz/bottin_amd64:21"
network_mode = "host" network_mode = "host"
readonly_rootfs = true readonly_rootfs = true
ports = [ "ldap_port" ] ports = [ "ldap_port" ]

View file

@ -79,6 +79,7 @@ EOH
} }
} }
/*
group "runner" { group "runner" {
count = 3 count = 3
@ -120,4 +121,5 @@ EOH
} }
} }
} }
*/
} }