You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logging to a file and starting a container early in the build, a NullPointerException is thrown:
Exception in thread "Thread-1" java.lang.NullPointerException
at io.fabric8.maven.docker.log.DefaultLogCallback.ps(DefaultLogCallback.java:74)
at io.fabric8.maven.docker.log.DefaultLogCallback.error(DefaultLogCallback.java:84)
at io.fabric8.maven.docker.access.log.LogRequestor.run(LogRequestor.java:110)
Description
When logging to a file and starting a container early in the build, a NullPointerException is thrown:
Info
mvn -v
):mvn compile
POM to reproduce
Example Build Output
The text was updated successfully, but these errors were encountered: