Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Support adding of remote files #21

Closed mattgruter closed 8 years ago

mattgruter commented 10 years ago

The ADD instruction also supports fetching files from a remote URL. However the plugin's addFile method does not allow this.

A workaround is to call the generic addInstruction like so:

task.addInstruction('ADD', '<URL>')

The addFile method should support remote files.

mattgruter commented 8 years ago

Fixed in commit 12ec046580b9bbf060618352adff861657eeb928