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 ...
com.boxfuse.client.gradle.task.PushTask
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 |
boxfuse { user='1234567890abcdef1234567890abcdef12345678' secret='ABCDEFGHIJKL1234567abcdefghijklmnopqrstu' image='myapp:123' }