Obsolete: Starting with CloudCaptain 1.37.0 the Gradle plugin is no longer available. These docs are here for historical reference only. Users of the Gradle plugin are encouraged to migrate to the CloudCaptain Command-line Client.

pull

boxfusePull

Pulls this Image from the CloudCaptain Vault.

Usage: gradle boxfusePull -Dboxfuse.image=image

> gradle boxfusePull -Dboxfuse.image=hello:1.0

Pulling axelfontaine/hello:1.0 ...
Verifying axelfontaine/hello:1.0 ...

Class name

com.boxfuse.client.gradle.task.PullTask

Properties

Plugin Parameter Gradle/System property Default Description
user boxfuse.user Required - Your CloudCaptain Client user. Also configurable via the BOXFUSE_USER environment variable
secret boxfuse.secret Required - Your CloudCaptain Client secret. Also configurable via the BOXFUSE_SECRET environment variable
image boxfuse.image The Image to use

Sample Configuration

boxfuse {
    user='1234567890abcdef1234567890abcdef12345678'
    secret='ABCDEFGHIJKL1234567abcdefghijklmnopqrstu'
    image='myapp:123'
}

rm