Socket
Socket
Sign inDemoInstall

@vscode/dev-container-cli

Package Overview
Dependencies
Maintainers
17
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/dev-container-cli - npm Package Compare versions

Comparing version 0.202.5 to 0.203.0

dist/node_modules/vscode-dev-containers/containers/python-3-anaconda/.devcontainer/add-notice.sh

14

dist/node_modules/vscode-dev-containers/container-features/features.json

@@ -605,5 +605,15 @@ {

"type": "string",
"enum": [ "latest", "os-provided", "3.9", "3.8", "3.7", "3.6" ],
"enum": [ "latest", "os-provided", "3.10", "3.9", "3.8", "3.7", "3.6" ],
"default": "os-provided",
"description": "Select a Python version to install."
},
"installTools": {
"type": "boolean",
"default": true,
"description": "Install common Python tools like pylint"
},
"optimize": {
"type": "boolean",
"default": false,
"description": "Optimize Python for performance when compiled (slow)"
}

@@ -726,3 +736,3 @@ },

"type": "string",
"proposals": ["lts", "latest", "16", "11", "8"],
"proposals": ["lts", "latest", "17", "11", "8"],
"default": "lts",

@@ -729,0 +739,0 @@ "description": "Select or enter a Java version to install"

9

dist/node_modules/vscode-dev-containers/containers-readmes/codespaces-linux/README.md

@@ -17,3 +17,3 @@ # GitHub Codespaces (Default Linux Universal)

| *Container OS* | Ubuntu |
| *Languages, platforms* | Python, Node.js, JavaScript, TypeScript, C++, Java, C#, F#, .NET Core, PHP, PowerShell, Go, Ruby, Rust |
| *Languages, platforms* | Python, Node.js, JavaScript, TypeScript, C++, Java, C#, F#, .NET Core, PHP, PowerShell, Go, Ruby, Rust, Conda |

@@ -66,2 +66,7 @@ See **[history](history)** for information on the contents of published images.

## Using Conda
This dev container and its associated image includes [the `conda` package manager](https://aka.ms/vscode-remote/conda/about). Additional packages installed using Conda will be downloaded from Anaconda or another repository if you configure one. To reconfigure Conda in this container to access an alternative repository, please see information on [configuring Conda channels here](https://aka.ms/vscode-remote/conda/channel-setup).
Access to the Anaconda repository is covered by the [Anaconda Terms of Service](https://aka.ms/vscode-remote/conda/terms), which may require some organizations to obtain a commercial license from Anaconda. **However**, when this dev container or its associated image is used with GitHub Codespaces or GitHub Actions, **all users are permitted** to use the Anaconda Repository through the service, including organizations normally required by Anaconda to obtain a paid license for commercial activities. Note that third-party packages may be licensed by their publishers in ways that impact your intellectual property, and are used at your own risk.
## Using this definition

@@ -71,3 +76,3 @@

`mcr.microsoft.com/vscode/devcontainers/universal:linux`
`mcr.microsoft.com/vscode/devcontainers/universal:1-linux`

@@ -74,0 +79,0 @@ Alternatively, you can use the contents of the `Dockerfile` to fully customize your container's contents or to build it for a container host architecture not supported by the image.

@@ -76,5 +76,5 @@ # Java 8

"INSTALL_GRADLE": "true",
"MAVEN_VERSION": "3.6.3",
"MAVEN_VERSION": "3.8.3",
"INSTALL_MAVEN": "true",
"GRADLE_VERSION": "5.4.1"
"GRADLE_VERSION": "7.2"
}

@@ -81,0 +81,0 @@ ```

@@ -13,3 +13,3 @@ # Java

| *Published images* | mcr.microsoft.com/vscode/devcontainers/java |
| *Available image variants* | 11 / 11-buster, 16 / 16-buster, 11-bullseye, 16-bullseye ([full list](https://mcr.microsoft.com/v2/vscode/devcontainers/java/tags/list)) |
| *Available image variants* | 11 / 11-bullseye, 17 / 17-bullseye, 11-buster, 17-buster ([full list](https://mcr.microsoft.com/v2/vscode/devcontainers/java/tags/list)) |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bullseye` variants |

@@ -30,4 +30,4 @@ | *Works in Codespaces* | Yes |

```json
// Or you can use 16-bullseye or 16-buster if you want to pin to an OS version
"args": { "VARIANT": "16" }
// Or you can use 11-bullseye or 11-buster if you want to pin to an OS version
"args": { "VARIANT": "11" }
```

@@ -81,5 +81,5 @@

"INSTALL_GRADLE": "true",
"MAVEN_VERSION": "3.6.3",
"MAVEN_VERSION": "3.8.3",
"INSTALL_MAVEN": "true",
"GRADLE_VERSION": "5.4.1"
"GRADLE_VERSION": "7.2"
}

