devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
873 stars 230 forks source link

Question on Debian / Ubuntu & Centos/RHEL/Azure Linux family of support #196

Closed karianna closed 11 months ago

karianna commented 11 months ago

Hi all,

Was curious about the default of Debian for this repo. Do we want to also cover other Debian based flavours or CentOS based flavours?

samruddhikhandale commented 11 months ago

Hi 👋

The Templates are a combination of the dev container images and Features.

Currently, the images are debian and ubuntu based, and similarly majority of the Features are debian and ubuntu based (few exceptions to the common-utils and nix Feature which supports CentOS/RHEL/Fedora/Rocky/Alpine).

That said, we would be interested in extending the current support of Templates to other flavors of Linux as well. However, that would need an updated support for the images and Features.

Hope that makes sense, feel free to ask any followup questions!