From eeb28414c50f6fe8e754c697375408d7f9ebfbb9 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 30 Sep 2024 14:36:25 +0200 Subject: [PATCH] sync-images: sync all cephadm required images to quay.io Mirror `grafana/loki`, `grafana/promtail` and `maxwo/snmp-notifier` in addition to `nginx` and `grafana/grafana`. Signed-off-by: Guillaume Abrioux --- sync-images/build/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sync-images/build/build b/sync-images/build/build index aea6862f..0fbbbf87 100644 --- a/sync-images/build/build +++ b/sync-images/build/build @@ -9,6 +9,9 @@ docker.io: images-by-semver: nginx: ">= 1.26.0" grafana/grafana: ">= 9.0.0" + grafana/loki: "= 3.0.0" + grafana/promtail: "= 3.0.0" + maxwo/snmp-notifier: "= v1.2.1" EOF # make sure we pull the last stable image podman pull quay.io/skopeo/stable -- 2.39.5