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

Commit ed772fa

Browse files
author
CI
committed
Automated update for image history
1 parent c502cb7 commit ed772fa

File tree

2 files changed

+405
-0
lines changed

2 files changed

+405
-0
lines changed
Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
# [codespaces-linux](https://github.com/microsoft/vscode-dev-containers/tree/main/containers/codespaces-linux)
2+
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`.
3+
4+
**Image version:** 1.6.3
5+
6+
**Source release/branch:** [v0.191.1](https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/codespaces-linux)
7+
8+
**Digest:** sha256:b7d27a8902843c17661c462a545716eab699a2960614cf15e946465f3916e944
9+
10+
**Tags:**
11+
```
12+
mcr.microsoft.com/vscode/devcontainers/universal:1.6.3-focal
13+
mcr.microsoft.com/vscode/devcontainers/universal:1.6.3-linux
14+
mcr.microsoft.com/vscode/devcontainers/universal:1.6.3
15+
```
16+
> *To keep up to date, we recommend using partial version numbers. Use the major version number to get all non-breaking changes (e.g. `0-`) or major and minor to only get fixes (e.g. `0.200-`).*
17+
18+
**Linux distribution:** Ubuntu 20.04.2 LTS (debian-like distro)
19+
20+
**Available (non-root) user:** codespace
21+
22+
### Contents
23+
**Languages and runtimes**
24+
25+
| Language / runtime | Version | Path |
26+
|--------------------|---------|------|
27+
| [Node.js](https://nodejs.org/en/) | 10.23.0<br />12.22.4<br />14.17.4 | /opt/nodejs/&lt;version&gt; |
28+
| [Python](https://www.python.org/) | 3.6.12<br />3.7.9<br />3.8.6 | /opt/python/&lt;version&gt; |
29+
| [Java](https://adoptopenjdk.net/) | 11.0.8 | /opt/java/&lt;version&gt; |
30+
| [.NET](https://dotnet.microsoft.com/) | 2.1.816<br />3.1.411<br />5.0.302 | /home/codespaces/.dotnet<br />/opt/dotnet |
31+
| [Ruby](https://www.ruby-lang.org/en/) | 2.7.2 | /opt/ruby/&lt;version&gt; |
32+
| [PHP](https://xdebug.org/) | 7.2.34<br />7.3.27<br />7.4.16 | /opt/php/&lt;version&gt; |
33+
| [PowerShell](https://docs.microsoft.com/en-us/powershell/) | 7.1.4 | /opt/microsoft/powershell |
34+
| GCC | 9.3.0-17ubuntu1~20.04 |
35+
| Clang | 10.0.0-4ubuntu1 |
36+
| [Go](https://golang.org/dl) | 1.16.7 | /usr/local/go |
37+
| [Rust](https://github.com/rust-lang/rust) | 1.54.0 | /usr/local/cargo<br />/usr/local/rustup |
38+
| [Jekyll](https://jekyllrb.com/) | 4.2.0 |
39+
40+
**Tools installed using git**
41+
42+
| Tool | Commit | Path |
43+
|------|--------|------|
44+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | af6c7f3d6782cf0a34e4e68f661df526d35795be | /home/codespace/.oh-my-zsh |
45+
| [nvm](https://github.com/nvm-sh/nvm.git) | 3fea5493a431ac64470d4230d4b51438cf213bd1 | /home/codespace/.nvm |
46+
| [nvs](https://github.com/jasongin/nvs) | 024dea3f7bc852312932c32c0957cb034f5f7917 | /home/codespace/.nvs |
47+
| [rbenv](https://github.com/rbenv/rbenv.git) | 585ed84283f3308380b843391ee7b12706ecff87 | /usr/local/share/rbenv |
48+
| [ruby-build](https://github.com/rbenv/ruby-build.git) | 57c397d7cabf9f0ff73b8c03c4c1859a3850405a | /usr/local/share/ruby-build |
49+
50+
**Pip / pipx installed tools and packages**
51+
52+
| Tool / package | Version |
53+
|----------------|---------|
54+
| pylint | 2.9.6 |
55+
| flake8 | 3.9.2 |
56+
| autopep8 | 1.5.7 |
57+
| black | 21.7b0 |
58+
| yapf | 0.31.0 |
59+
| mypy | 0.910 |
60+
| pydocstyle | 6.1.1 |
61+
| pycodestyle | 2.7.0 |
62+
| bandit | 1.7.0 |
63+
| virtualenv | 20.7.2 |
64+
| pipx | 0.16.4 |
65+
66+
**Go tools and modules**
67+
68+
| Tool / module | Version |
69+
|---------------|---------|
70+
| golang.org/x/tools/gopls | 0.7.1 |
71+
| honnef.co/go/tools | 0.2.0 |
72+
| golang.org/x/lint | 0.0.0-20210508222113-6edffad5e616 |
73+
| github.com/mgechev/revive | 1.0.9 |
74+
| github.com/uudashr/gopkgs | 1.3.2 |
75+
| github.com/ramya-rao-a/go-outline | 0.0.0-20210608161538-9736a4bde949 |
76+
| github.com/go-delve/delve | 1.7.0 |
77+
| github.com/golangci/golangci-lint | 1.41.1 |
78+
79+
**Ruby gems and tools**
80+
81+
| Tool / gem | Version |
82+
|------------|---------|
83+
| rake | 13.0.6 |
84+
| ruby-debug-ide | 0.7.2 |
85+
| debase | 0.2.4.1 |
86+
| jekyll | 4.2.0 |
87+
88+
**Cargo / rustup (Rust) crates and tools**
89+
90+
| Tool / crate | Version |
91+
|--------------|---------|
92+
| rls | 1.41.0 |
93+
| rustfmt | 1.4.37 |
94+
| rust-analysis | 1.54.0 |
95+
| rust-src | 1.54.0 |
96+
| clippy | 1.54.0 |
97+
98+
**Other tools and utilities**
99+
100+
| Tool | Version | Path |
101+
|------|---------|------|
102+
| [git](https://github.com/git/git) | 2.32.0 | /usr/local |
103+
| [Xdebug](https://xdebug.org/) | 3.0.4 | /opt/php/lts |
104+
| [Composer](https://getcomposer.org/) | 2.0.8 | /opt/php-composer |
105+
| [kubectl](https://github.com/kubernetes/kubectl) | 1.22.0 | /usr/local/bin |
106+
| [Helm](https://github.com/helm/helm) | 3.6.3 | /usr/local/bin |
107+
| [Docker Compose](https://github.com/docker/compose) | 1.29.2 | /usr/local/bin |
108+
| [SDKMAN!](https://github.com/sdkman/sdkman-cli) | 5.12.2 | /usr/local/sdkman |
109+
| [rvm](https://github.com/rvm/rvm) | 1.29.12 | /usr/local/rvm |
110+
| [GitHub CLI](https://github.com/cli/cli) | 1.14.0 |
111+
| [yarn](https://yarnpkg.com/) | 1.22.10 | /opt/yarn |
112+
| [Maven](https://maven.apache.org/) | 3.6.3 | /opt/maven |
113+
| [Gradle](https://gradle.org/) | 7.1.1 |
114+
| Docker (Moby) CLI &amp; Engine | 20.10.7+azure |
115+
116+
**Additional linux tools and packages**
117+
118+
| Tool / library | Version |
119+
|----------------|---------|
120+
| apt-transport-https | 2.0.6 |
121+
| apt-utils | 2.0.6 |
122+
| azure-cli (Azure CLI) | 2.27.1-1~focal |
123+
| build-essential | 12.8ubuntu1.1 |
124+
| ca-certificates | 20210119~20.04.1 |
125+
| clang | 1:10.0-50~exp1 |
126+
| cmake | 3.16.3-1ubuntu1 |
127+
| cppcheck | 1.90-4build1 |
128+
| curl | 7.68.0-1ubuntu2.6 |
129+
| dialog | 1.3-20190808-1 |
130+
| g++ | 4:9.3.0-1ubuntu2 |
131+
| gcc | 4:9.3.0-1ubuntu2 |
132+
| gdb | 9.2-0ubuntu1~20.04 |
133+
| git | 1:2.25.1-1ubuntu3.1 |
134+
| git-lfs (Git Large File Support) | 2.9.2-1 |
135+
| gnupg2 | 2.2.19-3ubuntu2.1 |
136+
| htop | 2.2.0-2build1 |
137+
| iproute2 | 5.5.0-1ubuntu1 |
138+
| iptables | 1.8.4-3ubuntu2 |
139+
| jq | 1.6-1ubuntu0.20.04.1 |
140+
| less | 551-1ubuntu0.1 |
141+
| libatk-bridge2.0-0 | 2.34.2-0ubuntu2~20.04.1 |
142+
| libatk1.0-0 | 2.35.1-1ubuntu2 |
143+
| libc6 | 2.31-0ubuntu9.2 |
144+
| libc6-dev | 2.31-0ubuntu9.2 |
145+
| libcups2 | 2.3.1-9ubuntu1.1 |
146+
| libgbm1 | 21.0.3-0ubuntu0.2~20.04.1 |
147+
| libgcc1 | 1:10.3.0-1ubuntu1~20.04 |
148+
| libgssapi-krb5-2 | 1.17-6ubuntu4.1 |
149+
| libgtk-3-0 | 3.24.20-0ubuntu1 |
150+
| libicu66 | 66.1-2ubuntu2 |
151+
| libkrb5-3 | 1.17-6ubuntu4.1 |
152+
| liblttng-ust0 | 2.11.0-1 |
153+
| libnspr4 | 2:4.25-1 |
154+
| libnss3 | 2:3.49.1-1ubuntu1.5 |
155+
| libpango-1.0-0 | 1.44.7-2ubuntu4 |
156+
| libpangocairo-1.0-0 | 1.44.7-2ubuntu4 |
157+
| libsecret-1-dev | 0.20.4-0ubuntu1 |
158+
| libssl1.1 | 1.1.1f-1ubuntu2.5 |
159+
| libstdc++6 | 10.3.0-1ubuntu1~20.04 |
160+
| libx11-6 | 2:1.6.9-2ubuntu1.2 |
161+
| libx11-xcb1 | 2:1.6.9-2ubuntu1.2 |
162+
| libxcomposite1 | 1:0.4.5-1 |
163+
| libxdamage1 | 1:1.1.5-2 |
164+
| libxfixes3 | 1:5.0.3-2 |
165+
| lldb | 1:10.0-50~exp1 |
166+
| llvm | 1:10.0-50~exp1 |
167+
| locales | 2.31-0ubuntu9.2 |
168+
| lsb-release | 11.1.0ubuntu2 |
169+
| lsof | 4.93.2+dfsg-1ubuntu0.20.04.1 |
170+
| lxc | 1:4.0.6-0ubuntu1~20.04.1 |
171+
| make | 4.2.1-1.2 |
172+
| man-db | 2.9.1-1 |
173+
| manpages | 5.05-1 |
174+
| manpages-dev | 5.05-1 |
175+
| manpages-posix | 2013a-2 |
176+
| manpages-posix-dev | 2013a-2 |
177+
| moby-cli (Docker CLI) | 20.10.7+azure-1 |
178+
| moby-engine (Docker Engine) | 20.10.7+azure-1 |
179+
| nano | 4.8-1ubuntu1 |
180+
| ncdu | 1.14.1-1 |
181+
| net-tools | 1.60+git20180626.aebd88e-1ubuntu1 |
182+
| openssh-client | 1:8.2p1-4ubuntu0.3 |
183+
| openssh-server | 1:8.2p1-4ubuntu0.3 |
184+
| pigz | 2.4-1 |
185+
| pkg-config | 0.29.1-0ubuntu4 |
186+
| procps | 2:3.3.16-1ubuntu2.2 |
187+
| psmisc | 23.3-1 |
188+
| python3-dev | 3.8.2-0ubuntu2 |
189+
| python3-minimal | 3.8.2-0ubuntu2 |
190+
| rsync | 3.1.3-8 |
191+
| sed | 4.7-1 |
192+
| software-properties-common | 0.98.9.5 |
193+
| strace | 5.5-3ubuntu1 |
194+
| sudo | 1.8.31-1ubuntu1.2 |
195+
| tar | 1.30+dfsg-7ubuntu0.20.04.1 |
196+
| unzip | 6.0-25ubuntu1 |
197+
| valgrind | 1:3.15.0-1ubuntu9.1 |
198+
| vim | 2:8.1.2269-1ubuntu5 |
199+
| vim-doc | 2:8.1.2269-1ubuntu5 |
200+
| vim-tiny | 2:8.1.2269-1ubuntu5 |
201+
| wget | 1.20.3-1ubuntu1 |
202+
| xtail | 2.1-6 |
203+
| zip | 3.0-11build1 |
204+
| zlib1g | 1:1.2.11.dfsg-2ubuntu1.2 |
205+
| zsh | 5.8-3ubuntu1 |
206+

0 commit comments

Comments
 (0)