devcontainers / images

Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers
https://containers.dev
MIT License
1.25k stars 459 forks source link

Add support for [mambaorg/micromamba] images #1104

Closed filip-komarzyniec closed 3 months ago

filip-komarzyniec commented 3 months ago

I'd like to suggest adding a micromamba image variant for new dev containers.

AFAIK it's the most optimised conda-like variant for small container images. What's more it has some benefits over conda cli, like:

I'll be happy to provide a PR for that.

TODO:

samruddhikhandale commented 3 months ago

Hi 👋

We appreciate your thoughts and request for a new image, however, the devcontainers/images repo only accepts improvements and bug fixes for the current set of maintained images. Hence, we don't have any plans for adding support for new images.

However, if you are interested then feel free to look at https://github.com/devcontainers/images?tab=readme-ov-file#how-can-i-contribute and ways on how you could publish the image by yourself, thanks!