Pin stunnel image to speed deployments

This will prevent redownload
This commit is contained in:
IamTheFij 2024-06-26 13:27:41 -07:00
parent 2235a00f3b
commit 9ee660cb6d
8 changed files with 8 additions and 8 deletions

View File

@ -190,7 +190,7 @@ job "Dummy" {
}
config {
image = "iamthefij/stunnel:latest"
image = "iamthefij/stunnel:1.0.0"
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
}

View File

@ -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"]
}

View File

@ -40,7 +40,7 @@ job "grafana" {
}
config {
image = "iamthefij/stunnel:latest"
image = "iamthefij/stunnel:1.0.0"
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
}

View File

@ -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"]
}

View File

@ -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"]
}

View File

@ -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"]
}

View File

@ -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"]
}

View File

@ -380,7 +380,7 @@ $$;
}
config {
image = "iamthefij/stunnel:latest"
image = "iamthefij/stunnel:1.0.0"
args = ["$${NOMAD_TASK_DIR}/stunnel.conf"]
}