container-canary
container-canary copied to clipboard
package manager support: conda
Description
It should be possible to install this project with conda.
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:
conda install -c conda-forge container-canary
- there is documentation (or even better, an automated process) for ensuring that new
container-canaryreleases are installable withconda
Approach
Follow the docs at https://github.com/conda-forge/staged-recipes
Consult this repo as an example: https://github.com/conda-forge/kubernetes-feedstock/blob/main/recipe/meta.yaml
Notes
N/A