Skip to content

Commit

Permalink
Merge pull request #111 from kenhys/latest-systemd-journal
Browse files Browse the repository at this point in the history
Use latest systemd-journal
  • Loading branch information
kenhys authored Sep 11, 2024
2 parents 55a87fa + 733ac6c commit f6b235b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-systemd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '1.13.0'

spec.add_runtime_dependency 'fluentd', ['>= 0.14.11', '< 2']
spec.add_runtime_dependency 'systemd-journal', '~> 1.4.2'
spec.add_runtime_dependency 'systemd-journal', '~> 2.0.0'
end
4 changes: 2 additions & 2 deletions test/docker/Dockerfile.tdagent-ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:jammy

RUN apt-get update -q \
&& apt-get install -qy --no-install-recommends \
Expand All @@ -8,7 +8,7 @@ RUN apt-get update -q \
gnupg \
libsystemd0 \
&& curl https://packages.treasuredata.com/GPG-KEY-td-agent | apt-key add - \
&& echo "deb http://packages.treasuredata.com/4/ubuntu/focal/ focal contrib" > /etc/apt/sources.list.d/treasure-data.list \
&& echo "deb http://packages.treasuredata.com/4/ubuntu/jammy/ jammy contrib" > /etc/apt/sources.list.d/treasure-data.list \
&& apt-get update \
&& apt-get install -y td-agent \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion test/docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:jammy

RUN apt-get update -q && apt-get install -qy --no-install-recommends \
build-essential \
Expand Down

0 comments on commit f6b235b

Please sign in to comment.