features
features copied to clipboard
A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own
Hi here, This is a PR to add 2 new feature sets to Terraform - TFSec - Terraform Docs Have a nice day
Hello, Since a few days I notice that the GPG Key download step in the Terraform feature hangs: ```` => [internal] load metadata for mcr.microsoft.com/devcontainers/base:j 608.5s => => extracting sha256:9a586f3d84de83b25cb9ca6d0e733d37d5283da35a837917...
This PR refactors the common script to support Debian/Ubuntu, RedHat/Fedora, and Alpine based images. Rather than having one massive script, it also refactors it into multiple parts for better maintainability....
Git base notebook diffing is not a great experience, lets make it better! NbDime is a jupyterlab plugin that will help with this and is also what we base notebook...
It is common for repositories which provide flakes to provide development shells under a top-level attribute `flake#devShells`, with `flake#devShell` being the default one (an alias for `flake#devShells."".default`). These are accessed...
Cross-post of existing issue report for visibility: https://github.com/NixOS/nix/issues/6680#issuecomment-1311559039
Environment setup after container restarts can take a really long time if all of nixos.org has to be downloaded every time. I guess you might want the option to clear...
I'm using the VSCode Dev Containers extension on Linux with Podman and the following `devcontainer.json` file ```json { "name": "Ubuntu", "image": "mcr.microsoft.com/devcontainers/base:jammy", "features": { "ghcr.io/devcontainers/features/nix:1": {} } } ``` Everything...
This change relies on `git ls-remote --tags --sort=version:refname` to sort git versions in a semver-compatible mode and alleviate the need to scan for version numbers manually. The new approach selects...
This change may reduce the installation of unnecessary packages.