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

Container not building: latest version #10194

Open
haydenai-rahul-jain opened this issue Apr 9, 2025 · 1 comment
Open

Container not building: latest version #10194

haydenai-rahul-jain opened this issue Apr 9, 2025 · 1 comment

Comments

@haydenai-rahul-jain
Copy link

haydenai-rahul-jain commented Apr 9, 2025

Bug Report

Describe the bug
Hi I am trying to manually install fluent bit onto my dockerfile so that I can add some python file in the dockerfile. I am running into trouble. I am currently using this:
https://hub.docker.com/r/fluent/fluent-bit/dockerfile
I haven't made any changes to this image, as I want to make sure this works.
When I copy the contents of this file into my own dockerfile and I try to build, I get a:
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential cmake make wget unzip libssl1.0-dev libasl-dev libsasl2-dev pkg-config libsystemd-dev zlib1g-dev ca-certificates flex bison && wget -O \"/tmp/fluent-bit-${FLB_VERSION}.zip\" ${FLB_TARBALL} && cd /tmp && unzip \"fluent-bit-$FLB_VERSION.zip\" && cd \"fluent-bit-$FLB_VERSION\"/build/ && rm -rf /tmp/fluent-bit-$FLB_VERSION/build/*" did not complete successfully: exit code: 100

I have not made changes, I simply copied and pasted the contents of: https://hub.docker.com/r/fluent/fluent-bit/dockerfile
Please assist.

To Reproduce

Expected behavior
Since I am using the provided image, I would expect it to be successful as I have not changed anything about it.

Screenshots

Image

Your Environment

  • Server type and version: sequoia 15.3.2
  • Operating System and version: mac arm64, apple chip, m1 pro

Additional context
My goal is to be able to do this:

  • run a python script that generates the environment variables via a env file
  • source the environment file so that the conf file can recognize the variables in the env file.
  • start the fluent bit server to start collecting metrics.
@patrick-stephens
Copy link
Contributor

Use the Dockerfile from this repo directly to build, the one on the hub page is just an old snapshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants