podman:push
Full name:
org.honton.chas:podman-maven-plugin:0.0.5:push
Description:
Push image to registry
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
0.0.3. - Binds by default to the lifecycle phase:
deploy.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<image> |
String |
- |
Fully qualified image name containing registry prefix, repository name, and version |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<connection> |
String |
- |
Remote podman connection name |
<skip> |
boolean |
- |
Skip upgrade Default value is: false.User property is: podman.skip. |
<url> |
String |
- |
Url of podman remote service |
Parameter Details
<connection>
Remote podman connection name
- Type:
String - Required:
No
<image>
Fully qualified image name containing registry prefix, repository name, and version
- Type:
String - Required:
Yes
<skip>
Skip upgrade
- Type:
boolean - Required:
No - User Property:
podman.skip - Default:
false
<url>
Url of podman remote service
- Type:
String - Required:
No
