Roland Huß

Results 474 comments of Roland Huß

Sound like a valid bug. I have no insight how the buildx support works, but I suppose it uses a similar authentication mechanism like `docker:build`. One probably would need to...

Sorry, this is not possible right now, but i would think this would be a good addition, if configurable via an option.

> when pulling base image for docker:build, the authConfig block must be used instead. as described in http://dmp.fabric8.io/#authentication `~/.docker/config.json` is considered for pulling and pushing. Do you have a concrete...

You can set the owner and group of a volume as described in https://dmp.fabric8.io/#docker:volume-create (see the `` configuration). Is this good enough for your use case?

Look like a bug and indeed I would fix that the property is honoured, too. Happy to take any PR ! (I, unfortunately, can't invest much time in this project)

The compose support is a bit behind, so there could be indeed bugs like these. And this is indeed a bug. Anyone wanting to help to analyse and fix the...

Sprry, I'm really not a Windows expert. I wonder whether there is a limitation how many parallel request can be performed on `NamedPipe` (which is used to access the Windows...

You are correct, dmp doesn't support Docker contexts, but does it work if you set the environment variable DOCKER_HOST to "unix:///Users/nbreunese/.colima/default/docker.sock" (or alternatively the `` plugin configuration variable) ?

Thanks for the report! Sounds like a valid bug that should be easy to fix (i.e. just don't throw that error if skip is enabled). Happy to review a PR...

@WillemJiang could you try with the latest snapshot release ? I just pushed a `0.31-SNAPSHOT` to Maven central. I'm planning a release for the weekend, so would be good to...