-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error when running cmake #5661
Comments
You need to run with a context that is the base of the repo and not from the dockerfiles directory. It looks like the docs need an update to cover it, I'd raised a PR for the Windows side but feel free to raise one to cover the rest. Have a look at the workflow that builds them:
It should be along these lines:
You'll see your PR actually triggers a container build to test the legacy CentOS 7 builds: https://github.com/fluent/fluent-bit/runs/6943536877?check_suite_focus=true This is run here: https://github.com/fluent/fluent-bit/blob/master/.github/workflows/pr-image-tests.yaml |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
This issue was closed because it has been stalled for 5 days with no activity. |
Bug Report
Describe the bug
When doing a docker build if fails when doing:
docker build -t fluent/fluent-bit --target=production .
Expected behavior
It should build a local docker image in my computer
Screenshots
This is a screenshot of the error itself
Your Environment
+* Environment name and version (e.g. Kubernetes? What version?): Running locally on my computer
Additional context
I am trying to build a docker build to test out a branch with some changes. It currently has a PR opened. #5564
The text was updated successfully, but these errors were encountered: