aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-27 20:42:28 +0300
committerGitHub <noreply@github.com>2022-12-27 20:42:28 +0300
commitf9de0e43f8a9d2f590ad1d733772d4c25179db07 (patch)
treeb26e00a180dbe8f45d7b7fe3f7be507ff683d73e
parent19bc8bb633a8eb41b581296f468b85b7ac31a828 (diff)
Automated documentation update (#368)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/anaconda/README.md7
-rw-r--r--src/aws-cli/README.md7
-rw-r--r--src/azure-cli/README.md7
-rw-r--r--src/common-utils/README.md1
-rw-r--r--src/conda/README.md7
-rw-r--r--src/desktop-lite/README.md7
-rw-r--r--src/docker-from-docker/README.md7
-rw-r--r--src/docker-in-docker/README.md7
-rw-r--r--src/dotnet/README.md7
-rw-r--r--src/git-lfs/README.md7
-rw-r--r--src/git/README.md7
-rw-r--r--src/github-cli/README.md7
-rw-r--r--src/go/README.md7
-rw-r--r--src/hugo/README.md7
-rw-r--r--src/java/README.md7
-rw-r--r--src/kubectl-helm-minikube/README.md7
-rw-r--r--src/nix/README.md7
-rw-r--r--src/node/README.md7
-rw-r--r--src/nvidia-cuda/README.md7
-rw-r--r--src/oryx/README.md7
-rw-r--r--src/php/README.md7
-rw-r--r--src/powershell/README.md7
-rw-r--r--src/python/README.md7
-rw-r--r--src/ruby/README.md7
-rw-r--r--src/rust/README.md7
-rw-r--r--src/sshd/README.md7
-rw-r--r--src/terraform/README.md7
27 files changed, 183 insertions, 0 deletions
diff --git a/src/anaconda/README.md b/src/anaconda/README.md
index b230b50..3346823 100644
--- a/src/anaconda/README.md
+++ b/src/anaconda/README.md
@@ -32,6 +32,13 @@ conda install python=3.7
```
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/anaconda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/aws-cli/README.md b/src/aws-cli/README.md
index 00b8cd5..40cc4ae 100644
--- a/src/aws-cli/README.md
+++ b/src/aws-cli/README.md
@@ -19,6 +19,13 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles
Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst.
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/aws-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/azure-cli/README.md b/src/azure-cli/README.md
index 9b7735f..cb792d1 100644
--- a/src/azure-cli/README.md
+++ b/src/azure-cli/README.md
@@ -21,6 +21,13 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/azure-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/common-utils/README.md b/src/common-utils/README.md
index e028fac..9102c95 100644
--- a/src/common-utils/README.md
+++ b/src/common-utils/README.md
@@ -46,6 +46,7 @@ git config devcontainers-theme.hide-status 1
For `zsh`, the default theme is a [standard Oh My Zsh! theme](https://ohmyz.sh/). You may pick a different one by modifying the `ZSH_THEME` variable in `~/.zshrc`.
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/common-utils/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/conda/README.md b/src/conda/README.md
index 4fb75dd..2e123f2 100644
--- a/src/conda/README.md
+++ b/src/conda/README.md
@@ -33,6 +33,13 @@ conda install python=3.7
```
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/conda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md
index 9ee8227..ad05e4f 100644
--- a/src/desktop-lite/README.md
+++ b/src/desktop-lite/README.md
@@ -87,6 +87,13 @@ If you want the full version of **Google Chrome** in the desktop:
That's it!
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/desktop-lite/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/docker-from-docker/README.md b/src/docker-from-docker/README.md
index be32ce9..e2ddb84 100644
--- a/src/docker-from-docker/README.md
+++ b/src/docker-from-docker/README.md
@@ -75,6 +75,13 @@ services:
> **Note:** There is no `${localWorkspaceFolder}` when using the **Clone Repository in Container Volume** command in the VS Code Dev Containers extension ([info](https://github.com/microsoft/vscode-remote-release/issues/6160#issuecomment-1014701007)).
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-from-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 58f72c5..4196892 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -29,6 +29,13 @@ This docker-in-docker Dev Container Feature is roughly based on the [official do
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-in-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/dotnet/README.md b/src/dotnet/README.md
index 784c736..c13c998 100644
--- a/src/dotnet/README.md
+++ b/src/dotnet/README.md
@@ -21,6 +21,13 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/dotnet/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/git-lfs/README.md b/src/git-lfs/README.md
index a23a639..9fc3281 100644
--- a/src/git-lfs/README.md
+++ b/src/git-lfs/README.md
@@ -19,6 +19,13 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/git-lfs/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/git/README.md b/src/git/README.md
index 287af49..a9e54fa 100644
--- a/src/git/README.md
+++ b/src/git/README.md
@@ -20,6 +20,13 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/github-cli/README.md b/src/github-cli/README.md
index 3670399..0794508 100644
--- a/src/github-cli/README.md
+++ b/src/github-cli/README.md
@@ -20,6 +20,13 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/github-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/go/README.md b/src/go/README.md
index 5ea30c1..e7a6924 100644
--- a/src/go/README.md
+++ b/src/go/README.md
@@ -20,6 +20,13 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/go/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/hugo/README.md b/src/hugo/README.md
index bc6b99e..3d346c3 100644
--- a/src/hugo/README.md
+++ b/src/hugo/README.md
@@ -20,6 +20,13 @@
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/hugo/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/java/README.md b/src/java/README.md
index a9ef433..f3e35e3 100644
--- a/src/java/README.md
+++ b/src/java/README.md
@@ -27,6 +27,13 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
For the Java Feature from this repository, see [NOTICE.txt](https://github.com/devcontainers/features/tree/main/src/java/NOTICE.txt) for licensing information on JDK distributions.
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/java/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/kubectl-helm-minikube/README.md b/src/kubectl-helm-minikube/README.md
index bbb0202..81ce8c5 100644
--- a/src/kubectl-helm-minikube/README.md
+++ b/src/kubectl-helm-minikube/README.md
@@ -33,6 +33,13 @@ nohup kubectl port-forward --pod-running-timeout=24h -n ingress-nginx service/in
```
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/kubectl-helm-minikube/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/nix/README.md b/src/nix/README.md
index d331f89..3ab9b00 100644
--- a/src/nix/README.md
+++ b/src/nix/README.md
@@ -51,6 +51,13 @@ sudo /usr/local/share/nix-entrypoint.sh
This same command can be used to restart the daemon if it has stopped for some reason. Logs are available at `/tmp/nix-daemon.log`.
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/nix/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/node/README.md b/src/node/README.md
index 0bd837a..2e5dba3 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -40,6 +40,13 @@ Alternatively, you can start up an interactive shell which will in turn source `
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/node/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md
index 5e76d72..38a989a 100644
--- a/src/nvidia-cuda/README.md
+++ b/src/nvidia-cuda/README.md
@@ -41,6 +41,13 @@ Enable GPU passthrough to your devcontainer by adding `["--gpus", "all"]` to you
```
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/nvidia-cuda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/oryx/README.md b/src/oryx/README.md
index 670a6d1..7d3d3d1 100644
--- a/src/oryx/README.md
+++ b/src/oryx/README.md
@@ -15,6 +15,13 @@ Installs the oryx CLI
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/oryx/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/php/README.md b/src/php/README.md
index c979e39..3a9be7a 100644
--- a/src/php/README.md
+++ b/src/php/README.md
@@ -20,6 +20,13 @@
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/php/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/powershell/README.md b/src/powershell/README.md
index 0ff0469..ba300d5 100644
--- a/src/powershell/README.md
+++ b/src/powershell/README.md
@@ -19,6 +19,13 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/powershell/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/python/README.md b/src/python/README.md
index 47abf5e..0574291 100644
--- a/src/python/README.md
+++ b/src/python/README.md
@@ -24,6 +24,13 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/python/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/ruby/README.md b/src/ruby/README.md
index ffb136d..8a0ff87 100644
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -19,6 +19,13 @@ Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/ruby/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/rust/README.md b/src/rust/README.md
index 14af4ad..372b56f 100644
--- a/src/rust/README.md
+++ b/src/rust/README.md
@@ -20,6 +20,13 @@ Installs Rust, common Rust utilities, and their required dependencies
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/rust/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/sshd/README.md b/src/sshd/README.md
index 5245d68..6e9382c 100644
--- a/src/sshd/README.md
+++ b/src/sshd/README.md
@@ -81,6 +81,13 @@ While the some services automates SSH setup (e.g., when using the GitHub CLI for
4. Your dev container's filesystem should now be available in the `~/sshfs/devcontainer` folder on macOS or Linux or in a new explorer window on Windows.
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/sshd/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
diff --git a/src/terraform/README.md b/src/terraform/README.md
index 5d6b47f..ee87d06 100644
--- a/src/terraform/README.md
+++ b/src/terraform/README.md
@@ -23,6 +23,13 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.
+
+
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/terraform/devcontainer-feature.json). Add additional notes to a `NOTES.md`._