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

A Gradle plugin to build Docker images from the build script.

Results 85 gradle-docker issues
Sort by recently updated
recently updated
newest added

The Gradle tasks provided by this plugin must have all their outputs & inputs annotated in order to be compatible with Gradle 7. ```Type 'se.transmode.gradle.plugins.docker.DockerTask' property 'apiEmail' is missing an...

Hi Team, When I run the project in Jenkins pipeline with this docker plugin, the below error is being caught. Is there any workaround for the same? I have stared...

I got this error. How to fix this issue? - Try: Run with --info or --debug option to get more log output. - Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task...

I have the following in my build.gradle: distDocker { tagVersion = project.tagVersion registry = rootProject.group addFile("runpdb", "/bin/runpdb") entryPoint(["/bin/runpdb"]) } However, the Dockerfile created still insists on having the default entryPoint....

if your Dockerfile is in the root of a project, this task moves it to build/docker which breaks all source paths specified in one's docker file....

I believe I've described this problem correctly - feel free to contact if there are any questions: ## Description of Problem: When running a `Docker` task using an external `dockerfile...

bug
enhancement

In [this section of the Readme.md](https://github.com/Transmode/gradle-docker#task-configuration-through-task-properties) it says: > The following example task will tag the docker image as org.acme/bar:13.0 But I believe according to the snippet below that statement...

Hi, I am running Gradle Task "buildDocker" from Eclipse/STS on a Spring Boot Application and I get the following error: [sts] ----------------------------------------------------- [sts] Starting Gradle build for the following tasks:...