Skip to content

Commit 992d14d

Browse files
samruddhikhandalegithub-actions
andauthored
Automated update for image history [skip ci] (devcontainers#708)
Co-authored-by: github-actions <github-actions@github.com>
1 parent a5207e1 commit 992d14d

File tree

1 file changed

+204
-0
lines changed

1 file changed

+204
-0
lines changed

src/universal/history/2.5.0.md

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
1+
# [universal](https://github.com/devcontainers/images/tree/main/src/universal)
2+
This document describes the base contents of the Universal 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:** 2.5.0
5+
6+
**Source release/branch:** [v0.3.15](https://github.com/devcontainers/images/tree/v0.3.15/src/universal)
7+
8+
**Digest:** sha256:e1e101e89597645f1dd25501ef9256344a7b013af4b8fbe683fe3b5deed35fd7
9+
10+
**Tags:**
11+
```
12+
mcr.microsoft.com/devcontainers/universal:2.5.0-focal
13+
mcr.microsoft.com/devcontainers/universal:2.5.0-linux
14+
mcr.microsoft.com/devcontainers/universal:2.5.0
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.6 LTS (debian-like distro)
19+
20+
**Architectures:** linux/amd64
21+
22+
**Available (non-root) user:** codespace
23+
24+
### Contents
25+
**Languages and runtimes**
26+
27+
| Language / runtime | Version | Path |
28+
|--------------------|---------|------|
29+
| [Node.js](https://nodejs.org/en/) | 18.17.1<br />20.5.1 | /usr/local/share/nvm/versions/node/&lt;version&gt; |
30+
| [Python](https://www.python.org/) | 3.10.8<br />3.9.16 | /usr/local/python/&lt;version&gt; |
31+
| [Java](https://adoptopenjdk.net/) | 11.0.20<br />17.0.8 | /usr/local/sdkman/candidates/java/&lt;version&gt; |
32+
| [.NET](https://dotnet.microsoft.com/) | 6<br />0<br />4<br />1<br />3<br />7<br />0<br />3<br />0<br />6 | /usr/local/dotnet |
33+
| [Ruby](https://www.ruby-lang.org/en/) | 3.1.4<br />3.2.2 | /usr/local/rvm/rubies/&lt;version&gt; |
34+
| [PHP](https://xdebug.org/) | 8.1.14<br />8.2.1 | /usr/local/php/&lt;version&gt; |
35+
| GCC | 9.4.0-1ubuntu1~20.04.1 |
36+
| Clang | 10.0.0-4ubuntu1 |
37+
| [Go](https://golang.org/dl) | 1.21.0 | /usr/local/go |
38+
| [Jekyll](https://jekyllrb.com/) | 4.3.2 |
39+
| [Jupyter Lab](https://jupyter.org/) | 4.0.5 | /home/codespace/.local/bin/jupyter-lab |
40+
41+
**Tools installed using git**
42+
43+
| Tool | Commit | Path |
44+
|------|--------|------|
45+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | b81915d3293cc4657cec64202b9fd991b96b4ba2 | /home/codespace/.oh-my-zsh |
46+
| [nvm](https://github.com/nvm-sh/nvm.git) | 0ccd099bff8e384043883c4ae01b589794b13d72 | /usr/local/share/nvm |
47+
| [nvs](https://github.com/jasongin/nvs) | b87ae9593cd20e7b667e9099240c9befeb50659f | /usr/local/nvs |
48+
| [rbenv](https://github.com/rbenv/rbenv.git) | 4fec76f267b3865d84a4994e8004e36c2a3c4d70 | /usr/local/share/rbenv |
49+
| [ruby-build](https://github.com/rbenv/ruby-build.git) | 4d4678bc1ed89aa6900c0ea0da23495445dbcf50 | /usr/local/share/ruby-build |
50+
51+
**Pip / pipx installed tools and packages**
52+
53+
| Tool / package | Version |
54+
|----------------|---------|
55+
| numpy | 1.25.2 |
56+
| pandas | 2.0.3 |
57+
| scipy | 1.11.1 |
58+
| matplotlib | 3.7.2 |
59+
| seaborn | 0.12.2 |
60+
| scikit-learn | 1.3.0 |
61+
| torch | 2.0.1 |
62+
| requests | 2.31.0 |
63+
| plotly | 5.16.1 |
64+
| jupyterlab_git | 0.42.0 |
65+
| certifi | 2023.7.22 |
66+
| setuptools | 68.0.0 |
67+
| wheel | 0.41.1 |
68+
| pylint | 2.17.5 |
69+
| flake8 | 6.1.0 |
70+
| autopep8 | 2.0.2 |
71+
| black | 23.7.0 |
72+
| yapf | 0.40.1 |
73+
| mypy | 1.5.1 |
74+
| pydocstyle | 6.3.0 |
75+
| pycodestyle | 2.11.0 |
76+
| bandit | 1.7.5 |
77+
| virtualenv | 20.24.3 |
78+
| pipx | 1.2.0 |
79+
80+
**Go tools and modules**
81+
82+
| Tool / module | Version |
83+
|---------------|---------|
84+
| golang.org/x/tools/gopls | 0.13.2 |
85+
| honnef.co/go/tools | 0.4.2 |
86+
| golang.org/x/lint | 0.0.0-20210508222113-6edffad5e616 |
87+
| github.com/mgechev/revive | 1.3.2 |
88+
| github.com/uudashr/gopkgs | latest |
89+
| github.com/ramya-rao-a/go-outline | latest |
90+
| github.com/go-delve/delve | 1.21.0 |
91+
| github.com/golangci/golangci-lint | latest |
92+
93+
**Ruby gems and tools**
94+
95+
| Tool / gem | Version |
96+
|------------|---------|
97+
| rake | 13.0.6 |
98+
| jekyll | 4.3.2 |
99+
100+
**Other tools and utilities**
101+
102+
| Tool | Version | Path |
103+
|------|---------|------|
104+
| [git](https://github.com/git/git) | 2.41.0 |
105+
| [Xdebug](https://xdebug.org/) | 3.2.2 | /usr/local/php/current |
106+
| [Composer](https://getcomposer.org/) | 2.5.8 | /usr/local/php/current/bin |
107+
| [kubectl](https://github.com/kubernetes/kubectl) | v1.28.0 | /usr/local/bin |
108+
| [Helm](https://github.com/helm/helm) | 3.12.3 | /usr/local/bin |
109+
| [Docker Compose](https://github.com/docker/compose) | 1.29.2 | /usr/local/bin |
110+
| [rvm](https://github.com/rvm/rvm) | 1.29.12 | /usr/local/rvm |
111+
| [GitHub CLI](https://github.com/cli/cli) | 2.32.1 |
112+
| [yarn](https://yarnpkg.com/) | 1.22.19 | /usr/bin |
113+
| [Maven](https://maven.apache.org/) | 3.9.4 | /usr/local/sdkman/candidates/maven/current/bin |
114+
| [Gradle](https://gradle.org/) | 8.2.1 | /usr/local/sdkman/candidates/gradle/current/bin |
115+
| Docker (Moby) CLI &amp; Engine | 23.0.6+azure |
116+
| [conda](https://github.com/conda/conda) | 23.7.2 | /opt/conda/bin |
117+
118+
**Additional linux tools and packages**
119+
120+
| Tool / library | Version |
121+
|----------------|---------|
122+
| apt-transport-https | 2.0.9 |
123+
| apt-utils | 2.0.9 |
124+
| build-essential | 12.8ubuntu1.1 |
125+
| ca-certificates | 20230311ubuntu0.20.04.1 |
126+
| clang | 1:10.0-50~exp1 |
127+
| cmake | 3.16.3-1ubuntu1.20.04.1 |
128+
| cppcheck | 1.90-4build1 |
129+
| curl | 7.68.0-1ubuntu2.19 |
130+
| dialog | 1.3-20190808-1 |
131+
| g++ | 4:9.3.0-1ubuntu2 |
132+
| gcc | 4:9.3.0-1ubuntu2 |
133+
| gdb | 9.2-0ubuntu1~20.04.1 |
134+
| git | 1:2.25.1-1ubuntu3.11 |
135+
| git-lfs (Git Large File Support) | 3.4.0 |
136+
| gnupg2 | 2.2.19-3ubuntu2.2 |
137+
| htop | 2.2.0-2build1 |
138+
| iproute2 | 5.5.0-1ubuntu1 |
139+
| iptables | 1.8.4-3ubuntu2.1 |
140+
| jq | 1.6-1ubuntu0.20.04.1 |
141+
| less | 551-1ubuntu0.1 |
142+
| libatk-bridge2.0-0 | 2.34.2-0ubuntu2~20.04.1 |
143+
| libatk1.0-0 | 2.35.1-1ubuntu2 |
144+
| libc6 | 2.31-0ubuntu9.9 |
145+
| libc6-dev | 2.31-0ubuntu9.9 |
146+
| libcups2 | 2.3.1-9ubuntu1.4 |
147+
| libgbm1 | 21.2.6-0ubuntu0.1~20.04.2 |
148+
| libgcc1 | 1:10.5.0-1ubuntu1~20.04 |
149+
| libgssapi-krb5-2 | 1.17-6ubuntu4.3 |
150+
| libgtk-3-0 | 3.24.20-0ubuntu1.1 |
151+
| libicu66 | 66.1-2ubuntu2.1 |
152+
| libkrb5-3 | 1.17-6ubuntu4.3 |
153+
| liblttng-ust0 | 2.11.0-1 |
154+
| libnspr4 | 2:4.25-1 |
155+
| libnss3 | 2:3.49.1-1ubuntu1.9 |
156+
| libpango-1.0-0 | 1.44.7-2ubuntu4 |
157+
| libpangocairo-1.0-0 | 1.44.7-2ubuntu4 |
158+
| libsecret-1-dev | 0.20.4-0ubuntu1 |
159+
| libssl1.1 | 1.1.1f-1ubuntu2.19 |
160+
| libstdc++6 | 10.5.0-1ubuntu1~20.04 |
161+
| libx11-6 | 2:1.6.9-2ubuntu1.5 |
162+
| libx11-xcb1 | 2:1.6.9-2ubuntu1.5 |
163+
| libxcomposite1 | 1:0.4.5-1 |
164+
| libxdamage1 | 1:1.1.5-2 |
165+
| libxfixes3 | 1:5.0.3-2 |
166+
| lldb | 1:10.0-50~exp1 |
167+
| llvm | 1:10.0-50~exp1 |
168+
| locales | 2.31-0ubuntu9.9 |
169+
| lsb-release | 11.1.0ubuntu2 |
170+
| lsof | 4.93.2+dfsg-1ubuntu0.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+
| moby-cli (Docker CLI) | 23.0.6+azure-ubuntu20.04u2 |
176+
| moby-engine (Docker Engine) | 23.0.6+azure-ubuntu20.04u2 |
177+
| nano | 4.8-1ubuntu1 |
178+
| ncdu | 1.14.1-1 |
179+
| net-tools | 1.60+git20180626.aebd88e-1ubuntu1 |
180+
| openssh-client | 1:8.2p1-4ubuntu0.9 |
181+
| openssh-server | 1:8.2p1-4ubuntu0.9 |
182+
| pigz | 2.4-1 |
183+
| pkg-config | 0.29.1-0ubuntu4 |
184+
| procps | 2:3.3.16-1ubuntu2.3 |
185+
| psmisc | 23.3-1 |
186+
| python3-dev | 3.8.2-0ubuntu2 |
187+
| python3-minimal | 3.8.2-0ubuntu2 |
188+
| rsync | 3.1.3-8ubuntu0.5 |
189+
| sed | 4.7-1 |
190+
| software-properties-common | 0.99.9.11 |
191+
| strace | 5.5-3ubuntu1 |
192+
| sudo | 1.8.31-1ubuntu1.5 |
193+
| tar | 1.30+dfsg-7ubuntu0.20.04.3 |
194+
| unzip | 6.0-25ubuntu1.1 |
195+
| valgrind | 1:3.15.0-1ubuntu9.1 |
196+
| vim | 2:8.1.2269-1ubuntu5.16 |
197+
| vim-doc | 2:8.1.2269-1ubuntu5.16 |
198+
| vim-tiny | 2:8.1.2269-1ubuntu5.16 |
199+
| wget | 1.20.3-1ubuntu2 |
200+
| xtail | 2.1-6 |
201+
| zip | 3.0-11build1 |
202+
| zlib1g | 1:1.2.11.dfsg-2ubuntu1.5 |
203+
| zsh | 5.8-3ubuntu1.1 |
204+

0 commit comments

Comments
 (0)