Andrew Guibert
Results
152
comments of
Andrew Guibert
Added my thoughts on the jsonb-api issue, but to summarize I don't think there is a strong enough use case for adapting from JSON-P --> POJO. More likely scenarios are...
The problem here seems to be that we always call `BuildImageCmdImpl(BuildImageCmd.Exec exec, InputStream tarInputStream)` which doesn't set a Dockerfile in the docker-java layer. Setting an explicit Dockerfile is what causes...