actions-marketplace-validations/Source to Image Build
Build a container image from source code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| builder_image | The path of the s2i builder image. | yes | — |
| image | The Name of the image to build | yes | — |
| tags | The tags of the image to build. For multiple tags, seperate by a space. For example, "latest v1". | no | latest |
| path_context | The location of the path to run s2i from | no | . |
| log_level | Log level when running the S2I | no | 1 |
| env_vars | List of environment variable key-value pairs to pass to the s2i builder context | no | — |
| include_git | Include all files in tar during build which includes .git directory | no | false |
Outputs
| name | description |
|---|---|
| image | Name of the image built |
| tags | List of the tags that were created, separated by spaces |