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" {
driver = "docker"
config {
image = "lxpz/bottin_amd64:20"
image = "lxpz/bottin_amd64:21"
network_mode = "host"
readonly_rootfs = true
ports = [ "ldap_port" ]

View File

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