Files
ivor-juspay 22cb01ac1e feat(opensearch): refactoring (#4244)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2024-05-02 10:20:58 +00:00

8 lines
219 B
Docker

# docker/fluentd/Dockerfile
FROM fluent/fluentd:v1.16-debian-2
USER root
RUN ["gem", "install", "fluent-plugin-kafka", "--no-document"]
RUN ["gem", "install", "fluent-plugin-opensearch", "--no-document"]
USER fluent