push

boxfuse:push

Pushes this Image to the CloudCaptain Vault.

Usage: mvn boxfuse:push -Dboxfuse.image=image

> mvn boxfuse:push -Dboxfuse.image=hello:1.0

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

Properties

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

Sample Configuration

<configuration>
    <user>1234567890abcdef1234567890abcdef12345678</user>
    <secret>ABCDEFGHIJKL1234567abcdefghijklmnopqrstu</secret>
    <image>hello:1.0</image>
</configuration>

convert