lstocchi/Buildah Action
This action allows you to build an image from your app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The name (reference) of the image to build | yes | — |
| tag | The tag of the image to build | no | latest |
| base-image | The base image to use to create a new container image | no | — |
| dockerfiles | List of Dockerfile paths (eg: ./Dockerfile) | no | — |
| context | Path of the directory to use as context (default: .) | no | . |
| content | List of files/directories to copy inside the base image | no | — |
| entrypoint | The entry point to set for containers based on image | no | — |
| port | The port to expose when running containers based on image | no | — |
| working-dir | The working directory to use within the container | no | — |
| envs | List of environment variables to be set when running containers based on image | no | — |
Outputs
no outputs