From c4e7f9f61101a075e4e30a0ebf2e2902a8c02669 Mon Sep 17 00:00:00 2001 From: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:23:17 +0100 Subject: [PATCH] Add testing line --- mimir-build-image/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/mimir-build-image/Dockerfile b/mimir-build-image/Dockerfile index 7fe6374d88..cd0767815e 100644 --- a/mimir-build-image/Dockerfile +++ b/mimir-build-image/Dockerfile @@ -2,6 +2,7 @@ # Provenance-includes-location: https://github.com/cortexproject/cortex/build-image/Dockerfile # Provenance-includes-license: Apache-2.0 # Provenance-includes-copyright: The Cortex Authors. +# Testing workflow FROM registry.k8s.io/kustomize/kustomize:v5.4.3 as kustomize FROM alpine/helm:3.14.4 as helm