Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
939170b1
Commit
939170b1
authored
Jun 22, 2022
by
Josh Spicer
Committed by
GitHub
Jun 22, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'main' of
https://github.com/devcontainers/features
parents
43fd91f7
f03d64fe
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
72 additions
and
144 deletions
+72
-144
README.md
src/anaconda/README.md
+3
-6
README.md
src/aws-cli/README.md
+3
-6
README.md
src/azure-cli/README.md
+3
-6
README.md
src/common/README.md
+3
-6
README.md
src/desktop-lite/README.md
+3
-6
README.md
src/docker-from-docker/README.md
+3
-6
README.md
src/docker-in-docker/README.md
+3
-6
README.md
src/dotnet/README.md
+3
-6
README.md
src/git-lfs/README.md
+3
-6
README.md
src/git/README.md
+3
-6
README.md
src/github-cli/README.md
+3
-6
README.md
src/go/README.md
+3
-6
README.md
src/hugo/README.md
+3
-6
README.md
src/java/README.md
+3
-6
README.md
src/kubectl-helm-minikube/README.md
+3
-6
README.md
src/node/README.md
+3
-6
README.md
src/oryx/README.md
+3
-6
README.md
src/php/README.md
+3
-6
README.md
src/powershell/README.md
+3
-6
README.md
src/python/README.md
+3
-6
README.md
src/ruby/README.md
+3
-6
README.md
src/rust/README.md
+3
-6
README.md
src/sshd/README.md
+3
-6
README.md
src/terraform/README.md
+3
-6
No files found.
src/anaconda/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@
...
@@ -6,14 +6,11 @@
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/anaconda@latest"
:
{
"id"
:
"devcontainers/features/anaconda@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/aws-cli/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles
...
@@ -6,14 +6,11 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/aws-cli@latest"
:
{
"id"
:
"devcontainers/features/aws-cli@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/azure-cli/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil
...
@@ -6,14 +6,11 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/azure-cli@latest"
:
{
"id"
:
"devcontainers/features/azure-cli@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/common/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
...
@@ -6,14 +6,11 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/common@latest"
:
{
"id"
:
"devcontainers/features/common@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/desktop-lite/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u
...
@@ -6,14 +6,11 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/desktop-lite@latest"
:
{
"id"
:
"devcontainers/features/desktop-lite@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/docker-from-docker/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@
...
@@ -6,14 +6,11 @@
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/docker-from-docker@latest"
:
{
"id"
:
"devcontainers/features/docker-from-docker@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/docker-in-docker/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Create child containers *inside* a container, independent from the host's docker
...
@@ -6,14 +6,11 @@ Create child containers *inside* a container, independent from the host's docker
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/docker-in-docker@latest"
:
{
"id"
:
"devcontainers/features/docker-in-docker@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/dotnet/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
...
@@ -6,14 +6,11 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/dotnet@latest"
:
{
"id"
:
"devcontainers/features/dotnet@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/git-lfs/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful
...
@@ -6,14 +6,11 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/git-lfs@latest"
:
{
"id"
:
"devcontainers/features/git-lfs@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/git/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh
...
@@ -6,14 +6,11 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/git@latest"
:
{
"id"
:
"devcontainers/features/git@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/github-cli/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende
...
@@ -6,14 +6,11 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/github-cli@latest"
:
{
"id"
:
"devcontainers/features/github-cli@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/go/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne
...
@@ -6,14 +6,11 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/go@latest"
:
{
"id"
:
"devcontainers/features/go@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/hugo/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@
...
@@ -6,14 +6,11 @@
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/hugo@latest"
:
{
"id"
:
"devcontainers/features/hugo@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/java/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
...
@@ -6,14 +6,11 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/java@latest"
:
{
"id"
:
"devcontainers/features/java@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/kubectl-helm-minikube/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects
...
@@ -6,14 +6,11 @@ Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/kubectl-helm-minikube@latest"
:
{
"id"
:
"devcontainers/features/kubectl-helm-minikube@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/node/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs Node.js, nvm, yarn, and needed dependencies.
...
@@ -6,14 +6,11 @@ Installs Node.js, nvm, yarn, and needed dependencies.
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/node@latest"
:
{
"id"
:
"devcontainers/features/node@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/oryx/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs the oryx CLI
...
@@ -6,14 +6,11 @@ Installs the oryx CLI
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/oryx@latest"
:
{
"id"
:
"devcontainers/features/oryx@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/php/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@
...
@@ -6,14 +6,11 @@
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/php@latest"
:
{
"id"
:
"devcontainers/features/php@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/powershell/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles
...
@@ -6,14 +6,11 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/powershell@latest"
:
{
"id"
:
"devcontainers/features/powershell@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/python/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
...
@@ -6,14 +6,11 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/python@latest"
:
{
"id"
:
"devcontainers/features/python@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/ruby/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
...
@@ -6,14 +6,11 @@ Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/ruby@latest"
:
{
"id"
:
"devcontainers/features/ruby@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/rust/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs Rust, common Rust utilities, and their required dependencies
...
@@ -6,14 +6,11 @@ Installs Rust, common Rust utilities, and their required dependencies
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/rust@latest"
:
{
"id"
:
"devcontainers/features/rust@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/sshd/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Adds a SSH server into a container so that you can use an external terminal, sft
...
@@ -6,14 +6,11 @@ Adds a SSH server into a container so that you can use an external terminal, sft
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/sshd@latest"
:
{
"id"
:
"devcontainers/features/sshd@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
src/terraform/README.md
View file @
939170b1
...
@@ -6,14 +6,11 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
...
@@ -6,14 +6,11 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
## Example Usage
## Example Usage
```
json
```
json
"features"
:
[
"features"
:
{
{
"devcontainers/features/terraform@latest"
:
{
"id"
:
"devcontainers/features/terraform@latest"
,
"options"
:
{
"version"
:
"latest"
"version"
:
"latest"
}
}
}
}
]
```
```
## Options
## Options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment