-
### Description
I'm trying to run docker-compose build of my docker container with --no-cache flag to ignore caches and rebuild everything cause I need to re-run my maven build step.
However, it a…
-
**Describe the bug**
docker push fails with retrying after docker login is succeeded.
**To Reproduce**
docker login works as expected but not able to push
**Expected behavior**
image should …
-
## maven 配置
```java
com.spotify
docker-maven-plugin
${docker.spotify.version}
nexus
192.168.54.25:8082/rg/rg-sso
latest
http://192.168.54.25:8082
true
${project.…
-
### Description
### Info
* docker-maven-plugin version : 0.40.0
* Maven version (`mvn -v`) : 3.8.1
```
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /Applicat…
-
I ran:
# docker image build -f Dockerfile -t people:multistage .
and got:
Sending build context to Docker daemon 164.9 kB
Step 1/6 : FROM maven:3.5-jdk-8 as BUILD
Error parsing reference: "mave…
-
In my maven project, I have multiple maven profiles. In each profile, I have `docker-maven-plugin` and `maven-failsafe-plugin`. I have profiles for each database type (i.e. MySQL, Postgres etc.). What…
-
### Description
Switched an existing project over from docker-maven-plugin to org.eclipse.jkube:kubernetes-maven-plugin:1.1.1 and immediately encountered an error:
```
[ERROR] Failed to execute g…
-
### Description
After upgrading from v0.27.2 to v0.28.0 my integration tests fails on goal docker:stop.
This is what the Jenkins output says:
```
[INFO] --- docker-maven-plugin:0.28.0:stop (doc…
-
I am trying your examples in maven on a Ubuntu 14.04 machine running oracle java8.
I tried using docker-maven-plugin version 2.11.1, 2.11.10 and 2.11.11-SNAPSHOT to no avail.
I am also getting the sam…
-
### Description
Intermediate images not removed when running podman. Docker-maven-plugin issues a warning, the warning looks to be related to #1625
Output from Maven (formatted the output for be…