fluentd-docker-image
fluentd-docker-image copied to clipboard
Docker image for Fluentd
### Is your feature request related to a problem? Please describe. The default `latest` release Docker tag is based on Alpine, however some users prefer to use the Debian variant,...
### Describe the bug After updating the official docker container from fluent/fluentd:v1.16.3 to fluent/fluentd:v1.16.4 I got a segmentation fault during startup which end in a endless starting loop. Additionally I...
### Describe the bug When following HOWTOBUILD.md fluentd stops with an unknown plugin error. ### To Reproduce Follow HOWTOBUILD.md use debian v1.17 ### Expected behavior Fluentd starts properly with recognizing...
RESOLVED: Workaround: disable jemalloc when image crashed (segmentation fault) with systemd plugin
### Describe the bug There is a known issue that combination with systemd plugin and jemalloc causes a crash bug. There are some feedback from users. Related issue: * https://github.com/fluent/fluent-package-builder/issues/369...
### Is your feature request related to a problem? Please describe. Historically, v1.x.y-1.0 v1.x-y or edge was designed to point alpine image. but alpine image was already marked as deprecated....
### Describe the bug Since image was published via GitHub Actions, "Repository Overview" on hub.docker.com was not synced. This is because autobuild is not available and not kicked anymore on...
### Describe the bug `fluent/fluentd` is the alpine base image that's deprecated so that should be switched to the `debian` version since it's recommended for production use ### To Reproduce...