Roland Huß
Roland Huß
btw, we plan to support docker-compose natively (#57). 'would be super cool if you could contribute your docker compose external config handler somehow ;-)
Are you using the surefire or failsafe plugin for running the tests ? I asks because the failsafe plugin is supposed to call post-integration-test even when the the test fails....
Cool. Let me know if this works for you, so that we can close this issue.
Interesting. I'm not so deep in the buildx integration, which is a recent addition. Do you require to use buildx or would the traditional way of building the image also...
This is when you use the buildx mode, as with `docker buildx` you can only push when you also build (that's my understanding). Using the mode "traditional" daemon mode, the...
Have you just tried it without `http://` prefix ? I haven't a registry specified with the protocol > DOCKER> REQUEST GET /v1.40/images/http%3A%2F%2Fregistry.my.com%3A5000%2Ftest_repo%3Apush-test-admin/json HTTP/1.1 For me it looks like that the...
Remember, push always goes via the Docker daemon when using, so if you can perform the other Docker commands like `build` and `run` then you can already properly access the...
Yes, it could be that a `mvn docker:tag` iterates over all image configurations and fails if a build section is missing (which is the case for your mongo DB image)....
Thanks for reporting. Cleanup is the default, but you can skip removing any previous images by setting `cleanup` to `none`: ``` Cleanup dangling (untagged) images after each build, including any...
Happy to take any suggestions, actually the use case for this goal was to uniformally tag all images with the same version tag. If you needs individual treatment for a...