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

a Gradle plugin for orchestrating docker builds and pushes.

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

If a port of 0 is passed in the mappings then docker allocates a free port, but trying to use 0 in dockerRun results in error 'Port must be in...

###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.153.0 | Type | Description | Link | | ----...

merge when ready
no changelog
no release notes

## Before this PR Platform flag is only supported for docker buildx and not docker. Example of the docker command we would like to run: docker build --platform linux/arm64 -t...

Hi, Docker is now supporting multi-arch builds, along with manifest files. It would be nice for this plugin to handle those. Thanks

###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-oss-publishing check. To enable or disable this check, please contact the maintainers of Excavator.

merge when ready
no changelog
no release notes

## What happened? I try to build multi-arch(linux/arm64 and linux/amd64) images with jenkins and your plugin. Unfortunately, task `dockerTagsPush` fails when builds images but works when loads from cache. It's...

## Before this PR There's no info on the repo stating that the `docker` plugin is no longer supported and should no longer be used. ## After this PR ==COMMIT_MSG==...

## What happened? > dockerPush seems to hang forever ``` $ ./gradlew dockerPush --info Initialized native services in: C:\Users\gormanst\.gradle\native The client will now receive all logging from the daemon (pid:...

## What happened? Gradle 7.0 refused to build the project because the library does not declare dependencies on other task. If we use Gradle 6.7.1 it was okay. Maybe Gradle...

Passes '--quiet' to docker build in order to reduce the build ouput significantly. ## Before this PR The plugin pollutes the Gradle log too much, especially when multiple Gradle modules...