Skip to content

Commit 258b107

Browse files
github-actions[bot]github-actions
andauthored
Automated documentation update (devcontainers#287)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
1 parent 0e25800 commit 258b107

27 files changed

Lines changed: 27 additions & 81 deletions

File tree

src/anaconda/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/anaconda:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/anaconda:1": {}
1311
}
1412
```
1513

src/aws-cli/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/aws-cli:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/aws-cli:1": {}
1311
}
1412
```
1513

src/azure-cli/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/azure-cli:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/azure-cli:1": {}
1311
}
1412
```
1513

src/common-utils/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/common-utils:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/common-utils:1": {}
1311
}
1412
```
1513

src/conda/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ A cross-platform, language-agnostic binary package manager
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/conda:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/conda:1": {}
1311
}
1412
```
1513

src/desktop-lite/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/desktop-lite:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/desktop-lite:1": {}
1311
}
1412
```
1513

src/docker-from-docker/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/docker-from-docker:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/docker-from-docker:1": {}
1311
}
1412
```
1513

src/docker-in-docker/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Create child containers *inside* a container, independent from the host's docker
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/docker-in-docker:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/docker-in-docker:1": {}
1311
}
1412
```
1513

src/dotnet/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/dotnet:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/dotnet:1": {}
1311
}
1412
```
1513

src/git-lfs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful
77

88
```json
99
"features": {
10-
"ghcr.io/devcontainers/features/git-lfs:1": {
11-
"version": "latest"
12-
}
10+
"ghcr.io/devcontainers/features/git-lfs:1": {}
1311
}
1412
```
1513

0 commit comments

Comments
 (0)