File tree Expand file tree Collapse file tree 9 files changed +6
-2
lines changed Expand file tree Collapse file tree 9 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2023-09-26
4+ ### Changed
5+ - Ruby upgrade from 2.7.6 to 2.7.8 for OL8-Slim Fluentd container image.
6+
37## 2023-08-07
48### Added
59- Support Fluentd's [ Multi Process Workers] ( https://docs.fluentd.org/deployment/multi-process-workers ) .
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ COPY Gemfile* /fluentd/
2222# Install ruby, ruby-libs along with rubygems and bundler.
2323RUN microdnf -y module enable ruby:2.7 \
2424# Install ruby (it's dependencies gdbm-libs) and ruby-libs, disabling week dependencies
25- && microdnf -y install --setopt=install_weak_deps=0 --nodocs ruby-2.7.6 ruby-libs-2.7.6 gdbm-libs \
25+ && microdnf -y install --setopt=install_weak_deps=0 --nodocs ruby-2.7.8 ruby-libs-2.7.8 gdbm-libs \
2626# Install rubygems (it's dependencies rubygem-openssl rubygem-psych), disabling week dependencies
2727 && microdnf -y install --setopt=install_weak_deps=0 --nodocs rubygems-3.1.6 \
2828 && gem install bundler -v 2.3.25 \
@@ -59,7 +59,7 @@ ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1
5959# Install ruby, ruby-libs along with rubygems and bundler.
6060RUN microdnf -y module enable ruby:2.7 \
6161# Install ruby (it's dependencies gdbm-libs) and ruby-libs, disabling week dependencies
62- && microdnf -y install --setopt=install_weak_deps=0 --nodocs ruby-2.7.6 ruby-libs-2.7.6 gdbm-libs \
62+ && microdnf -y install --setopt=install_weak_deps=0 --nodocs ruby-2.7.8 ruby-libs-2.7.8 gdbm-libs \
6363# Install rubygems (it's dependencies rubygem-openssl rubygem-psych), disabling week dependencies
6464 && microdnf -y install --setopt=install_weak_deps=0 --nodocs rubygems-3.1.6 \
6565 && gem install bundler -v 2.3.25 \
You can’t perform that action at this time.
0 commit comments