-
Notifications
You must be signed in to change notification settings - Fork 640
Docker build no longer works #96
Comments
I was able to get the build working by changing the docker file to the following (Maybe this will help with an official fix)
|
@camccar thank you for posting your work around, this worked for me. very timely too, just started playing around with this today and hit the same error. |
While it did build my kafka instance seems to crash afterwords. I'm trying to add sasl plain text auth to test a script. @dude0001 Is your kafka instance working for you? |
I had to add a line to make start-kafka.sh executable. Other than that, it seems to startup for me. I haven't done more with it yet. After the existing line I added |
If someone ends up here, this is also a viable solution for stepping versions. Change the beginning of the Dockerfile under kafka dir:
|
I tried
and I get the following error
The text was updated successfully, but these errors were encountered: