bloomreach / docs-feedback

1 stars 0 forks source link

Docker tutorial still impacted by known issue of docker-maven-plugin #23

Closed ivoeersels closed 4 years ago

ivoeersels commented 4 years ago

https://documentation.bloomreach.com/13/library/development/docker/run-and-develop-with-docker.html

When following the tutorial the mvn -Pdocker.build fails with error 'Connection is still allocated'. https://github.com/fabric8io/docker-maven-plugin/issues/1152

Could you please upgrade your dependency in hippo-cms7-release-13.4.0.pom (and above if also impacted) from

0.28.0 to 0.30.0 or above. I got it working by putting 0.30.0 in my local project root POM, but it is quite frustrating if you follow a documentation that the first set of commands already fails.
nvankampenhout commented 4 years ago

Thanks, I'll ask the engineering team to update the dependency in the next release.

nvankampenhout commented 4 years ago

Looks like this issue has been on our radar for a while but hasn't had priority: https://issues.onehippo.com/browse/CMS-12060 We'll try to fix it in the next release, in the meantime I'll add a note to the documentation page to override the docker plugin version in the local project pom.

nvankampenhout commented 4 years ago

I added a note to https://documentation.bloomreach.com/14/library/development/docker/run-and-develop-with-docker.html and https://documentation.bloomreach.com/13/library/development/docker/run-and-develop-with-docker.html.