-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Docker Compose Failing to Build Kakfa Image #319
Comments
Same the condition, could anyone help? |
Hi, @garystafford I've found the solution, similar to PR#195 Under the project directory, run |
That PR may fix it - but there have been a number of different build failures on Windows reported, such as #146 - which has a different error message. There are also docker compose options such as https://docs.docker.com/compose/reference/envvars/#compose_convert_windows_paths which may help. However, I don't have access to a Windows machine to reproduce and/or verify a fix. |
What helped me, since I was cloning the repo, was setting CLRF line endings to false. So I deleted the repo and called |
This resolved it for me as well. |
Worked for me. Thank you! 👍 |
Encountered the same error on Mac, and sorted out my gitconfig was autocrlf=true. After changing it to false, re-clone, and everything goes back correctly. |
Worked for me! |
I facing this problem. Because i uploaded cloned code from windows machine. But when trying cloned directly in my server (debian 9.5) the issue solved. |
Worked for me too, thanks! |
Running the commands,
docker-compose up -d
or thedocker-compose -f docker-compose-single-broker.yml up
, consistently fails on Docker build of the Kafka image.System:
Windows 10 Enterprise
Docker Version 18.04.0-ce-win62 (17151)
The text was updated successfully, but these errors were encountered: