From d4994b9a5aa565559f520c2ab867016771f0e307 Mon Sep 17 00:00:00 2001 From: jcbhmr Date: Wed, 18 Oct 2023 00:59:11 +0000 Subject: [PATCH] Apply automatic changes --- _data/features.csv | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/features.csv b/_data/features.csv index c7c77dd..175bdd8 100644 --- a/_data/features.csv +++ b/_data/features.csv @@ -8,21 +8,21 @@ ghcr.io/devcontainers/features/desktop-lite,https://github.com/devcontainers/fea ghcr.io/devcontainers/features/docker-in-docker,https://github.com/devcontainers/features/tree/main/src/docker-in-docker,,,,,Docker (Docker-in-Docker),"Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",2.7.0 ghcr.io/devcontainers/features/docker-outside-of-docker,https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker,,,,,Docker (docker-outside-of-docker),"Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.",1.3.0 ghcr.io/devcontainers/features/dotnet,https://github.com/devcontainers/features/tree/main/src/dotnet,,,,,Dotnet CLI,"This Feature installs the latest .NET SDK, which includes the .NET CLI and the shared runtime. Options are provided to choose a different version or additional versions.",2.0.1 -ghcr.io/devcontainers/features/git,https://github.com/devcontainers/features/tree/main/src/git,,,,,Git (from source),"Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies.",1.1.5 -ghcr.io/devcontainers/features/git-lfs,https://github.com/devcontainers/features/tree/main/src/git-lfs,,,,,Git Large File Support (LFS),Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl.,1.1.0 -ghcr.io/devcontainers/features/github-cli,https://github.com/devcontainers/features/tree/main/src/github-cli,,,,,GitHub CLI,Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.,1.0.10 +ghcr.io/devcontainers/features/git,https://github.com/devcontainers/features/tree/main/src/git,,,,,Git (from source),"Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies.",1.1.6 +ghcr.io/devcontainers/features/git-lfs,https://github.com/devcontainers/features/tree/main/src/git-lfs,,,,,Git Large File Support (LFS),Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl.,1.1.1 +ghcr.io/devcontainers/features/github-cli,https://github.com/devcontainers/features/tree/main/src/github-cli,,,,,GitHub CLI,Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.,1.0.11 ghcr.io/devcontainers/features/go,https://github.com/devcontainers/features/tree/main/src/go,,,,,Go,Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.,1.2.1 ghcr.io/devcontainers/features/hugo,https://github.com/devcontainers/features/tree/main/src/hugo,,,,,Hugo,,1.1.2 ghcr.io/devcontainers/features/java,https://github.com/devcontainers/features/tree/main/src/java,,,,,Java (via SDKMAN!),"Installs Java, SDKMAN! (if not installed), and needed dependencies.",1.2.2 -ghcr.io/devcontainers/features/kubectl-helm-minikube,https://github.com/devcontainers/features/tree/main/src/kubectl-helm-minikube,,,,,"Kubectl, Helm, and Minikube","Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.",1.1.4 +ghcr.io/devcontainers/features/kubectl-helm-minikube,https://github.com/devcontainers/features/tree/main/src/kubectl-helm-minikube,,,,,"Kubectl, Helm, and Minikube","Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.",1.1.5 ghcr.io/devcontainers/features/nix,https://github.com/devcontainers/features/tree/main/src/nix,,,,,Nix Package Manager,Installs the Nix package manager and optionally a set of packages.,1.1.3 ghcr.io/devcontainers/features/node,https://github.com/devcontainers/features/tree/main/src/node,,,,,"Node.js (via nvm), yarn and pnpm","Installs Node.js, nvm, yarn, pnpm, and needed dependencies.",1.3.1 ghcr.io/devcontainers/features/nvidia-cuda,https://github.com/devcontainers/features/tree/main/src/nvidia-cuda,,,,,NVIDIA CUDA,Installs shared libraries for NVIDIA CUDA.,1.1.0 ghcr.io/devcontainers/features/oryx,https://github.com/devcontainers/features/tree/main/src/oryx,,,,,Oryx,Installs the oryx CLI,1.1.0 ghcr.io/devcontainers/features/php,https://github.com/devcontainers/features/tree/main/src/php,,,,,PHP,,1.1.2 -ghcr.io/devcontainers/features/powershell,https://github.com/devcontainers/features/tree/main/src/powershell,,,,,PowerShell,Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.,1.1.0 -ghcr.io/devcontainers/features/python,https://github.com/devcontainers/features/tree/main/src/python,,,,,Python,"Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",1.2.1 -ghcr.io/devcontainers/features/ruby,https://github.com/devcontainers/features/tree/main/src/ruby,,,,,Ruby (via rvm),"Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",1.1.1 +ghcr.io/devcontainers/features/powershell,https://github.com/devcontainers/features/tree/main/src/powershell,,,,,PowerShell,Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.,1.1.1 +ghcr.io/devcontainers/features/python,https://github.com/devcontainers/features/tree/main/src/python,,,,,Python,"Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",1.3.1 +ghcr.io/devcontainers/features/ruby,https://github.com/devcontainers/features/tree/main/src/ruby,,,,,Ruby (via rvm),"Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",1.1.2 ghcr.io/devcontainers/features/rust,https://github.com/devcontainers/features/tree/main/src/rust,,,,,Rust,"Installs Rust, common Rust utilities, and their required dependencies",1.1.0 ghcr.io/devcontainers/features/sshd,https://github.com/devcontainers/features/tree/main/src/sshd,,,,,SSH server,"Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.",1.0.9 ghcr.io/devcontainers/features/terraform,https://github.com/devcontainers/features/tree/main/src/terraform,,,,,"Terraform, tflint, and TFGrunt",Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.,1.3.5