Roland Huß

Results 474 comments of Roland Huß

Could you provide a full running example please ?

The problem is, that it looks like that https://github.com/jnr/jnr-unixsocket doesn't support this architecture. d-m-p uses jnr-unixsocket for communication with the Docker daemon vail local Unix sockets. The alternative is, to...

Sorry, but as long as there is no official support from jnr-unixsocket or at least included in theri distribution, there is nothing we can do from our side. d-m-p will...

@saschpe thanks for bringing this up. I'd propose to monitor https://github.com/jnr/jnr-unixsocket/issues/95 and soon as this is fixed and released, we can update the dependencies.

yes, this can be probably improved indeed. happy for any PR tackling this, I probably don't have enough spare room to work on it.

+1, I think checking the existence of this target directory makes sense before creating the volume mount. Happy to help to integrate any PR that wants to fix this.

@viragtripathi It should be available now. Does it work with 0.40.1 for you ?

The issue is, that dmp allows interpolating Maven properties in a Dockerfile. By default, the same delimiter as for Dockerfile ENV variables is used, so that the Dockerfile can be...