robinsonlabuzh/Build container from lock file
Detects rv.lock or pixi.lock in a directory and builds a Docker image from it. Does not push — callers handle registry auth and push separately.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lock-file-dir | Directory containing the lock file and companion config | no | . |
| lock-type | 'rv' or 'pixi' — required only if both lock files are present | no | "" |
| namespace | Image namespace, e.g. myorg or myuser | yes | — |
| image-name | Image name, e.g. my-image | yes | — |
| image-tag | Image tag | no | latest |
| rv-version | rv version to pin, e.g. 0.20.0 (omit for latest) | no | "" |
| pixi-version | pixi image version to pin, e.g. 0.41.4 (omit for latest) | no | latest |
Outputs
| name | description |
|---|---|
| image | Image ref that was built, e.g. myorg/my-image:latest |