From 1f7e020524ee32aaba02cd456bd59257866f769a Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Fri, 5 Jul 2024 14:48:13 +0200 Subject: [PATCH] fix syslog plugin ruby3 compatibility Signed-off-by: Peter Wilcsinszky --- v1.16-4.8/Dockerfile | 2 +- v1.16/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.16-4.8/Dockerfile b/v1.16-4.8/Dockerfile index b7d630c3..f88945f7 100644 --- a/v1.16-4.8/Dockerfile +++ b/v1.16-4.8/Dockerfile @@ -92,7 +92,7 @@ RUN apk add --no-cache $BUILD_DEPS \ && touch /etc/gemrc \ # TODO get rid of this by submitting the patch upstream && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git --ref ad6a7cb0f166e2c1648954a928e1e9b8cdcbf93d \ - && fluent-gem specific_install -l https://github.com/acquia/fluent-plugin-syslog_rfc5424.git --ref 5199be67d1a385f529fa1d6b6023e95ba7fac27d \ + && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-syslog_rfc5424.git --ref 4ab9f7df3757b0e31e4bc209acab05a518efdce3 \ && fluent-gem install --file /Gemfile.outputs \ && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \ && apk del $BUILD_DEPS \ diff --git a/v1.16/Dockerfile b/v1.16/Dockerfile index bc27033d..9065d061 100644 --- a/v1.16/Dockerfile +++ b/v1.16/Dockerfile @@ -91,7 +91,7 @@ RUN apk add --no-cache $BUILD_DEPS \ && touch /etc/gemrc \ # TODO get rid of this by submitting the patch upstream && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git --ref ad6a7cb0f166e2c1648954a928e1e9b8cdcbf93d \ - && fluent-gem specific_install -l https://github.com/acquia/fluent-plugin-syslog_rfc5424.git --ref 5199be67d1a385f529fa1d6b6023e95ba7fac27d \ + && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-syslog_rfc5424.git --ref 4ab9f7df3757b0e31e4bc209acab05a518efdce3 \ && fluent-gem install --file /Gemfile.outputs \ && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \ && apk del $BUILD_DEPS \