Roland Huß

Results 474 comments of Roland Huß

@longtu @LorenzoBettini @mcapitanio thanks for the feedback. It really would help me, if you could share your `docker-compose.yml` files to reproduce this (as it works for the sample we have...

@Vamillion yeah, you right, our compose support needs some polishing and more love. we are all super busy and so compose dropped a bit off. Sorry about that. Currently, we...

Why would you pull the image you just created in the build again? I think the `docker` CLI is much better suited for general container image-related tasks (or podman, of...

Docker-maven-plugin still needs a Docker daemon (or something equivalent like Podman) to talk to if interacting with a registry. dmp never accesses a Docker registry directly, only via the Docker...

> @rhuss got it. Sounds like first step might need to be a Java SDK for OCI registry API. Exactly. Unfortunately, I'm not aware of something like that yet (but...

You find the full options related to networks that are supported in dmp at http://dmp.fabric8.io/#network-configuration That's all what is there.

Sorry, I can't reproduce this error with Maven 3.6.3 here (nor does the CI fail). It looks like some special in your environment, without any further information or a reproduces...

tbh, docker-compose has not been worked on for quite some time and it could be very well, that detached mode is not supported (not other compose features). There are no...

That's interesting, though not sure how we can fix that in the context of this plugin as it seems like a general TLS v1.3 Java support issue. Any ideas ?

@borramTAS have you tried the workaround `MAVEN_OPTS="-Djdk.tls.client.protocols=TLSv1.2"` ? Does this help ?