Roland Huß

Results 474 comments of Roland Huß

The error message does not fit the configuration snippet you have shown. I.e. the `` corresponds to `BuildImageConfiguration`, not `ImageConfiguration`. Could you please provide a full example so that we...

You can put each Docker build into an own Maven submodule (which must not depend on each other) and then run a parallel Maven build like described in https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3 Haven't...

I totally understand your concerns and use case, but I don't have the spare cycles to investigate this deeper. However, if anyone is willing to pick up the task to...

I don't plan to actively work on that. 'happy to help in integrating a PR request for this upgrade though. However, long-term `docker:run` will be feature-frozen as I would recommend...

Have you experimented with multiple Maven profiles for the different registries ? Actually and afair only several tags are supported for a single image, but not registries (which can become...

@tdiesler, Not sure what you mean, why would use a registry `docker.io/v2`, which btw is an invalid name for the registry? (it would try to look up a user "v2"...

> Lots of folks seem to have this issue. who exactly ? I can't reproduce it actually: I used that simplest pom.xml ```xml 4.0.0 fabric8io dmp-sample-smallest 0.1 io.fabric8 docker-maven-plugin 0.40.1...

It could be though that it is related to Docker Hub's rate limiting, which is different for when you are logged in as user or pull anonymously: https://docs.docker.com/docker-hub/download-rate-limit/ So you...

Sorry, I can't reproduce the issue. The build succeeds for me. The generated Dockerfile looks like this, the JAVA_HOME is not replaced for me. I'm running this also on a...

* macOS 10.14.6 (18G1012) * zsh ``` mvn --version Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00) Maven home: /Users/roland/.sdkman/candidates/maven/current Java version: 11.0.1, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home Default locale: en_DE, platform encoding:...