Skip to content

Commit dbe9ee6

Browse files
committed
feat: use official fluentd k8s image as base
1 parent 9853200 commit dbe9ee6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM bitnami/fluentd:1.9.1-debian-10-r0
1+
FROM fluent/fluentd-kubernetes-daemonset:v1.8-debian-forward-1
22
RUN fluent-gem install fluent-plugin-datadog
3-
USER root
3+

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# Fluentd
22

33
A small image that adds the [DataDog Fluentd plugin](https://github.com/DataDog/fluent-plugin-datadog)
4-
to the [Bitnami Fluentd image](https://github.com/bitnami/bitnami-docker-fluentd).
5-
6-
Potentially will be closed by [this issue](https://github.com/bitnami/bitnami-docker-fluentd/issues/4).
7-
4+
to the [Kubernetes Daemonset Fluentd forwarder image](https://hub.docker.com/r/fluent/fluentd-kubernetes-daemonset).

0 commit comments

Comments
 (0)