Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Pulsar
-
Platform 223 - 2019 Follow-up, Pulsar 234 - ContentSearch Fin
Description
Release pom has docker.maven.plugin.version>0.28.0</docker.maven.plugin.version>
mvn -P docker.build produces
ERROR Failed to execute goal io.fabric8:docker-maven-plugin:0.28.0:remove (Delete docker image) on project myproject: Execution Delete docker image of goal io.fabric8:docker-maven-plugin:0.28.0:remove failed: Connection is still allocated -> [Help 1]
On Windows 10 command prompt and on Windows 10 bash shell MINGW64 installed by Git.
Downgrading to 0.27.2 is the workaround, see https://github.com/fabric8io/docker-maven-plugin/issues/1152