-
## 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
`…
-
Can you add an example gitlab-ci.yml file to the documentation? I haven't been able to find such an example and it would be especially interesting to include tasks for tests, native tests, jvm builds …
-
### Problem description
docker pull centos:7
docker run -itd --name gluten centos:7 /bin/bash
docker attach gluten
yum -y install epel-release centos-release-scl
yum -y install \
git \
…
-
IMAGE SYNC
-
Hi we got the following describes setup. We are using two profiles. One to push into our own registry and one to push into the registry of our customer. If both profiles are executed with `mvn clean p…
-
I'm trying to parse a compose file that has features from compose version 3.x such as:
depends_on:
create_database:
condition: service_completed_successfully
However. I'm promp…
-
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project docker-demo: Failed to retrieve remote metadata com.example:docker-demo:0.0.1-SNAPSHOT/mave…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
It would be great if it was possible to have image tags in Maven `pom.xml` files be …
-
**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 …
-
When I run the spotless maven plugin `check` goal locally, it goes through fine. But in CI, specifically Jenkins, I always get errors:
```
[ERROR] Failed to execute goal com.diffplug.spotless:spot…