docker-maven-plugin
docker-maven-plugin copied to clipboard
INACTIVE: A maven plugin for Docker
project structure: --**parent** ----**subA** ------pom.xml ----**subB** ------pom.xml ----pom.xml How config above project with dockerfile-maven-plugin to building Docker Image?
I want build docker image, and deploy for gcloud in gitlab ci but i got this exception. I followed the sugestion in #372 what is wrong? ## Software: - docker-maven-plugin...
## Description When setting the remote docker host over ssh using DOCKER_HOST environment variable like below `export DOCKER_HOST="ssh://user@remotehost"` The plugin is still trying to connect using tcp and failing with...
``` docker org.codehaus.mojo build-helper-maven-plugin docker-random-ports reserve-network-port process-resources api.port hcaptcha.port io.fabric8 docker-maven-plugin true ${container.registry}/${container.repositorybase}/captcha-validator-service:${project.version} service-${docker-container-unique-tag} network-${docker-container-unique-tag} service alias ${api.port}:8080 Started CaptchValidatorApplication 120000 wiremock-hcaptcha-${docker-container-unique-tag} http://wiremock-hcaptcha:8080 blue ${container.registry}/rodolpheche/wiremock:latest wiremock-hcaptcha-${docker-container-unique-tag} network-${docker-container-unique-tag} wiremock-hcaptcha alias ${hcaptcha.port}:8080...
## Description I have a Spring Project which produces files with a $ character in the middle of one filename. The $ sign is not escaped in the dockerfile and...
I exported environment-variable DOCKER_HOST as described (Port 2375 -> no SSL): ``` ➜ ~ echo $DOCKER_HOST tcp://192.168.33.10:2375 ➜ ~ ``` This worked for months in version 0.2.11 but in 0.4.0...
## Description I would like to use COPY instead of ADD on resource include. e.g. I would like to copy a tar.gz as is without ADD to auto-extract it for...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.4.2 to 2.9.10.1. Commits - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.7 to 2.9.10.1. Commits - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
***************************************************************** * Your build is requesting parallel execution, but project * * contains the following plugin(s) that have goals not marked * * as @threadSafe to support parallel building. *...