From 933a72ae600d2a75407aac907721fc75311302ae Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Mon, 2 Dec 2024 13:07:57 +0100 Subject: [PATCH] pin fluent-plugin-label-router to the same named tag Signed-off-by: Peter Wilcsinszky --- v1.16-4.10/Dockerfile | 2 +- v1.16-4.8/Dockerfile | 2 +- v1.16-4.9/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v1.16-4.10/Dockerfile b/v1.16-4.10/Dockerfile index 0e843d44..d8c70fc7 100644 --- a/v1.16-4.10/Dockerfile +++ b/v1.16-4.10/Dockerfile @@ -44,7 +44,7 @@ RUN apk add --no-cache \ # kubeclient install is upgrading the one from the base image && fluent-gem install specific_install -v 0.3.8 \ && fluent-gem specific_install -l https://github.com/ManageIQ/kubeclient.git --ref 054bff2c5e31a555004be2b3c4d32fb9dc5e6a0f \ - && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-label-router.git --ref 6d9d34a7e3fd73a400a31fb35513781802e7b36d \ + && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-label-router.git --ref namespace-label \ && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \ && apk del $BUILD_DEPS \ && rm -rf /usr/local/bundle/cache/* && find /usr/local/bundle -name '*.o' -delete diff --git a/v1.16-4.8/Dockerfile b/v1.16-4.8/Dockerfile index 19d0d64a..0cd52c29 100644 --- a/v1.16-4.8/Dockerfile +++ b/v1.16-4.8/Dockerfile @@ -44,7 +44,7 @@ RUN apk add --no-cache \ # kubeclient install is upgrading the one from the base image && fluent-gem install specific_install -v 0.3.8 \ && fluent-gem specific_install -l https://github.com/ManageIQ/kubeclient.git --ref 054bff2c5e31a555004be2b3c4d32fb9dc5e6a0f \ - && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-label-router.git --ref 6d9d34a7e3fd73a400a31fb35513781802e7b36d \ + && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-label-router.git --ref namespace-label \ && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \ && apk del $BUILD_DEPS \ && rm -rf /usr/local/bundle/cache/* && find /usr/local/bundle -name '*.o' -delete diff --git a/v1.16-4.9/Dockerfile b/v1.16-4.9/Dockerfile index f095d362..1e98ec37 100644 --- a/v1.16-4.9/Dockerfile +++ b/v1.16-4.9/Dockerfile @@ -44,7 +44,7 @@ RUN apk add --no-cache \ # kubeclient install is upgrading the one from the base image && fluent-gem install specific_install -v 0.3.8 \ && fluent-gem specific_install -l https://github.com/ManageIQ/kubeclient.git --ref 054bff2c5e31a555004be2b3c4d32fb9dc5e6a0f \ - && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-label-router.git --ref 6d9d34a7e3fd73a400a31fb35513781802e7b36d \ + && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-label-router.git --ref namespace-label \ && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \ && apk del $BUILD_DEPS \ && rm -rf /usr/local/bundle/cache/* && find /usr/local/bundle -name '*.o' -delete