bhojpur/action
Github Action for building Bhojpur ISO packages and repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build | Build missing packages, or specified | no | false |
| downloadMeta | Download packages metadata | no | false |
| downloadAllMeta | Download All packages metadata | no | false |
| downloadFromList | Download All packages metadata by listing all available image tags | no | false |
| fromIndex | Download metadata from index | no | false |
| buildx | Use docker buildx | no | false |
| createRepo | create repository | no | false |
| onlyMissing | Build only missing packages | no | false |
| pushCache | Pushing cache images while building | no | false |
| pushFinalImages | Pushing final images while building | no | false |
| pushFinalImagesRepository | Specify a different final repo | no | — |
| tree | create repository | no | ${PWD}/packages |
| platform | buildx platform | no | — |
| isomgrVersion | default Bhojpur ISO manager version | no | 0.0.1 |
| isomgrArch | default Bhojpur ISO manager arch | no | amd64 |
| values | Values file | no | — |
| output | output where to store packages | no | ${PWD}/build |
| skipPackages | A space separated list of packages to skip | no | — |
| FINAL_REPO | Final container registry repository | no | — |
| CURRENT_PACKAGE | Current package to build | no | — |
| REPOSITORY_NAME | Repository Name | no | — |
| REPOSITORY_TYPE | Repository Type | no | — |
| PULL_REPOSITORY | Optional pull cache repository | no | — |
| DOCKER_USERNAME | Docker username to log into | no | — |
| DOCKER_PASSWORD | Docker password to log into | no | — |
| DOCKER_ENDPOINT | Optional docker endpoint, e.g. quay.io | no | — |
Outputs
no outputs