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

systemd input plugin is missing while building on a docker container #39020

Closed
isshwar opened this issue Apr 17, 2024 · 2 comments
Closed

systemd input plugin is missing while building on a docker container #39020

isshwar opened this issue Apr 17, 2024 · 2 comments
Labels
needs_team Indicates that the issue/PR needs a Team:* label

Comments

@isshwar
Copy link

isshwar commented Apr 17, 2024

Hi,

I have an automated pipeline to build fluent-bit in a docker container. but the build is missing systemd input pluging. Below is the script on gitlab pipeline that I use to build the binary

image: debian:buster-slim
  script:
    - apt-get update -y && apt-get install -y build-essential cmake flex bison libyaml-cpp-dev git wget libssl-dev libyaml-dev curl
    - wget https://github.com/fluent/fluent-bit/archive/refs/tags/v${FLUENT_BIT_VERSION}.tar.gz
    - tar -xvzf v${FLUENT_BIT_VERSION}.tar.gz
    - cd fluent-bit-${FLUENT_BIT_VERSION}/build && cmake .. && make
    - mv ${CI_PROJECT_DIR}/fluent-bit-${FLUENT_BIT_VERSION}/build/bin/fluent-bit ${CI_PROJECT_DIR}/habitat/fluent-bit
    - echo "${FLUENT_BIT_VERSION}" > ${CI_PROJECT_DIR}/habitat/pkg_version.txt

Any help is appreciated

Thanks

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Apr 17, 2024
@botelastic
Copy link

botelastic bot commented Apr 17, 2024

This issue doesn't have a Team:<team> label.

@isshwar
Copy link
Author

isshwar commented Apr 17, 2024

Which team does this belong to?

@isshwar isshwar closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

No branches or pull requests

1 participant