Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to build docker image OR install fluent-plugin-geoip plugin #99

Open
Saliha067 opened this issue Oct 18, 2023 · 0 comments
Open

Comments

@Saliha067
Copy link

Saliha067 commented Oct 18, 2023

Problem

  1. unable to build docker image using fluent-plugin-geoip plugin
  2. unable to install fluent-plugin-geoip plugin on "fluent/fluentd-kubernetes-daemonset:v1.16.2-debian-opensearch-1.0"
    "fluent-gem install --verison 1.3.2 fluent-plugin-geoip"

Steps to replicate

Dockerfile to Build:
FROM fluent/fluentd-kubernetes-daemonset:v1.16.2-debian-opensearch-1.0

RUN apt-get update -y && apt-get install -y build-essential libgeoip-dev libmaxminddb-dev

ARG geoip_plugin_version=1.3.2
ARG kafka_plugin_version=0.19.0
ARG fluent_plugin_elasticsearch_version=5.3.0

RUN fluent-gem install --verison ${geoip_plugin_version} fluent-plugin-geoip && \
fluent-gem install --verison ${kafka_plugin_version} fluent-plugin-kafka && \
fluent-gem install --verison ${fluent_plugin_elasticsearch_version} fluent-plugin-elasticsearch

Expected Behavior

docker image should build successfully
...

Your environment

  • OS version
    Docker image build on both Mac intel and Mac M1
Screenshot 2023-10-18 at 10 43 04 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant