pointivo/build
Build Pointivo container images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| imageName | The app and also the ECR repository name | yes | — |
| semverFile | Path to the file which contains the SEMVER | yes | — |
| cachedStages | Docker stages to cache | yes | — |
| pullImages | Docker images to pre-pull | yes | — |
| extraBuildArgs | Extra build args for the Docker build command | yes | — |
| testPath | Location of the test results to export | yes | — |
| sourceMapPath | Location of source maps to export | no | — |
| buildStatusPath | Location of the file containing the exit code from the Docker build | yes | — |
| releaseTag | Release/Snapshot/other tag | no | snapshot |
| dockerfileDirectory | Path to the Dockerfile | no | ./ |
| dockerfileName | Dockerfile filename | no | Dockerfile |
| buildStage | Default build stage in Dockerfile | no | build |
| releaseStage | The final build target of the app | no | — |
| githubToken | override github.token, e.g. for an app | no | — |
Outputs
| name | description |
|---|---|
| imageTag | Docker Image Tag |
| semver | SEMVER |
| commitHash | Commit SHA Short |