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

Fix fluentd path issues. #1195

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

sarathchandra24
Copy link
Collaborator

What this PR does / why we need it:

There has been an issue with fluentd coming up in docker images. Previous changes were handling only arch, as usr/local/bundle/bin/fluentd. But,

For amd64 it is"/usr/bin/fluentd"
For arm64 it is "/usr/local/bundle/bin/fluentd".

Which issue(s) this PR fixes:

Fixes #1187

Does this PR introduced a user-facing change?


Additional documentation, usage docs, etc.:


@benjaminhuo benjaminhuo merged commit 2de2b93 into fluent:master Jun 5, 2024
5 checks passed
@benjaminhuo
Copy link
Member

That's great, thank you @sarathchandra24 !

BacLuc added a commit to BacLuc/ecamp3 that referenced this pull request Jun 9, 2024
This is the image:
https://github.com/fluent/fluent-operator/blob/2de2b934e4d9f4475e278da7d9db74d89ef9a037/cmd/fluent-watcher/fluentd/Dockerfile.amd64
built in a devcontainer of the repository and then pushed to dockerhub.
The command to build the container was:
@BacLuc ➜ /workspaces/fluent-operator (master) $ docker build . -f cmd/fluent-watcher/fluentd/Dockerfile.amd64 -t docker.io/bacluc/fluentd:1.15.3

They seem to have problem with the images they publish in the fluent-operator repository.
It also contains the following fix: fluent/fluent-operator#1195
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

Successfully merging this pull request may close these issues.

bug: fluentd unable to start with error="fork/exec /usr/local/bundle/bin/fluentd: no such file or directory"
2 participants