container-canary
container-canary copied to clipboard
package manager support: asdf
Description
It should be possible to install this project with asdf.
Benefits of this work
- allows
container-canaryto be installed without needing to put together platform-specific URLs and download files manually withcurl/wget - allows
container-canaryto be installed with a package manager that provides other complementary tools likehelm,kind,kubectl,kind,k9s, etc.
Acceptance Criteria
- it's possible to install
container-canarylike this:
asdf plugin add container-canary
asdf install container-canary '0.5.0'
- there is documentation (or even better, an automated process) for ensuring that new
container-canaryreleases are installable withasdf
Approach
Follow the steps in "Contributing a new plugin" at https://github.com/asdf-vm/asdf-plugins/blob/master/README.md
Consult this repo as an example: https://github.com/asdf-community/asdf-kubectl
Once done, test that it's possible to install container-canary with the commands in the description.
Notes
N/A