Pin stunnel image to speed deployments
This will prevent redownload
This commit is contained in:
parent
2235a00f3b
commit
9ee660cb6d
@ -190,7 +190,7 @@ job "Dummy" {
|
||||
}
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
}
|
||||
|
||||
|
@ -200,7 +200,7 @@ job "blocky" {
|
||||
}
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
ports = ["tls"]
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ job "grafana" {
|
||||
}
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
}
|
||||
|
||||
|
@ -195,7 +195,7 @@ SELECT 'NOOP';
|
||||
}
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
ports = ["tls"]
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ MYSQL_ROOT_PASSWORD={{ .mysql_root_password }}
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
ports = ["tls"]
|
||||
}
|
||||
|
@ -82,7 +82,7 @@ POSTGRES_PASSWORD={{ .superuser_pass }}
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
ports = ["tls"]
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ job "redis-${name}" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
ports = ["tls"]
|
||||
}
|
||||
|
@ -380,7 +380,7 @@ $$;
|
||||
}
|
||||
|
||||
config {
|
||||
image = "iamthefij/stunnel:latest"
|
||||
image = "iamthefij/stunnel:1.0.0"
|
||||
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user