Open MarconZet opened 2 years ago
Since this unexpected behavior re-surfaces time and time again, I think the issue here is, that withDockerfile()
generally does not honor the user specified context. I am not sure if this originates in our upstream integration with docker-java, I did not find the issue in our code on a first glance.
Issue
This works as expected
while this fails to create image and deadlocks on
PipedInputStream#awaitSpace()
Expected result
At least some kind of warning or exception