Unverified Commit c8f5c3cb authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Automated documentation update (#394)

Automated documentation update [skip ci]
Co-authored-by: 's avatargithub-actions <github-actions@github.com>
parent 7e32db56
# Anaconda (anaconda) # Anaconda (anaconda)
......
# AWS CLI (aws-cli) # AWS CLI (aws-cli)
Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg. Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.
......
# Azure CLI (azure-cli) # Azure CLI (azure-cli)
Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg. Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.
......
# Common Utilities (common-utils) # Common Utilities (common-utils)
Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user. Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.
......
# Conda (conda) # Conda (conda)
A cross-platform, language-agnostic binary package manager A cross-platform, language-agnostic binary package manager
......
# Light-weight Desktop (desktop-lite) # Light-weight Desktop (desktop-lite)
Adds a lightweight Fluxbox based desktop to the container that can be accessed using a VNC viewer or the web. GUI-based commands executed from the built-in VS code terminal will open on the desktop automatically. Adds a lightweight Fluxbox based desktop to the container that can be accessed using a VNC viewer or the web. GUI-based commands executed from the built-in VS code terminal will open on the desktop automatically.
......
# Docker (Docker-in-Docker) (docker-in-docker) # Docker (Docker-in-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. Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.
......
### **IMPORTANT NOTE** ### **IMPORTANT NOTE**
- **Ids used to publish this Feature in the past - 'docker-from-docker'** - **Ids used to publish this Feature in the past - 'docker-from-docker'**
......
# Dotnet CLI (dotnet) # Dotnet CLI (dotnet)
Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install. Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install.
......
# Git Large File Support (LFS) (git-lfs) # Git Large File Support (LFS) (git-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. 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.
......
# Git (from source) (git) # Git (from source) (git)
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. 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.
......
# GitHub CLI (github-cli) # GitHub CLI (github-cli)
Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies. Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.
......
# Go (go) # Go (go)
Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies. Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.
......
# Hugo (hugo) # Hugo (hugo)
......
# Java (via SDKMAN!) (java) # Java (via SDKMAN!) (java)
Installs Java, SDKMAN! (if not installed), and needed dependencies. Installs Java, SDKMAN! (if not installed), and needed dependencies.
......
# Kubectl, Helm, and Minikube (kubectl-helm-minikube) # Kubectl, Helm, and Minikube (kubectl-helm-minikube)
Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies. Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.
......
# Nix Package Manager (nix) # Nix Package Manager (nix)
Installs the Nix package manager and optionally a set of packages. Installs the Nix package manager and optionally a set of packages.
......
# Node.js (via nvm) and yarn (node) # Node.js (via nvm) and yarn (node)
Installs Node.js, nvm, yarn, and needed dependencies. Installs Node.js, nvm, yarn, and needed dependencies.
......
# NVIDIA CUDA (nvidia-cuda) # NVIDIA CUDA (nvidia-cuda)
Installs shared libraries for NVIDIA CUDA. Installs shared libraries for NVIDIA CUDA.
......
# Oryx (oryx) # Oryx (oryx)
Installs the oryx CLI Installs the oryx CLI
......
# PHP (php) # PHP (php)
......
# PowerShell (powershell) # PowerShell (powershell)
Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg. Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.
......
# Python (python) # 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. 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.
......
# Ruby (via rvm) (ruby) # Ruby (via rvm) (ruby)
Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies. Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
......
# Rust (rust) # Rust (rust)
Installs Rust, common Rust utilities, and their required dependencies Installs Rust, common Rust utilities, and their required dependencies
......
# SSH server (sshd) # SSH server (sshd)
Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it. Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.
......
# Terraform, tflint, and TFGrunt (terraform) # Terraform, tflint, and TFGrunt (terraform)
Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies. Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment