Pulls this Image from the CloudCaptain Vault.
Usage: mvn boxfuse:pull -Dboxfuse.image=image
> mvn boxfuse:pull -Dboxfuse.image=hello:1.0 Pulling axelfontaine/hello:1.0 ... Verifying axelfontaine/hello:1.0 ...
Plugin Parameter | Maven/System property | Default | Description |
---|---|---|---|
user | boxfuse.user | Required - Your CloudCaptain Client user. Also configurable via the BOXFUSE_USER
environment variable or the Maven settings.xml
|
|
secret | boxfuse.secret | Required - Your CloudCaptain Client secret. Also configurable via the BOXFUSE_SECRET
environment variable or the Maven settings.xml |
|
serverid | boxfuse.serverid | boxfuse | The id of the server in the Maven settings.xml file to
load the credentials from. This is an alternative to passing the credentials in directly through properties. |
image | boxfuse.image | The Image to use |
<configuration> <user>1234567890abcdef1234567890abcdef12345678</user> <secret>ABCDEFGHIJKL1234567abcdefghijklmnopqrstu</secret> <image>hello:1.0</image> </configuration>