@@ -86,0 +86,0 @@ ```

@@ -10,3 +10,3 @@ # Anaconda (Python 3)

| *Contributors* | The [VS Code Python extension](https://marketplace.visualstudio.com/itemdetails?itemName=ms-python.python) team |
| *Categories* | Languages |
| *Categories* | Core, Languages |
| *Definition type* | Dockerfile |

@@ -40,2 +40,7 @@ | *Published image* | mcr.microsoft.com/vscode/devcontainers/anaconda:3 |

### Using Conda
This dev container and its associated image includes [the `conda` package manager](https://aka.ms/vscode-remote/conda/about). Additional packages installed using Conda will be downloaded from Anaconda or another repository if you configure one. To reconfigure Conda in this container to access an alternative repository, please see information on [configuring Conda channels here](https://aka.ms/vscode-remote/conda/channel-setup).
Access to the Anaconda repository is covered by the [Anaconda Terms of Service](https://aka.ms/vscode-remote/conda/terms), which may require some organizations to obtain a commercial license from Anaconda. **However**, when this dev container or its associated image is used with GitHub Codespaces or GitHub Actions, **all users are permitted** to use the Anaconda Repository through the service, including organizations normally required by Anaconda to obtain a paid license for commercial activities. Note that third-party packages may be licensed by their publishers in ways that impact your intellectual property, and are used at your own risk.
#### Debug Configuration

@@ -42,0 +47,0 @@

@@ -10,3 +10,3 @@ # Miniconda (Python 3)

| *Contributors* | The [VS Code Python extension](https://marketplace.visualstudio.com/itemdetails?itemName=ms-python.python) team |
| *Categories* | Languages |
| *Categories* | Core, Languages |
| *Definition type* | Dockerfile |

@@ -40,2 +40,7 @@ | *Published image* | mcr.microsoft.com/vscode/devcontainers/miniconda:3 |

### Using Conda
This dev container and its associated image includes [the `conda` package manager](https://aka.ms/vscode-remote/conda/about). Additional packages installed using Conda will be downloaded from Anaconda or another repository if you configure one. To reconfigure Conda in this container to access an alternative repository, please see information on [configuring Conda channels here](https://aka.ms/vscode-remote/conda/channel-setup).
Access to the Anaconda repository is covered by the [Anaconda Terms of Service](https://aka.ms/vscode-remote/conda/terms), which may require some organizations to obtain a commercial license from Anaconda. **However**, when this dev container or its associated image is used with GitHub Codespaces or GitHub Actions, **all users are permitted** to use the Anaconda Repository through the service, including organizations normally required by Anaconda to obtain a paid license for commercial activities. Note that third-party packages may be licensed by their publishers in ways that impact your intellectual property, and are used at your own risk.
#### Debug Configuration

@@ -42,0 +47,0 @@

@@ -44,3 +44,3 @@ # Python 3 & PostgreSQL

You can add other services to your `docker-compose.yml` file [as described in Docker's documentaiton](https://docs.docker.com/compose/compose-file/#service-configuration-reference). However, if you want anything running in this service to be available in the container on localhost, or want to forward the service locally, be sure to add this line to the service config:
You can add other services to your `docker-compose.yml` file [as described in Docker's documentation](https://docs.docker.com/compose/compose-file/#service-configuration-reference). However, if you want anything running in this service to be available in the container on localhost, or want to forward the service locally, be sure to add this line to the service config:

@@ -47,0 +47,0 @@ ```yaml

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/alpine
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/alpine
{

@@ -4,0 +4,0 @@ "name": "Alpine",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-ansible
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-ansible
{

@@ -4,0 +4,0 @@ "name": "Azure Ansible (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-bicep
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-bicep
{

@@ -4,0 +4,0 @@ "name": "Azure Bicep (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-cli
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-cli
{

@@ -4,0 +4,0 @@ "name": "Azure CLI",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-functions-dotnetcore-2.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-dotnetcore-2.1
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET Core 2.1",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-functions-dotnetcore-3.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-dotnetcore-3.1
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET Core 3.1",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-functions-java-11
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-java-11
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Java 11",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-functions-java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-java-8
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Java 8",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-functions-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-node
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Node.js",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-functions-pwsh
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-pwsh
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & PowerShell",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-functions-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-python-3
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Python 3",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-machine-learning-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-machine-learning-python-3
{

@@ -4,0 +4,0 @@ "name": "Azure Machine Learning",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-static-web-apps
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-static-web-apps
{

@@ -4,0 +4,0 @@ "name": "Azure Static Web Apps",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/azure-terraform
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-terraform
{

@@ -4,0 +4,0 @@ "name": "Azure Terraform (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/bash
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/bash
{

@@ -4,0 +4,0 @@ "name": "Bash (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/bazel
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/bazel
{

@@ -4,0 +4,0 @@ "name": "Bazel (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/chef-workstation
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/chef-workstation
{

@@ -4,0 +4,0 @@ "name": "Chef Workstation (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/codespaces-linux
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/codespaces-linux
{

@@ -4,0 +4,0 @@ "name": "GitHub Codespaces (Default)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/cpp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/cpp
{

@@ -4,0 +4,0 @@ "name": "C++",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/dapr-dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/dapr-dotnet
{

@@ -4,0 +4,0 @@ "name": "Dapr with C# (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/dapr-javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/dapr-javascript-node
{

@@ -4,0 +4,0 @@ "name": "Dapr with Node.js & JavaScript (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/dart
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/dart
{

@@ -4,0 +4,0 @@ "name": "Dart (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/debian
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/debian
{

@@ -4,0 +4,0 @@ "name": "Debian",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/deno
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/deno
{

@@ -4,0 +4,0 @@ "name": "Deno",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/docker-existing-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/docker-existing-docker-compose
// If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml.

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/docker-existing-dockerfile
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/docker-existing-dockerfile
{

@@ -4,0 +4,0 @@ "name": "Existing Dockerfile",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/docker-from-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/docker-from-docker-compose
{

@@ -4,0 +4,0 @@ "name": "Docker from Docker Compose",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/docker-from-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/docker-from-docker
{

@@ -4,0 +4,0 @@ "name": "Docker from Docker",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/docker-in-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/docker-in-docker
{

@@ -4,0 +4,0 @@ "name": "Docker in Docker",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/dotnet-fsharp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/dotnet-fsharp
{

@@ -4,0 +4,0 @@ "name": "F# (.NET)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/dotnet-mssql
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/dotnet-mssql
{

@@ -4,0 +4,0 @@ "name": "C# (.NET) and MS SQL",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/dotnet
{

@@ -4,0 +4,0 @@ "name": "C# (.NET)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/elixir-phoenix-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/elixir-phoenix-postgres
{

@@ -4,0 +4,0 @@ "name": "Elixir, Phoenix, Node.js & PostgresSQL (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/elm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/elm
{

@@ -4,0 +4,0 @@ "name": "Elm (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/go
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/go
{

@@ -4,0 +4,0 @@ "name": "Go",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/haskell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/haskell
{

@@ -4,0 +4,0 @@ "name": "Haskell (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/hugo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/hugo
{

@@ -4,0 +4,0 @@ "name": "Hugo (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/java-8
{

@@ -4,0 +4,0 @@ "name": "Java 8",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/java
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/java
{
"name": "Java",
"runArgs": ["--init"],
"build": {
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a Java version: 11, 16
// Update the VARIANT arg to pick a Java version: 11, 17
// Append -bullseye or -buster to pin to an OS version.

@@ -11,0 +10,0 @@ // Use the -bullseye variants on local arm64/Apple Silicon.

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/javascript-node-azurite
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/javascript-node-azurite
// Update the VARIANT arg in docker-compose.yml to pick a Node.js version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/javascript-node-mongo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/javascript-node-mongo
// Update the VARIANT arg in docker-compose.yml to pick a Node.js version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/javascript-node-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/javascript-node-postgres
// Update the VARIANT arg in docker-compose.yml to pick a Node.js version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/javascript-node
{

@@ -4,0 +4,0 @@ "name": "Node.js",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/jekyll
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/jekyll
{

@@ -4,0 +4,0 @@ "name": "Jekyll",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/julia
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/julia
// See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/jupyter-datascience-notebooks
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/jupyter-datascience-notebooks
{

@@ -4,0 +4,0 @@ "name": "Jupyter Data Science Notebooks (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/kubernetes-helm-minikube
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/kubernetes-helm-minikube
{

@@ -4,0 +4,0 @@ "name": "Kubernetes - Minikube-in-Docker",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/kubernetes-helm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/kubernetes-helm
{

@@ -4,0 +4,0 @@ "name": "Kubernetes - Local Configuration",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/markdown
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/markdown
{

@@ -4,0 +4,0 @@ "name": "Markdown Editing",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/mit-scheme
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/mit-scheme
{

@@ -4,0 +4,0 @@ "name": "MIT-Scheme (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/perl
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/perl
{

@@ -4,0 +4,0 @@ "name": "Perl (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/php-mariadb
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/php-mariadb
// Update the VARIANT arg in docker-compose.yml to pick a PHP version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/php
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/php
{

@@ -4,0 +4,0 @@ "name": "PHP",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/powershell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/powershell
{

@@ -4,0 +4,0 @@ "name": "PowerShell",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/puppet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/puppet
{

@@ -4,0 +4,0 @@ "name": "Puppet Development Kit (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/python-3-anaconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/python-3-anaconda
{
"name": "Anaconda (Python 3)",
"runArgs": ["--init"],
"build": {

@@ -7,0 +6,0 @@ "context": "..",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/python-3-device-simulator-express
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/python-3-device-simulator-express
{

@@ -4,0 +4,0 @@ "name": "Python 3 & Device Simulator Express (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/python-3-miniconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/python-3-miniconda
{
"name": "Miniconda (Python 3)",
"runArgs": ["--init"],
"build": {

@@ -7,0 +6,0 @@ "context": "..",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/python-3-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/python-3-postgres
// Update the VARIANT arg in docker-compose.yml to pick a Python version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/python-3-pypy
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/python-3-pypy
{

@@ -4,0 +4,0 @@ "name": "PyPy (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/python-3
{

@@ -4,0 +4,0 @@ "name": "Python 3",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/r
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/r
{

@@ -4,0 +4,0 @@ "name": "R (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/reasonml
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/reasonml
{

@@ -4,0 +4,0 @@ "name": "ReasonML (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/ruby-rails-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/ruby-rails-postgres
// Update the VARIANT arg in docker-compose.yml to pick a Ruby version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/ruby-rails
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/ruby-rails
{

@@ -4,0 +4,0 @@ "name": "Ruby on Rails (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/ruby-sinatra
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/ruby-sinatra
{

@@ -4,0 +4,0 @@ "name": "Ruby & Sinatra (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/ruby
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/ruby
{

@@ -4,0 +4,0 @@ "name": "Ruby",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/rust
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/rust
{

@@ -4,0 +4,0 @@ "name": "Rust",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/sfdx-project
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/sfdx-project
{

@@ -4,0 +4,0 @@ "name": "Salesforce Project (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/swift
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/swift
{

@@ -4,0 +4,0 @@ "name": "Swift (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/typescript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/typescript-node
{

@@ -4,0 +4,0 @@ "name": "Node.js & TypeScript",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/ubuntu
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/ubuntu
{

@@ -4,0 +4,0 @@ "name": "Ubuntu",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/vue
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/vue
{

@@ -4,0 +4,0 @@ "name": "Vue (Community)",

{
"definitionVersion": "1.6.6",
"definitionVersion": "1.6.7",
"build": {

@@ -4,0 +4,0 @@ "latest": true,

@@ -9,4 +9,4 @@ {

"parentVariant": {
"bullseye": "11-jdk-bullseye",
"buster": "11-jdk-buster"
"bullseye": "11-bullseye",
"buster": "11-buster"
},

@@ -30,3 +30,3 @@ "architectures": {

"image": "mcr.microsoft.com/vscode/devcontainers/java:11-${VARIANT}",
"imageLink": "https://hub.docker.com/_/java",
"imageLink": "https://hub.docker.com/_/openjdk",
"apt": [{

@@ -42,6 +42,6 @@ "cgIgnore": false,

"SDKMAN!": null,
"AdoptOpenJDK": {
"Eclipse Temurin": {
"markdownIgnore": true,
"versionCommand": "/usr/local/sdkman/candidates/java/current/bin/java -version 2>&1 | grep -ozP '^openjdk\\sversion\\s\\\"\\K[^\\\"]+' | tr '\\0' '\\n'",
"downloadUrl": "https://adoptopenjdk.net/"
"downloadUrl": "https://adoptium.net/"
}

@@ -48,0 +48,0 @@ },

{
"variants": [ "16-jdk-bullseye", "11-jdk-bullseye", "16-jdk-buster", "11-jdk-buster" ],
"definitionVersion": "0.203.0",
"variants": [ "17-bullseye", "17-buster", "11-bullseye", "11-buster" ],
"definitionVersion": "0.204.0",
"build": {
"latest": "16-jdk-buster",
"latest": "17-bullseye",
"rootDistro": "debian",
"variantBuildArgs": {
"17-bullseye": {
"TARGET_JAVA_VERSION": "17",
"BASE_IMAGE_VERSION_CODENAME": "bullseye"
},
"11-bullseye": {
"TARGET_JAVA_VERSION": "11",
"BASE_IMAGE_VERSION_CODENAME": "bullseye"
},
"17-buster": {
"TARGET_JAVA_VERSION": "17",
"BASE_IMAGE_VERSION_CODENAME": "buster"
},
"11-buster": {
"JAVA_IMAGE_TAG": "11",
"BASE_IMAGE_VERSION_CODENAME": "buster"
}
},
"architectures": {
"16-jdk-bullseye": ["linux/amd64", "linux/arm64"],
"11-jdk-bullseye": ["linux/amd64", "linux/arm64"],
"16-jdk-buster": ["linux/amd64"],
"11-jdk-buster": ["linux/amd64"]
"17-bullseye": ["linux/amd64", "linux/arm64"],
"11-bullseye": ["linux/amd64", "linux/arm64"],
"17-buster": ["linux/amd64"],
"11-buster": ["linux/amd64"]
},

@@ -17,16 +35,16 @@ "tags": [

"variantTags": {
"16-jdk-bullseye": [
"java:${VERSION}-16-bullseye",
"17-bullseye": [
"java:${VERSION}-17",
"java:${VERSION}-17-jdk-bullseye",
"java:${VERSION}-bullseye"
],
"11-jdk-bullseye": [ "java:${VERSION}-11-bullseye" ],
"16-jdk-buster": [
"java:${VERSION}-16",
"java:${VERSION}-16-buster",
"11-bullseye": [
"java:${VERSION}-11",
"java:${VERSION}-11-jdk-bullseye"
],
"17-jdk-buster": [
"java:${VERSION}-17-jdk-buster",
"java:${VERSION}-buster"
],
"11-jdk-buster": [
"java:${VERSION}-11",
"java:${VERSION}-11-buster"
]
"11-buster": [ "java:${VERSION}-11-jdk-buster" ]
}

@@ -36,3 +54,3 @@ },

"image": "openjdk:${VARIANT}",
"imageLink": "https://hub.docker.com/_/java",
"imageLink": "https://hub.docker.com/_/openjdk",
"apt": [{

@@ -39,0 +57,0 @@ "cgIgnore": false,

{
"definitionVersion": "0.202.0",
"definitionVersion": "0.202.1",
"build": {

@@ -4,0 +4,0 @@ "latest": true,

{
"definitionVersion": "0.201.8",
"definitionVersion": "0.201.9",
"build": {

@@ -4,0 +4,0 @@ "latest": true,

{
"name": "vscode-dev-containers",
"version": "0.202.5",
"version": "0.203.0",
"description": "VS Code Dev Containers: Definitions and Templates",

@@ -22,9 +22,9 @@ "repository": {

"devDependencies": {
"copyfiles": "^2.1.1",
"copyfiles": "^2.4.1",
"glob": "^7.1.6",
"jsonc": "^2.0.0",
"rimraf": "^2.6.3",
"yargs": "^14.2.0",
"yargs": "^17.2.1",
"handlebars": "^4.7.7"
}
}
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/repository-containers/images/github.com/microsoft/vscode
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/repository-containers/images/github.com/microsoft/vscode
{

@@ -4,0 +4,0 @@ "name": "Code - OSS",

{
"name": "@vscode/dev-container-cli",
"version": "0.202.5",
"version": "0.203.0",
"description": "Command Line Interface (CLI) for VS Code Dev Containers",

@@ -5,0 +5,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc