Fork me on GitHub

podman:container-rm

Full name:

org.honton.chas:podman-maven-plugin:0.0.5:container-rm

Description:

Remove containers

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 0.0.4.
  • Binds by default to the lifecycle phase: post-integration-test.

Optional Parameters

Name Type Since Description
<connection> String - Remote podman connection name
<containers> Map<String,ContainerConfig> - Map of container alias to container configuration.
<devices> List<DeviceMountConfig> 0.0.5 Device mappings
<network> NetworkConfig - Map of networks
<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

<containers>

Map of container alias to container configuration.

<devices>

Device mappings

<network>

Map of networks

<skip>

Skip upgrade
  • Type: boolean
  • Required: No
  • User Property: podman.skip
  • Default: false

<url>

Url of podman remote service
  • Type: String
  • Required: No