Open rigzba21 opened 9 months ago
Is there a getting started with adding new packages guide? I'm new to the wolfi-os/apko/melange ecosystem.
I found it: https://edu.chainguard.dev/open-source/wolfi/building-a-wolfi-package/
I am interested in this proposal, is there anything I can help with? I can also take over this task should you do not mind it :-)
I can also take over this task should you do not mind it :-)
Please do so! I currently do not have the time to dedicate to this.
What software would you like us to add to wolfi-os. Ideally include a URL to the project and its source.
which versions of the software should we include?
Latest: https://github.com/mamba-org/mamba/releases/tag/2023.12.21
Add some justification for why this specific package and versions are important.
micromamba
is a self-contained statically-linked executable for managing and working withconda
environments, with a key difference being thebase
conda environment is empty.From https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html#micromamba-user-guide
It's a smaller alternative to
conda
, and works well in constrained environments due tomicromamba
not requiring a default version of python or default packages in thebase
conda environment. https://github.com/wolfi-dev/os/issues/4888 is an example related to the default bundled python and associatedbase
environment packages.I'm happy to submit a PR for this, though I'm new to working with Wolfi OS. Thanks!
Please check all that apply