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
Hide 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 @@
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/anaconda@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/anaconda@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/aws-cli@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/aws-cli@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/azure-cli@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/azure-cli@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/common@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/common@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/desktop-lite@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/desktop-lite@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/docker-from-docker/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/docker-from-docker@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/docker-from-docker@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/docker-in-docker@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/docker-in-docker@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/dotnet@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/dotnet@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/git-lfs@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/git-lfs@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/git@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/git@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/github-cli@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/github-cli@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/go@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/go@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/hugo/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/hugo@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/hugo@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/java/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/java@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/java@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/kubectl-helm-minikube@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/kubectl-helm-minikube@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/node/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@ Installs Node.js, nvm, yarn, and needed dependencies.
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/node@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/node@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/oryx/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@ Installs the oryx CLI
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/oryx@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/oryx@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/php/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/php@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/php@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/powershell/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/powershell@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/powershell@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/python@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/python@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/ruby/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@ Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/ruby@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/ruby@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/rust/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@ Installs Rust, common Rust utilities, and their required dependencies
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/rust@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/rust@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/sshd@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/sshd@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## Options
...
...
src/terraform/README.md
View file @
939170b1
...
...
@@ -6,14 +6,11 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
## Example Usage
```
json
"features"
:
[
{
"id"
:
"devcontainers/features/terraform@latest"
,
"options"
:
{
"features"
:
{
"devcontainers/features/terraform@latest"
:
{
"version"
:
"latest"
}
}
]
}
```
## 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