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.

push

boxfusePush

Pushes this Image to the CloudCaptain Vault.

Usage: gradle boxfusePush -Dboxfuse.image=image

> gradle boxfusePush -Dboxfuse.image=hello:1.0

Pushing axelfontaine/hello:1.0 ...
Verifying axelfontaine/hello:1.0 ...

Class name

com.boxfuse.client.gradle.task.PushTask

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'
}

convert