You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Your Environment
Additional context
My goal is to be able to do this:
The text was updated successfully, but these errors were encountered: