Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
release v0.236.1 (codespaces-linux 2.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored May 25, 2022
1 parent ee9f829 commit 10a399f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions containers/codespaces-linux/definition-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"definitionVersion": "2.0.1",
"definitionVersion": "2.0.2",
"build": {
"latest": true,
"rootDistro": "debian",
Expand All @@ -13,26 +13,29 @@
"annotation": "This document describes the base contents of the default GitHub Codespaces dev container image. Note that this image also includes detection logic to dynamically install additional language / runtime versions based on your repository's contents. Dynamically installed content can be found in sub-folders under `/opt`.",
"image": "mcr.microsoft.com/oryx/build:vso-focal-20210728.1",
"imageLink": "https://github.com/microsoft/oryx",
"apt": [{
"apt": [
{
"cgIgnore": false,
"name": "moby-cli",
"annotation": "Docker CLI"
}, {
},
{
"cgIgnore": false,
"name": "moby-engine",
"annotation": "Docker Engine"
}, {
},
{
"cgIgnore": false,
"name": "git-lfs",
"annotation": "Git Large File Support"
},
"cmake",
"build-essential",
"build-essential",
"cmake",
"cppcheck",
"valgrind",
"lldb",
"llvm",
"llvm",
"gdb",
"clang",
"python3-dev",
Expand All @@ -41,7 +44,7 @@
"xtail",
"software-properties-common",
"libsecret-1-dev",
"libnss3",
"libnss3",
"libnspr4",
"libatk-bridge2.0-0",
"libatk1.0-0",
Expand All @@ -63,7 +66,7 @@
"g++",
"gcc",
"libc6-dev",
"make",
"make",
"pkg-config",
"sed",
"python3-minimal"
Expand Down Expand Up @@ -177,4 +180,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-dev-containers",
"version": "0.236.0",
"version": "0.236.1",
"description": "VS Code Dev Containers: Definitions and Templates",
"repository": {
"type": "git",
Expand All @@ -27,4 +27,4 @@
"yargs": "^17.2.1",
"handlebars": "^4.7.7"
}
}
}

0 comments on commit 10a399f

Please sign in to comment.