update diplonat image #17
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ job "core" {
|
|||
|
||||
update {
|
||||
max_parallel = 1
|
||||
stagger = "5m"
|
||||
stagger = "1m"
|
||||
}
|
||||
|
||||
group "network" {
|
||||
|
@ -17,9 +17,10 @@ job "core" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "superboum/amd64_diplonat:v1"
|
||||
image = "darkgallium/amd64_diplonat:v2"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
privileged = true
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Reference in a new issue