gradle-docker-plugin icon indicating copy to clipboard operation
gradle-docker-plugin copied to clipboard

Gradle plugin for managing Docker images and containers.

Results 27 gradle-docker-plugin issues
Sort by recently updated
recently updated
newest added

Add the capability (heh) to add or drop a List of Capability to the HostConfig closes #1086

enhancement

### Expected Behavior can add or drop capability list ### Current Behavior can not add or drop capability list

enhancement

I'm trying to use the gradle docker plugin to push docker images to repositories, but it doesn't work on Windows. The reason being that it can't find the docker-credential-gcloud command....

bug

Currently the plugin's tagging behavior doesn't allow users to rename the whole image. For example, with the `docker tag` command, it's possible to do : ``` docker tag IMAGE1[:TAG1] IMAGE2[:TAG2]...

enhancement

The manual says in the development section, that you can use various system properties and / or Gradle properties and / or environment variables to customize the functional test environment....

question

### Expected Behavior If I set a `buildArg` called `ARCH` in my task, it does not appear to affect the build. ### Current Behavior The build acts like it didn't...

question

Regarding the java application plugin: When providing jvmArgs containing a single backslash that single backslash is copied over as is into the Dockerfile generated by the Dockerfile task. Docker expects...

Hello! As part of migrating from Java 12 to Java 14 I'm updating `gradle-docker-plugin` straight from `3.6.2` to `6.6.1`. While overall everything seems OK, we can remove a lot of...

The plugin's `DockerCreateContainer` class/task does not support mounting volumes from a container (via `--volumes-from` respectively `hostConfig.volumesFrom`) in **read-only** mode. ### Expected Behavior `DockerCreateContainer.HostConfig` does not facilitate the mounting of existing...

enhancement

I've been working on a project to move our CI system over to k8s and have started to experience really slow build times using a DockerBuildImage task with gradle-docker-plugin:6.4.0 and...

enhancement