diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-24 20:36:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 20:36:05 +0300 |
commit | 41e3e4c748f276ebf6b7bfee127f931eca98fd8d (patch) | |
tree | 05082a9e2d73b4b21749f925e035710377ccdb98 /src | |
parent | f82307ad60514d1e912a9aa2b64204721fe955eb (diff) |
add documentationURL to all features (#115)
Diffstat (limited to 'src')
25 files changed, 50 insertions, 25 deletions
diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json index 7d2f2ed..fdc6b64 100644 --- a/src/anaconda/devcontainer-feature.json +++ b/src/anaconda/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "anaconda", - "version": "1.0.1", + "version": "1.0.2", "name": "Anaconda", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda", "options": { "version": { "type": "string", diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json index dbefd53..35b9bbb 100644 --- a/src/aws-cli/devcontainer-feature.json +++ b/src/aws-cli/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "aws-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "AWS CLI", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli", "description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", "options": { "version": { diff --git a/src/azure-cli/devcontainer-feature.json b/src/azure-cli/devcontainer-feature.json index 20425dd..5fcae55 100644 --- a/src/azure-cli/devcontainer-feature.json +++ b/src/azure-cli/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "azure-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Azure CLI", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/azure-cli", "description": "Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", "options": { "version": { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 1233bff..ea16b96 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "common-utils", + "version": "1.0.3", "name": "Common Debian Utilities", - "version": "1.0.2", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", "options": { "installZsh": { diff --git a/src/desktop-lite/devcontainer-feature.json b/src/desktop-lite/devcontainer-feature.json index 7d5e6b8..83af38e 100644 --- a/src/desktop-lite/devcontainer-feature.json +++ b/src/desktop-lite/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "desktop-lite", - "version": "1.0.1", + "version": "1.0.2", "name": "Light-weight Desktop", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/desktop-lite", "description": "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.", "options": { "version": { diff --git a/src/docker-from-docker/devcontainer-feature.json b/src/docker-from-docker/devcontainer-feature.json index a1c2a49..8636a7a 100644 --- a/src/docker-from-docker/devcontainer-feature.json +++ b/src/docker-from-docker/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "docker-from-docker", - "version": "1.0.2", + "version": "1.0.3", "name": "Docker (Docker-from-Docker)", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-from-docker", "descripton": "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.", "options": { "version": { diff --git a/src/docker-in-docker/devcontainer-feature.json b/src/docker-in-docker/devcontainer-feature.json index b420566..be8067d 100644 --- a/src/docker-in-docker/devcontainer-feature.json +++ b/src/docker-in-docker/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "docker-in-docker", - "version": "1.0.2", + "version": "1.0.3", "name": "Docker (Docker-in-Docker)", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-in-docker", "description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.", "options": { "version": { diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index b7aecaa..bd1597c 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "dotnet", - "version": "1.0.3", + "version": "1.0.4", "name": "Dotnet CLI", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "description": "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.", "options": { "version": { diff --git a/src/git-lfs/devcontainer-feature.json b/src/git-lfs/devcontainer-feature.json index 4c57253..6d09c97 100644 --- a/src/git-lfs/devcontainer-feature.json +++ b/src/git-lfs/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "git-lfs", - "version": "1.0.0", + "version": "1.0.1", "name": "Git Large File Support (LFS)", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/git-lfs", "description": "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.", "options": { "version": { diff --git a/src/git/devcontainer-feature.json b/src/git/devcontainer-feature.json index d73fde9..6225eb8 100644 --- a/src/git/devcontainer-feature.json +++ b/src/git/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "git", - "version": "1.0.0", + "version": "1.0.1", "name": "Git (from source)", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/git", "description": "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.", "options": { "version": { diff --git a/src/github-cli/devcontainer-feature.json b/src/github-cli/devcontainer-feature.json index 3948134..6f15696 100644 --- a/src/github-cli/devcontainer-feature.json +++ b/src/github-cli/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "github-cli", - "version": "1.0.0", + "version": "1.0.1", "name": "GitHub CLI", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/github-cli", "description": "Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.", "options": { "version": { diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index d2419b9..e6ab33e 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "go", - "version": "1.0.2", + "version": "1.0.3", "name": "Go", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/go", "description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.", "options": { "version": { diff --git a/src/hugo/devcontainer-feature.json b/src/hugo/devcontainer-feature.json index 27d2d08..22182bd 100644 --- a/src/hugo/devcontainer-feature.json +++ b/src/hugo/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "hugo", - "version": "1.0.1", + "version": "1.0.2", "name": "Hugo", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/hugo", "options": { "version": { "type": "string", diff --git a/src/java/devcontainer-feature.json b/src/java/devcontainer-feature.json index 5906e6a..629f0e4 100644 --- a/src/java/devcontainer-feature.json +++ b/src/java/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "java", - "version": "1.0.4", + "version": "1.0.5", "name": "Java (via SDKMAN!)", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/java", "description": "Installs Java, SDKMAN! (if not installed), and needed dependencies.", "options": { "version": { diff --git a/src/kubectl-helm-minikube/devcontainer-feature.json b/src/kubectl-helm-minikube/devcontainer-feature.json index 45eaca3..ea81e5a 100644 --- a/src/kubectl-helm-minikube/devcontainer-feature.json +++ b/src/kubectl-helm-minikube/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "kubectl-helm-minikube", - "version": "1.0.1", + "version": "1.0.2", "name": "Kubectl, Helm, and Minkube", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/kubectl-helm-minikube", "description": "Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.", "options": { "version": { diff --git a/src/node/devcontainer-feature.json b/src/node/devcontainer-feature.json index c50b612..fa69633 100644 --- a/src/node/devcontainer-feature.json +++ b/src/node/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "node", - "version": "1.0.2", + "version": "1.0.3", "name": "Node.js (via nvm) and yarn", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/node", "description": "Installs Node.js, nvm, yarn, and needed dependencies.", "options": { "version": { diff --git a/src/nvidia-cuda/devcontainer-feature.json b/src/nvidia-cuda/devcontainer-feature.json index 711374b..98748a8 100644 --- a/src/nvidia-cuda/devcontainer-feature.json +++ b/src/nvidia-cuda/devcontainer-feature.json @@ -1,8 +1,9 @@ { "id": "nvidia-cuda", + "version": "1.0.1", "name": "NVIDIA CUDA", "description": "Installs shared libraries for NVIDIA CUDA.", - "version": "1.0.0", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/nvidia-cuda", "options": { "installCudnn": { "type": "boolean", diff --git a/src/oryx/devcontainer-feature.json b/src/oryx/devcontainer-feature.json index a70af42..d60e89b 100644 --- a/src/oryx/devcontainer-feature.json +++ b/src/oryx/devcontainer-feature.json @@ -1,8 +1,9 @@ { "id": "oryx", - "version": "1.0.1", + "version": "1.0.2", "name": "Oryx", "description": "Installs the oryx CLI", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/oryx", "containerEnv": { "ORYX_SDK_STORAGE_BASE_URL": "https://oryx-cdn.microsoft.io", "ENABLE_DYNAMIC_INSTALL": "true", diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json index 305914a..d20ad2d 100644 --- a/src/php/devcontainer-feature.json +++ b/src/php/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "php", - "version": "1.0.3", + "version": "1.0.4", "name": "PHP", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/php", "options": { "version": { "type": "string", diff --git a/src/powershell/devcontainer-feature.json b/src/powershell/devcontainer-feature.json index 23be355..ca5eaea 100644 --- a/src/powershell/devcontainer-feature.json +++ b/src/powershell/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "powershell", - "version": "1.0.0", + "version": "1.0.1", "name": "PowerShell", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/powershell", "description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", "options": { "version": { diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 6f31f83..19ddf9a 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "python", - "version": "1.0.3", + "version": "1.0.4", "name": "Python", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/python", "description": "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.", "options": { "version": { diff --git a/src/ruby/devcontainer-feature.json b/src/ruby/devcontainer-feature.json index 9407992..d9af245 100644 --- a/src/ruby/devcontainer-feature.json +++ b/src/ruby/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "ruby", - "version": "1.0.1", + "version": "1.0.2", "name": "Ruby (via rvm)", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/ruby", "description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.", "options": { "version": { diff --git a/src/rust/devcontainer-feature.json b/src/rust/devcontainer-feature.json index 8212b34..3f4cb69 100644 --- a/src/rust/devcontainer-feature.json +++ b/src/rust/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "rust", - "version": "1.0.3", + "version": "1.0.4", "name": "Rust", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust", "description": "Installs Rust, common Rust utilities, and their required dependencies", "options": { "version": { diff --git a/src/sshd/devcontainer-feature.json b/src/sshd/devcontainer-feature.json index 32b2b12..04bcdaf 100644 --- a/src/sshd/devcontainer-feature.json +++ b/src/sshd/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "sshd", - "version": "1.0.1", + "version": "1.0.2", "name": "SSH server", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/sshd", "description": "Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.", "options": { "version": { diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index dad34d3..534a9af 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "terraform", - "version": "1.0.1", + "version": "1.0.2", "name": "Terraform, tflint, and TFGrunt", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform", "description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.", "options": { "version": { |