-
We are using `io.fabric8:docker-maven-plugin:0.27.2` to build docker images.
my maven project consist of 3 modules (`module1`, `module2` and `module3`). Each module builds a docker image based on t…
-
### Description
### Info
* docker-maven-plugin version :0.42.1
* Maven version (`mvn -v`) :3.6
```
```
* Docker version :latest
* If it's a bug, how to reproduce :
* If it's a featur…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
### Description
When running an image after build it fails to process the log files
```
Exception in thread "Thread-1" java.lang.NoClassDefFoundError: org/joda/time/format/DateTimeParser
…
-
I enabled BUILDKIT, after a successful build image, the first step of building again does not use caching and is very slow.
resolve image config takes `70` seconds!
### console
```
[internal] lo…
-
### Description
*io.fabric8:docker-maven-plugin* could be used on CI pipeline which execute jobs/builds on some AWS EC2, which **doesn't belong to your project**.
Often, CI integration offers a …
-
I am using org.eclipse.jkube:openshift-maven-plugin, but the build fails.
My configuration is as follows:
```xml
org.eclipse.jkube
openshift-maven-plugin
l.5.l
…
-
### Description
multi shell commands not executed
```
RUN
lmtoo updated
7 months ago
-
Hi I'm using the
like in below pom.xml and I'm getting the follwoting exception
io.fabric8
docker-maven-plugin
0.17.2
…
-
## Description
When setting the remote docker host over ssh using DOCKER_HOST environment variable like below
`export DOCKER_HOST="ssh://user@remotehost"`
The plugin fails with below error
`…