aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-14 22:40:25 +0300
committerGitHub <noreply@github.com>2022-11-14 22:40:25 +0300
commit258b107b39db9f28703bf6bfeed3102d54e1cafe (patch)
treecb3165712b207cc39953ebd05495d75818f7836d
parent0e258004862f3c4e33da3138e65bc82036cf768f (diff)
Automated documentation update (#287)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/anaconda/README.md4
-rw-r--r--src/aws-cli/README.md4
-rw-r--r--src/azure-cli/README.md4
-rw-r--r--src/common-utils/README.md4
-rw-r--r--src/conda/README.md4
-rw-r--r--src/desktop-lite/README.md4
-rw-r--r--src/docker-from-docker/README.md4
-rw-r--r--src/docker-in-docker/README.md4
-rw-r--r--src/dotnet/README.md4
-rw-r--r--src/git-lfs/README.md4
-rw-r--r--src/git/README.md4
-rw-r--r--src/github-cli/README.md4
-rw-r--r--src/go/README.md4
-rw-r--r--src/hugo/README.md4
-rw-r--r--src/java/README.md4
-rw-r--r--src/kubectl-helm-minikube/README.md4
-rw-r--r--src/nix/README.md4
-rw-r--r--src/node/README.md4
-rw-r--r--src/nvidia-cuda/README.md4
-rw-r--r--src/oryx/README.md4
-rw-r--r--src/php/README.md4
-rw-r--r--src/powershell/README.md4
-rw-r--r--src/python/README.md4
-rw-r--r--src/ruby/README.md4
-rw-r--r--src/rust/README.md4
-rw-r--r--src/sshd/README.md4
-rw-r--r--src/terraform/README.md4
27 files changed, 27 insertions, 81 deletions
diff --git a/src/anaconda/README.md b/src/anaconda/README.md
index 8f11302..b230b50 100644
--- a/src/anaconda/README.md
+++ b/src/anaconda/README.md
@@ -7,9 +7,7 @@
```json
"features": {
- "ghcr.io/devcontainers/features/anaconda:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/anaconda:1": {}
}
```
diff --git a/src/aws-cli/README.md b/src/aws-cli/README.md
index 3fb4688..00b8cd5 100644
--- a/src/aws-cli/README.md
+++ b/src/aws-cli/README.md
@@ -7,9 +7,7 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles
```json
"features": {
- "ghcr.io/devcontainers/features/aws-cli:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/aws-cli:1": {}
}
```
diff --git a/src/azure-cli/README.md b/src/azure-cli/README.md
index 8b6193e..e324674 100644
--- a/src/azure-cli/README.md
+++ b/src/azure-cli/README.md
@@ -7,9 +7,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil
```json
"features": {
- "ghcr.io/devcontainers/features/azure-cli:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/azure-cli:1": {}
}
```
diff --git a/src/common-utils/README.md b/src/common-utils/README.md
index 0150af3..06af484 100644
--- a/src/common-utils/README.md
+++ b/src/common-utils/README.md
@@ -7,9 +7,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
```json
"features": {
- "ghcr.io/devcontainers/features/common-utils:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/common-utils:1": {}
}
```
diff --git a/src/conda/README.md b/src/conda/README.md
index 5472af7..4fb75dd 100644
--- a/src/conda/README.md
+++ b/src/conda/README.md
@@ -7,9 +7,7 @@ A cross-platform, language-agnostic binary package manager
```json
"features": {
- "ghcr.io/devcontainers/features/conda:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/conda:1": {}
}
```
diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md
index 36d8693..9ee8227 100644
--- a/src/desktop-lite/README.md
+++ b/src/desktop-lite/README.md
@@ -7,9 +7,7 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u
```json
"features": {
- "ghcr.io/devcontainers/features/desktop-lite:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/desktop-lite:1": {}
}
```
diff --git a/src/docker-from-docker/README.md b/src/docker-from-docker/README.md
index 07acb87..41d9846 100644
--- a/src/docker-from-docker/README.md
+++ b/src/docker-from-docker/README.md
@@ -7,9 +7,7 @@
```json
"features": {
- "ghcr.io/devcontainers/features/docker-from-docker:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/docker-from-docker:1": {}
}
```
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 0a529c4..8ee91ef 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -7,9 +7,7 @@ Create child containers *inside* a container, independent from the host's docker
```json
"features": {
- "ghcr.io/devcontainers/features/docker-in-docker:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/docker-in-docker:1": {}
}
```
diff --git a/src/dotnet/README.md b/src/dotnet/README.md
index d40eb4a..784c736 100644
--- a/src/dotnet/README.md
+++ b/src/dotnet/README.md
@@ -7,9 +7,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
```json
"features": {
- "ghcr.io/devcontainers/features/dotnet:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/dotnet:1": {}
}
```
diff --git a/src/git-lfs/README.md b/src/git-lfs/README.md
index 1f7e6c3..a23a639 100644
--- a/src/git-lfs/README.md
+++ b/src/git-lfs/README.md
@@ -7,9 +7,7 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful
```json
"features": {
- "ghcr.io/devcontainers/features/git-lfs:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/git-lfs:1": {}
}
```
diff --git a/src/git/README.md b/src/git/README.md
index 54e1fa6..287af49 100644
--- a/src/git/README.md
+++ b/src/git/README.md
@@ -7,9 +7,7 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh
```json
"features": {
- "ghcr.io/devcontainers/features/git:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/git:1": {}
}
```
diff --git a/src/github-cli/README.md b/src/github-cli/README.md
index 5e95dec..3670399 100644
--- a/src/github-cli/README.md
+++ b/src/github-cli/README.md
@@ -7,9 +7,7 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende
```json
"features": {
- "ghcr.io/devcontainers/features/github-cli:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/github-cli:1": {}
}
```
diff --git a/src/go/README.md b/src/go/README.md
index 3282b24..5ea30c1 100644
--- a/src/go/README.md
+++ b/src/go/README.md
@@ -7,9 +7,7 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne
```json
"features": {
- "ghcr.io/devcontainers/features/go:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/go:1": {}
}
```
diff --git a/src/hugo/README.md b/src/hugo/README.md
index afd7aee..f66f3c7 100644
--- a/src/hugo/README.md
+++ b/src/hugo/README.md
@@ -7,9 +7,7 @@
```json
"features": {
- "ghcr.io/devcontainers/features/hugo:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/hugo:1": {}
}
```
diff --git a/src/java/README.md b/src/java/README.md
index 343cc60..c409b34 100644
--- a/src/java/README.md
+++ b/src/java/README.md
@@ -7,9 +7,7 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
```json
"features": {
- "ghcr.io/devcontainers/features/java:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/java:1": {}
}
```
diff --git a/src/kubectl-helm-minikube/README.md b/src/kubectl-helm-minikube/README.md
index 11a139d..bbb0202 100644
--- a/src/kubectl-helm-minikube/README.md
+++ b/src/kubectl-helm-minikube/README.md
@@ -7,9 +7,7 @@ Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects
```json
"features": {
- "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}
}
```
diff --git a/src/nix/README.md b/src/nix/README.md
index 4d0e1ad..d331f89 100644
--- a/src/nix/README.md
+++ b/src/nix/README.md
@@ -7,9 +7,7 @@ Installs the Nix package manager and optionally a set of packages.
```json
"features": {
- "ghcr.io/devcontainers/features/nix:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/nix:1": {}
}
```
diff --git a/src/node/README.md b/src/node/README.md
index 5a5f64a..0bd837a 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -7,9 +7,7 @@ Installs Node.js, nvm, yarn, and needed dependencies.
```json
"features": {
- "ghcr.io/devcontainers/features/node:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/node:1": {}
}
```
diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md
index 735e725..d756a41 100644
--- a/src/nvidia-cuda/README.md
+++ b/src/nvidia-cuda/README.md
@@ -7,9 +7,7 @@ Installs shared libraries for NVIDIA CUDA.
```json
"features": {
- "ghcr.io/devcontainers/features/nvidia-cuda:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/nvidia-cuda:1": {}
}
```
diff --git a/src/oryx/README.md b/src/oryx/README.md
index 67fd70a..670a6d1 100644
--- a/src/oryx/README.md
+++ b/src/oryx/README.md
@@ -7,9 +7,7 @@ Installs the oryx CLI
```json
"features": {
- "ghcr.io/devcontainers/features/oryx:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/oryx:1": {}
}
```
diff --git a/src/php/README.md b/src/php/README.md
index f0c605c..c979e39 100644
--- a/src/php/README.md
+++ b/src/php/README.md
@@ -7,9 +7,7 @@
```json
"features": {
- "ghcr.io/devcontainers/features/php:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/php:1": {}
}
```
diff --git a/src/powershell/README.md b/src/powershell/README.md
index 24bdb0c..0ff0469 100644
--- a/src/powershell/README.md
+++ b/src/powershell/README.md
@@ -7,9 +7,7 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles
```json
"features": {
- "ghcr.io/devcontainers/features/powershell:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/powershell:1": {}
}
```
diff --git a/src/python/README.md b/src/python/README.md
index 1f6e18a..47abf5e 100644
--- a/src/python/README.md
+++ b/src/python/README.md
@@ -7,9 +7,7 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
```json
"features": {
- "ghcr.io/devcontainers/features/python:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/python:1": {}
}
```
diff --git a/src/ruby/README.md b/src/ruby/README.md
index d8ca855..ffb136d 100644
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -7,9 +7,7 @@ Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
```json
"features": {
- "ghcr.io/devcontainers/features/ruby:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/ruby:1": {}
}
```
diff --git a/src/rust/README.md b/src/rust/README.md
index 4756cb7..14af4ad 100644
--- a/src/rust/README.md
+++ b/src/rust/README.md
@@ -7,9 +7,7 @@ Installs Rust, common Rust utilities, and their required dependencies
```json
"features": {
- "ghcr.io/devcontainers/features/rust:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/rust:1": {}
}
```
diff --git a/src/sshd/README.md b/src/sshd/README.md
index 511659e..5245d68 100644
--- a/src/sshd/README.md
+++ b/src/sshd/README.md
@@ -7,9 +7,7 @@ Adds a SSH server into a container so that you can use an external terminal, sft
```json
"features": {
- "ghcr.io/devcontainers/features/sshd:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/sshd:1": {}
}
```
diff --git a/src/terraform/README.md b/src/terraform/README.md
index 36c5d77..8b7a25d 100644
--- a/src/terraform/README.md
+++ b/src/terraform/README.md
@@ -7,9 +7,7 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
```json
"features": {
- "ghcr.io/devcontainers/features/terraform:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/terraform:1": {}
}
```