containerup/Podman-in-Podman Build
Build container images with Podman in Podman
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workdir | Relative path under $GITHUB_WORKSPACE to build the image | — | — |
| containerfile | Path of Containerfile | — | — |
| platforms | Build container images with the specified OS/ARCH | — | — |
| podman-image | The repository:tag of Podman to be run in the container | — | quay.io/containers/podman:latest |
| repository | The built image will be tagged as <repository>:<tags[0]>, <repository>:<tags[1]>, ... | yes | — |
| tags | The built image will be tagged as <repository>:<tags[0]>, <repository>:<tags[1]>, ... | — | latest |
| build-args | List of argument=value to supply to the builder | — | — |
| labels | Set metadata for an image | — | — |
| cache-podman-image | Cache the Podman image, and load the image from cache | — | true |
Outputs
no outputs