Socket
Socket
Sign inDemoInstall

@vscode/dev-container-cli

Package Overview
Dependencies
Maintainers
20
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.223.0 to 0.224.1

dist/node_modules/vscode-dev-containers/containers/cpp-mariadb/.devcontainer/reinstall-cmake.sh

26

dist/node_modules/vscode-dev-containers/containers-readmes/cpp-mariadb/README.md

@@ -13,3 +13,3 @@ # C++ & MariaDB

| *Available image variants* | [See cpp definition](../cpp). |
| *Supported architecture(s)* | x86-64, aarch64/arm64 for `bullseye`, `stretch`, `bionic`, and `hirsute` variants |
| *Supported architecture(s)* | x86-64 for `bullseye`, `stretch`, `bionic`, and `hirsute` variants |
| *Works in Codespaces* | Yes |

@@ -36,4 +36,26 @@ | *Container host OS support* | Linux, macOS, Windows |

Beyond `git`, this image / `Dockerfile` includes `zsh`, [Oh My Zsh!](https://ohmyz.sh/), a non-root `vscode` user with `sudo` access, and a set of common dependencies for development.
Beyond `git`, this image / `Dockerfile` includes `zsh`, [Oh My Zsh!](https://ohmyz.sh/), a non-root `vscode` user with `sudo` access, a set of common dependencies for development, and [Vcpkg](https://github.com/microsoft/vcpkg) a cross-platform package manager for C++.
### Using Vcpkg
This dev container and its associated image includes a clone of the [`Vcpkg`](https://github.com/microsoft/vcpkg) repo for library packages, and a bootstrapped instance of the [Vcpkg-tool](https://github.com/microsoft/vcpkg-tool) itself.
The minimum version of `cmake` required to install packages is higher than the version available in the main package repositories for Debian (<=11) and Ubuntu (<=21.10). `Vcpkg` will download a compatible version of `cmake` for its own use if that is the case (on x86_64 architectures), however you can opt to reinstall a different version of `cmake` globally by adding `REINSTALL_CMAKE_VERSION_FROM_SOURCE: <VERSION>` to build args in `.devcontainer/docker-compose.yml`. This will install `cmake` from its github releases. For example:
```yaml
args:
VARIANT: debian-11
REINSTALL_CMAKE_VERSION_FROM_SOURCE: "3.21.5" # Set to "none" to skip re-install of cmake
```
Most additional library packages installed using Vcpkg will be downloaded from their [official distribution locations](https://github.com/microsoft/vcpkg#security). To configure Vcpkg in this container to access an alternate registry, more information can be found here: [Registries: Bring your own libraries to vcpkg](https://devblogs.microsoft.com/cppblog/registries-bring-your-own-libraries-to-vcpkg/).
To update the available library packages, pull the latest from the git repository using the following command in the terminal:
```sh
cd "${VCPKG_ROOT}"
git pull --ff-only
```
> Note: Please review the [Vcpkg license details](https://github.com/microsoft/vcpkg#license) to better understand its own license and additional license information pertaining to library packages and supported ports.
### Adding the definition to a project or codespace

@@ -40,0 +62,0 @@

2

dist/node_modules/vscode-dev-containers/containers-readmes/dotnet-fsharp/README.md

@@ -12,3 +12,3 @@ # F# (.NET)

| *Definition type* | Dockerfile |
| *Published image architecture(s)* | x86-64 |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bullseye` variants |
| *Works in Codespaces* | Yes |

@@ -15,0 +15,0 @@ | *Container host OS support* | Linux, macOS, Windows |

@@ -12,3 +12,3 @@ # C# (.NET) and PostgreSQL (Community)

| *Definition type* | Docker Compose |
| *Published image architecture(s)* | x86-64 |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bullseye` variants|
| *Available image variants* | [See C# (.NET) definition](../dotnet). |

@@ -15,0 +15,0 @@ | *Works in Codespaces* | Yes |

@@ -14,3 +14,3 @@ # C# (.NET)

| *Available image variants* | 3.1 / 3.1-focal, 5.0 / 5.0-focal, 6.0 /6.0-bullseye, 6.0-focal, 5.0-bullseye, 3.1-bullseye ([full list](https://mcr.microsoft.com/v2/vscode/devcontainers/dotnet/tags/list)) |
| *Published image architecture(s)* | x86-64 |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bullseye` variants |
| *Works in Codespaces* | Yes |

@@ -17,0 +17,0 @@ | *Container host OS support* | Linux, macOS, Windows |

// 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.223.0/containers/alpine
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-ansible
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-bicep
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-cli
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-functions-dotnet-6-inprocess
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/azure-functions-dotnet-6-inprocess
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET 6 (In-Process)",

// 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.223.0/containers/azure-functions-dotnet-6-isolated
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/azure-functions-dotnet-6-isolated
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET 6 (Isolated)",

// 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.223.0/containers/azure-functions-dotnetcore-3.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-functions-java-11
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-functions-java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-functions-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-functions-pwsh
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-functions-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-machine-learning-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-static-web-apps
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/azure-terraform
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/bash
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/bazel
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/chef-workstation
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/codespaces-linux
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/cpp-mariadb
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/cpp-mariadb
{

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

// 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.223.0/containers/cpp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/dapr-dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/dapr-javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/dart
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/debian
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/deno
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/docker-existing-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/docker-existing-dockerfile
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/docker-from-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/docker-from-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/docker-in-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/dotnet-fsharp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/dotnet-mssql
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/dotnet-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/dotnet-postgres
{

@@ -4,0 +4,0 @@ "name": "C# (.NET) and PostgreSQL (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.223.0/containers/dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/elixir-phoenix-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/elixir
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/elixir
{

@@ -4,0 +4,0 @@ "name": "Elixir (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.223.0/containers/elm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/go-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/go-postgres
{

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

// 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.223.0/containers/go
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/haskell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/hugo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/java-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/java-postgres
{

@@ -4,0 +4,0 @@ "name": "Java & PostgreSQL",

// 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.223.0/containers/java
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/java
{

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

// 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.223.0/containers/javascript-node-azurite
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/javascript-node-mongo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/javascript-node-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/jekyll
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/julia
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/jupyter-datascience-notebooks
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/kubernetes-helm-minikube
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/kubernetes-helm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/markdown
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/mit-scheme
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/perl
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/php-mariadb
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/php
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/powershell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/puppet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/python-3-anaconda-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/python-3-anaconda-postgres
{

@@ -4,0 +4,0 @@ "name": "Anaconda (Python 3) & PostgreSQL",

// 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.223.0/containers/python-3-anaconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/python-3-anaconda
{

@@ -4,0 +4,0 @@ "name": "Anaconda (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.223.0/containers/python-3-device-simulator-express
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/python-3-miniconda-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/python-3-miniconda-postgres
{

@@ -4,0 +4,0 @@ "name": "Miniconda (Python 3) & PostgreSQL",

// 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.223.0/containers/python-3-miniconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/python-3-miniconda
{

@@ -4,0 +4,0 @@ "name": "Miniconda (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.223.0/containers/python-3-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/python-3-pypy
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/r
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/reasonml
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/ruby-rails-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/ruby-rails
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/ruby-sinatra
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/ruby
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/rust-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/rust-postgres
{

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

// 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.223.0/containers/rust
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/sfdx-project
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/swift
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/typescript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/ubuntu
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/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.223.0/containers/vue
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/containers/vue
{

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

{
"variants": ["3.15", "3.14", "3.13", "3.12"],
"definitionVersion": "0.204.1",
"definitionVersion": "0.204.2",
"build": {

@@ -5,0 +5,0 @@ "latest": false,

{
"definitionVersion": "1.7.2",
"definitionVersion": "1.7.4",
"build": {

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

{
"variants": ["bullseye", "buster", "hirsute", "focal", "bionic", "stretch"],
"definitionVersion": "0.203.4",
"definitionVersion": "0.204.0",
"build": {

@@ -89,2 +89,2 @@ "latest": "bullseye",

}
}
}
{
"variants": ["buster", "bullseye", "stretch"],
"definitionVersion": "0.202.5",
"definitionVersion": "0.202.6",
"build": {

@@ -5,0 +5,0 @@ "latest": "bullseye",

{
"variants": ["6.0-bullseye-slim", "6.0-focal", "5.0-bullseye-slim", "5.0-focal", "3.1-bullseye", "3.1-focal"],
"definitionVersion": "0.202.2",
"definitionVersion": "0.203.0",
"build": {

@@ -10,2 +10,10 @@ "latest": "6.0-bullseye-slim",

],
"architectures": {
"6.0-focal": ["linux/amd64"],
"6.0-bullseye-slim": ["linux/amd64", "linux/arm64"],
"5.0-focal": ["linux/amd64"],
"5.0-bullseye-slim": ["linux/amd64", "linux/arm64"],
"3.1-focal": ["linux/amd64"],
"3.1-bullseye": ["linux/amd64", "linux/arm64"]
},
"variantTags": {

@@ -12,0 +20,0 @@ "6.0-bullseye-slim": [

{
"variants": ["1.17-bullseye", "1.16-bullseye", "1.17-buster", "1.16-buster"],
"definitionVersion": "0.205.3",
"definitionVersion": "0.205.4",
"build": {

@@ -5,0 +5,0 @@ "latest": "1.17-bullseye",

{
"variants": [ "bullseye", "buster" ],
"definitionVersion": "0.205.1",
"definitionVersion": "0.205.2",
"build": {

@@ -5,0 +5,0 @@ "latest": false,

{
"variants": [ "17-bullseye", "17-buster", "11-bullseye", "11-buster" ],
"definitionVersion": "0.205.1",
"definitionVersion": "0.205.2",
"build": {

@@ -5,0 +5,0 @@ "latest": "17-bullseye",

{
"variants": ["16-bullseye", "14-bullseye", "12-bullseye", "16-buster", "14-buster", "12-buster"],
"definitionVersion": "0.203.3",
"definitionVersion": "0.203.4",
"build": {

@@ -5,0 +5,0 @@ "latest": "16-buster",

{
"variants": ["2.7-bullseye", "2.7-buster"],
"definitionVersion": "0.1.4",
"definitionVersion": "0.1.5",
"build": {

@@ -5,0 +5,0 @@ "latest": "2.7-bullseye",

{
"variants": ["8.1-apache-bullseye", "8.0-apache-bullseye", "7.4-apache-bullseye", "8.1-apache-buster", "8.0-apache-buster", "7.4-apache-buster" ],
"definitionVersion": "0.203.1",
"definitionVersion": "0.203.2",
"build": {

@@ -5,0 +5,0 @@ "latest": "8.1-apache-bullseye",

{
"definitionVersion": "0.202.4",
"definitionVersion": "0.202.5",
"build": {

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

{
"definitionVersion": "0.202.2",
"definitionVersion": "0.202.3",
"build": {

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

{
"variants": ["3.10-bullseye", "3.9-bullseye", "3.8-bullseye", "3.7-bullseye", "3.6-bullseye", "3.10-buster", "3.9-buster", "3.8-buster", "3.7-buster", "3.6-buster"],
"definitionVersion": "0.203.2",
"definitionVersion": "0.203.3",
"build": {

@@ -5,0 +5,0 @@ "latest": "3.10-bullseye",

{
"variants": ["3.1-bullseye", "3.0-bullseye", "2.7-bullseye", "2.6-bullseye", "3.1-buster", "3.0-buster", "2.7-buster", "2.6-buster"],
"definitionVersion": "0.203.0",
"definitionVersion": "0.203.1",
"build": {

@@ -5,0 +5,0 @@ "latest": "3.0-bullseye",

{
"variants": ["buster", "bullseye"],
"definitionVersion": "0.201.4",
"definitionVersion": "0.201.5",
"build": {

@@ -5,0 +5,0 @@ "latest": "buster",

{
"variants": ["16-bullseye", "14-bullseye", "12-bullseye", "16-buster", "14-buster", "12-buster"],
"definitionVersion": "0.203.3",
"definitionVersion": "0.203.4",
"build": {

@@ -5,0 +5,0 @@ "latest": "16-buster",

{
"variants": ["hirsute", "focal", "bionic"],
"definitionVersion": "0.202.1",
"definitionVersion": "0.202.2",
"build": {

@@ -5,0 +5,0 @@ "latest": false,

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

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

// 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.223.0/repository-containers/images/github.com/microsoft/vscode
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.1/repository-containers/images/github.com/microsoft/vscode
{

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

{
"name": "@vscode/dev-container-cli",
"version": "0.223.0",
"version": "0.224.1",
"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 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