wipacrepo/CVMFS Image Management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | a PAT so the bot can git -C "$WIPACREPO_CVMFS_ACTIONS_DIR" push to WIPACrepo/cvmfs-actions | yes | — |
| dest_dir | the CVMFS sub-directory to place/remove images | yes | — |
| build_images | BUILD MODE: Newline-delimited Docker image(s) to be built on CVMFS Image format: Docker Hub : [docker.io/]icecube/skymap_scanner:4.0.0 GH Container Registry : ghcr.io/wipacrepo/iceprod:3.0.52 Example: build_images: | foo/bar:1.2.3 foo/bar:main Example: build_images: $ {{ needs.get-my-images.outputs.tags }} (no space after $) HINT: use 'tags' output from https://github.com/docker/metadata-action | — | "" |
| delete_image_nametags | DELETION MODE: Newline-delimited images (name + tag) to remove, indicated verbatim or using known patterns. Example: delete_image_nametags: | foo:v1.2.3 foo:main-[SHA] | — | "" |
Outputs
no outputs