From e66d9f3f844fea771cc576290623b917fad7fbf5 Mon Sep 17 00:00:00 2001 From: Trey Pendragon Date: Mon, 13 Jan 2025 09:47:40 -0800 Subject: [PATCH] Use full docker.io address for promtail. It was failing because podman needs a full address, not a shortname. --- config/deploy/log-shipping.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/log-shipping.hcl b/config/deploy/log-shipping.hcl index b0a8c481..35e9dd69 100644 --- a/config/deploy/log-shipping.hcl +++ b/config/deploy/log-shipping.hcl @@ -56,7 +56,7 @@ job "log-shipping" { task "promtail" { driver = "podman" config { - image = "grafana/promtail:2.2.1" + image = "docker.io/grafana/promtail:2.2.1" args = [ "-config.file", "local/config.yaml",