liubin/Nydus image converter
Convert any OCI image to nydus image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 29, 2022
- License
- Apache 2.0
Pinned Snippet
uses: liubin/nydus-converter@bae26c43d72e796cb0268fdf032efdd665fd53de # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | The source image ref | yes | — |
| target | The target nydus image(If no target is specified, the `-nydus` will be appended to the source image) | no | — |
| fs-version | Rafs version, 5 or 6 | no | 5 |
| nydus-version | Nydus version | no | ?? |
| registry | Target registry | no | ghcr.io |
| repository | Current GitHub repository(in a `org/repo` style) | yes | — |
| username | Username to login to target registry | yes | — |
| password | Password to login to target registry | yes | — |
Outputs
| name | description |
|---|---|
| nydus-image | Random number |