Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9de0e4

Browse files
github-actions[bot]github-actions
andauthored
Automated documentation update (#368)
Automated documentation update [skip ci] Co-authored-by: github-actions <[email protected]>
1 parent 19bc8bb commit f9de0e4

27 files changed

Lines changed: 183 additions & 0 deletions

File tree

src/anaconda/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ conda install python=3.7
3232
```
3333

3434

35+
## OS Support
36+
37+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
38+
39+
`bash` is required to execute the `install.sh` script.
40+
41+
3542
---
3643

3744
_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`._

src/aws-cli/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles
1919

2020
Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst.
2121

22+
## OS Support
23+
24+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
25+
26+
`bash` is required to execute the `install.sh` script.
27+
28+
2229
---
2330

2431
_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`._

src/azure-cli/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil
2121

2222

2323

24+
## OS Support
25+
26+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
27+
28+
`bash` is required to execute the `install.sh` script.
29+
30+
2431
---
2532

2633
_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`._

src/common-utils/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ git config devcontainers-theme.hide-status 1
4646

4747
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`.
4848

49+
4950
---
5051

5152
_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`._

src/conda/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ conda install python=3.7
3333
```
3434

3535

36+
## OS Support
37+
38+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
39+
40+
`bash` is required to execute the `install.sh` script.
41+
42+
3643
---
3744

3845
_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`._

src/desktop-lite/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ If you want the full version of **Google Chrome** in the desktop:
8787
That's it!
8888
8989
90+
## OS Support
91+
92+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
93+
94+
`bash` is required to execute the `install.sh` script.
95+
96+
9097
---
9198
9299
_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`._

src/docker-from-docker/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ services:
7575
> **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)).
7676

7777

78+
## OS Support
79+
80+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
81+
82+
`bash` is required to execute the `install.sh` script.
83+
84+
7885
---
7986

8087
_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`._

src/docker-in-docker/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ This docker-in-docker Dev Container Feature is roughly based on the [official do
2929

3030

3131

32+
## OS Support
33+
34+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
35+
36+
`bash` is required to execute the `install.sh` script.
37+
38+
3239
---
3340

3441
_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`._

src/dotnet/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
2121

2222

2323

24+
## OS Support
25+
26+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
27+
28+
`bash` is required to execute the `install.sh` script.
29+
30+
2431
---
2532

2633
_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`._

src/git-lfs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful
1919

2020

2121

22+
## OS Support
23+
24+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
25+
26+
`bash` is required to execute the `install.sh` script.
27+
28+
2229
---
2330

2431
_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`._

0 commit comments

Comments
 (0)