Skip to content

Commit

Permalink
Merge pull request #99 from kube-logging/rebuild-for-native-extensions
Browse files Browse the repository at this point in the history
fix: rebuild base gems for native extensions
  • Loading branch information
OverOrion authored Dec 11, 2023
2 parents ad34d1f + b2ca9fc commit 4195e96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions v1.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ RUN apk add --no-cache \
&& apk add --no-cache "libssl3>=3.1.4-r1" \
&& apk add --no-cache "libcrypto3>=3.1.4-r1" \
&& echo 'gem: --no-document' >> /etc/gemrc \
# need to rebuild these gems to have the extensions installed
&& fluent-gem install \
bigdecimal:1.4.4 \
oj:3.15.0 \
google-protobuf:3.21.12 \
nio4r:2.6.0 \
snappy:0.3.0 \
# The only required fluentd dependency is the label router
# kubeclient install is upgrading the one from the base image
&& fluent-gem install specific_install -v 0.3.8 \
Expand Down

0 comments on commit 4195e96

Please sign in to comment.