singularityhub/container cache generator
Generate a cache of container executable paths for a listing of containers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token (required for pull request) | no | — |
| root | Path of the cache roots (defaults to PWD) | no | — |
| listing | text file with listing of containers, one per line. | yes | — |
| namespace | namespace to add to each container in the listing (optional) | no | — |
| org-letter-prefix | set to true to add a letter directory before the organzation name (e.g., docker.io/l/library/ubuntu:latest) | yes | false |
| repo-letter-prefix | set to true to add a letter directory before the repository name (e.g., docker.io/library/u/ubuntu:latest) | yes | false |
| registry-letter-prefix | set to true to add a letter directory before the registry name (e.g., d/docker.io/library/ubuntu:latest) | yes | false |
| dry_run | don't push to update branch (dry run only) | no | false |
| branch | branch to open pull request against | no | main |
Outputs
no outputs