Roland Huß

Results 474 comments of Roland Huß

Sorry, I can't reproduce it with the given repo, as it stops for me that the referenced Dockerfile does not exist (and indeed, is does not exist in the repo)

Looking into the source it looks like that your Docker daemon returns some unusual response when listing images.

On which platform do you run this example ? Is this Linux with the docker host on localhost or a boot2docker/docker-machine setup with the docker daemon in a VM ?...

Could you try it with a real http daemon in the image ? The problem I have (and which I also have when running it directly with docker) is that...

no. It could have many causes (timeout is a symptom that can occur in many situations, that might not be the same as the original poster's). It could be also...

@rohanKanojia do you think we would be able to update the assembly plugin without breaking something ?

Have you tried to fiddle around with the `....` and `...` parameters that allow you to configure the time intervals to use for shutting down: ![image](https://user-images.githubusercontent.com/99080/124481760-efa8e680-dda8-11eb-9b04-40d010f0b481.png) See http://dmp.fabric8.io/#start-wait The place...

So looking at the analysis above https://github.com/fabric8io/docker-maven-plugin/issues/1306#issuecomment-619395581 how do we want to proceed ? (its not easy for me to reproduce this issue). We could do an request.abort() as a...

I see the use case, but how would a parent pom know which images to push ? 'would have to check how the deploy plugin deals with this and maybe...

I'm not very familiar with extensions, but sounds like a good idea ;-) Such an extension then could pick up all images to push at the end of the whole...