From c0591a5f4348707d68c90704510cc460bb30f869 Mon Sep 17 00:00:00 2001 From: caviedesj Date: Tue, 20 Jan 2026 11:09:00 +0100 Subject: [PATCH] Feat. Add FluxCD CLI in tests Dockerfile Change-Id: Iad1939fa20d8b2e825ea0067f7726ec0248e449a Signed-off-by: caviedesj --- Dockerfile.production | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile.production b/Dockerfile.production index dcc1b84..4f8b516 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -80,6 +80,10 @@ RUN curl -L -o /tmp/vcluster "https://github.com/loft-sh/vcluster/releases/downl # Copy vCluster configuration COPY configs/vcluster.yaml /etc/vcluster.yaml +# Add FluxCD CLI Client +ENV FLUX_CLI_VERSION="2.4.0" +RUN curl -s https://fluxcd.io/install.sh | FLUX_VERSION=${FLUX_CLI_VERSION} bash + ARG IM_GERRIT_REFSPEC=master RUN git clone --filter=blob:none --tags https://osm.etsi.org/gerrit/osm/IM.git /tmp/osm-im && \ cd /tmp/osm-im && \ -- 2.25.1