test: bump glance to v0.7.8 to exercise image-pull CI job
Some checks failed
CI / Terraform fmt + validate (pull_request) Successful in 21s
CI / Nomad job spec validate (pull_request) Successful in 16s
CI / Docker image pull validation (pull_request) Failing after 14s

This commit is contained in:
2026-04-19 15:45:43 +10:00
parent f0018c2dd5
commit 438afcb9f0

View File

@@ -12,7 +12,7 @@ job "glance" {
driver = "docker" driver = "docker"
config { config {
image = "glanceapp/glance:latest" image = "glanceapp/glance:v0.7.8"
ports = ["http"] ports = ["http"]
volumes = [ volumes = [
"local/glance.yml:/app/config/glance.yml", "local/glance.yml:/app/config/glance.yml",