Skip to content

Commit 9797714

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

File tree

18 files changed

+8223
-0
lines changed

18 files changed

+8223
-0
lines changed

src/anaconda/history/0.203.3.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# [anaconda](https://github.com/devcontainers/images/tree/main/src/anaconda)
2+
3+
**Image version:** 0.203.3
4+
5+
**Source release/branch:** [v0.3.13](https://github.com/devcontainers/images/tree/v0.3.13/src/anaconda)
6+
7+
**Digest:** sha256:75f3940e4cc77e5de8a3fcf71f68febf6eeb3e50d2fea2fa2e0c038d3da5a7da
8+
9+
**Tags:**
10+
```
11+
mcr.microsoft.com/devcontainers/anaconda:0.203.3-3
12+
```
13+
> *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-`).*
14+
15+
**Linux distribution:** Debian GNU/Linux 11 (bullseye)
16+
17+
**Architectures:** linux/amd64, linux/arm64
18+
19+
**Available (non-root) user:** vscode
20+
21+
### Contents
22+
**Languages and runtimes**
23+
24+
| Language / runtime | Version | Path |
25+
|--------------------|---------|------|
26+
| [Python](https://www.python.org/) | 3.10.9 | /opt/conda |
27+
| [Jupyter Notebooks](https://jupyter.org/) | 6.5.2 | /opt/conda |
28+
| [Jupyter Lab](https://jupyter.org/) | 3.5.3 | /opt/conda |
29+
30+
**Tools installed using git**
31+
32+
| Tool | Commit | Path |
33+
|------|--------|------|
34+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 46c70406dd0b26bbd61210873ad6c86d9e8ee5da | /home/vscode/.oh-my-zsh |
35+
36+
**Pip / pipx installed tools and packages**
37+
38+
| Tool / package | Version |
39+
|----------------|---------|
40+
| joblib | 1.3.1 |
41+
| cookiecutter | 2.2.3 |
42+
| cryptography | 41.0.2 |
43+
| mistune | 3.0.1 |
44+
| numpy | 1.25.2 |
45+
| certifi | 2023.7.22 |
46+
| setuptools | 65.6.3 |
47+
| future | 0.18.3 |
48+
| wheel | 0.38.4 |
49+
| nbconvert | 7.7.3 |
50+
| py | 1.11.0 |
51+
| requests | 2.31.0 |
52+
| tornado | 6.3.2 |
53+
54+
**Other tools and utilities**
55+
56+
| Tool | Version | Path |
57+
|------|---------|------|
58+
| [git](https://github.com/git/git) | 2.41.0 |
59+
| [conda](https://github.com/conda/conda) | 23.3.1 | /opt/conda |
60+
61+
**Additional linux tools and packages**
62+
63+
| Tool / library | Version |
64+
|----------------|---------|
65+
| apt-transport-https | 2.2.4 |
66+
| apt-utils | 2.2.4 |
67+
| ca-certificates | 20210119 |
68+
| curl | 7.74.0-1.3+deb11u7 |
69+
| dialog | 1.3-20201126-1 |
70+
| git | 1:2.30.2-1+deb11u2 |
71+
| gnupg2 | 2.2.27-2+deb11u2 |
72+
| htop | 3.0.5-7 |
73+
| iproute2 | 5.10.0-4 |
74+
| jq | 1.6-2.1 |
75+
| less | 551-2 |
76+
| libc6 | 2.31-13+deb11u6 |
77+
| libgssapi-krb5-2 | 1.18.3-6+deb11u3 |
78+
| libicu67 | 67.1-7 |
79+
| libkrb5-3 | 1.18.3-6+deb11u3 |
80+
| liblttng-ust0 | 2.12.1-1 |
81+
| libssl1.1 | 1.1.1n-0+deb11u5 |
82+
| libstdc++6 | 10.2.1-6 |
83+
| locales | 2.31-13+deb11u6 |
84+
| lsb-release | 11.1.0 |
85+
| lsof | 4.93.2+dfsg-1.1 |
86+
| man-db | 2.9.4-2 |
87+
| manpages | 5.10-1 |
88+
| manpages-dev | 5.10-1 |
89+
| nano | 5.4-2+deb11u2 |
90+
| ncdu | 1.15.1-1 |
91+
| net-tools | 1.60+git20181103.0eebece-1 |
92+
| openssh-client | 1:8.4p1-5+deb11u1 |
93+
| procps | 2:3.3.17-5 |
94+
| psmisc | 23.4-2 |
95+
| rsync | 3.2.3-4+deb11u1 |
96+
| strace | 5.10-1 |
97+
| sudo | 1.9.5p2-3+deb11u1 |
98+
| unzip | 6.0-26+deb11u1 |
99+
| vim-tiny | 2:8.2.2434-3+deb11u1 |
100+
| wget | 1.21-1+deb11u1 |
101+
| yarn | 1.22.19-1 |
102+
| zip | 3.0-12 |
103+
| zlib1g | 1:1.2.11.dfsg-2+deb11u2 |
104+
| zsh | 5.8-6+deb11u1 |
105+

src/base-alpine/history/0.206.3.md

Lines changed: 293 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,293 @@
1+
# [base-alpine](https://github.com/devcontainers/images/tree/main/src/base-alpine)
2+
3+
**Image version:** 0.206.3
4+
5+
**Source release/branch:** [v0.3.13](https://github.com/devcontainers/images/tree/v0.3.13/src/base-alpine)
6+
7+
**Image variations:**
8+
- [3.18](#variant-318)
9+
- [3.17](#variant-317)
10+
- [3.16](#variant-316)
11+
- [3.15](#variant-315)
12+
13+
## Variant: 3.18
14+
15+
**Digest:** sha256:7c4b8a628b3eac212f1960e647fc113e1608d6a09d865a63d4ab9d0cc0b2a2b4
16+
17+
**Tags:**
18+
```
19+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine-3.18
20+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine3.18
21+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine
22+
```
23+
> *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-`).*
24+
25+
**Linux distribution:** Alpine Linux v3.18
26+
27+
**Architectures:** linux/amd64, linux/arm64
28+
29+
**Available (non-root) user:** vscode
30+
31+
### Contents
32+
**Tools installed using git**
33+
34+
| Tool | Commit | Path |
35+
|------|--------|------|
36+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 4188b22aea3356a02768505103e42a96d18547a3 | /home/vscode/.oh-my-zsh |
37+
38+
**Other tools and utilities**
39+
40+
| Tool | Version | Path |
41+
|------|---------|------|
42+
| [git](https://github.com/git/git) | 2.41.0 |
43+
44+
**Additional linux tools and packages**
45+
46+
| Tool / library | Version |
47+
|----------------|---------|
48+
| openssh-client-default | 9.3_p2-r0 |
49+
| gnupg | 2.4.3-r0 |
50+
| procps-ng | 4.0.3-r1 |
51+
| lsof | 4.98.0-r2 |
52+
| htop | 3.2.2-r1 |
53+
| net-tools | 2.10-r3 |
54+
| psmisc | 23.6-r2 |
55+
| curl | 8.2.1-r0 |
56+
| wget | 1.21.4-r0 |
57+
| rsync | 3.2.7-r4 |
58+
| ca-certificates | 20230506-r0 |
59+
| unzip | 6.0-r14 |
60+
| zip | 3.0-r12 |
61+
| nano | 7.2-r1 |
62+
| vim | 9.0.1568-r0 |
63+
| less | 633-r0 |
64+
| jq | 1.6-r3 |
65+
| libgcc | 12.2.1_git20220924-r10 |
66+
| libstdc++ | 12.2.1_git20220924-r10 |
67+
| krb5-libs | 1.20.1-r1 |
68+
| libintl | 0.21.1-r7 |
69+
| libssl1.1 | 1.1.1u-r1 |
70+
| lttng-ust | 2.13.5-r2 |
71+
| tzdata | 2023c-r1 |
72+
| userspace-rcu | 0.14.0-r1 |
73+
| zlib | 1.2.13-r1 |
74+
| sudo | 1.9.13_p3-r2 |
75+
| coreutils | 9.3-r1 |
76+
| sed | 4.9-r2 |
77+
| grep | 3.10-r1 |
78+
| which | 2.21-r4 |
79+
| ncdu | 1.18.1-r1 |
80+
| shadow | 4.13-r4 |
81+
| strace | 6.3-r1 |
82+
| man-pages | 6.04-r2 |
83+
84+
## Variant: 3.17
85+
86+
**Digest:** sha256:28a641acd2e7aab57e9970b46f5aec648637ce22abc4a0a4db78e6cb8c3d5e34
87+
88+
**Tags:**
89+
```
90+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine-3.17
91+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine3.17
92+
```
93+
> *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-`).*
94+
95+
**Linux distribution:** Alpine Linux v3.17
96+
97+
**Architectures:** linux/amd64, linux/arm64
98+
99+
**Available (non-root) user:** vscode
100+
101+
### Contents
102+
**Tools installed using git**
103+
104+
| Tool | Commit | Path |
105+
|------|--------|------|
106+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 4188b22aea3356a02768505103e42a96d18547a3 | /home/vscode/.oh-my-zsh |
107+
108+
**Other tools and utilities**
109+
110+
| Tool | Version | Path |
111+
|------|---------|------|
112+
| [git](https://github.com/git/git) | 2.41.0 |
113+
114+
**Additional linux tools and packages**
115+
116+
| Tool / library | Version |
117+
|----------------|---------|
118+
| openssh-client-default | 9.1_p1-r4 |
119+
| gnupg | 2.2.40-r0 |
120+
| procps | 3.3.17-r2 |
121+
| lsof | 4.96.4-r0 |
122+
| htop | 3.2.1-r1 |
123+
| net-tools | 2.10-r0 |
124+
| psmisc | 23.5-r0 |
125+
| curl | 8.2.1-r0 |
126+
| wget | 1.21.4-r0 |
127+
| rsync | 3.2.7-r0 |
128+
| ca-certificates | 20230506-r0 |
129+
| unzip | 6.0-r13 |
130+
| zip | 3.0-r10 |
131+
| nano | 7.0-r0 |
132+
| vim | 9.0.0999-r0 |
133+
| less | 608-r1 |
134+
| jq | 1.6-r2 |
135+
| libgcc | 12.2.1_git20220924-r4 |
136+
| libstdc++ | 12.2.1_git20220924-r4 |
137+
| krb5-libs | 1.20.1-r0 |
138+
| libintl | 0.21.1-r1 |
139+
| libssl1.1 | 1.1.1u-r1 |
140+
| lttng-ust | 2.13.3-r0 |
141+
| tzdata | 2023c-r0 |
142+
| userspace-rcu | 0.13.2-r0 |
143+
| zlib | 1.2.13-r0 |
144+
| sudo | 1.9.12_p2-r1 |
145+
| coreutils | 9.1-r0 |
146+
| sed | 4.9-r0 |
147+
| grep | 3.8-r1 |
148+
| which | 2.21-r3 |
149+
| ncdu | 1.17-r1 |
150+
| shadow | 4.13-r0 |
151+
| strace | 6.0-r0 |
152+
| man-pages | 6.01-r0 |
153+
154+
## Variant: 3.16
155+
156+
**Digest:** sha256:f8f06ad9db20aebc0f5ac0a1677a31a89e07a5f9655a09c40f637c37b98e79f0
157+
158+
**Tags:**
159+
```
160+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine-3.16
161+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine3.16
162+
```
163+
> *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-`).*
164+
165+
**Linux distribution:** Alpine Linux v3.16
166+
167+
**Architectures:** linux/amd64, linux/arm64
168+
169+
**Available (non-root) user:** vscode
170+
171+
### Contents
172+
**Tools installed using git**
173+
174+
| Tool | Commit | Path |
175+
|------|--------|------|
176+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 4188b22aea3356a02768505103e42a96d18547a3 | /home/vscode/.oh-my-zsh |
177+
178+
**Other tools and utilities**
179+
180+
| Tool | Version | Path |
181+
|------|---------|------|
182+
| [git](https://github.com/git/git) | 2.41.0 |
183+
184+
**Additional linux tools and packages**
185+
186+
| Tool / library | Version |
187+
|----------------|---------|
188+
| openssh-client-default | 9.0_p1-r4 |
189+
| gnupg | 2.2.35-r4 |
190+
| procps | 3.3.17-r1 |
191+
| lsof | 4.95.0-r0 |
192+
| htop | 3.2.0-r1 |
193+
| net-tools | 2.10-r0 |
194+
| psmisc | 23.5-r0 |
195+
| curl | 8.2.1-r0 |
196+
| wget | 1.21.3-r0 |
197+
| rsync | 3.2.7-r0 |
198+
| ca-certificates | 20230506-r0 |
199+
| unzip | 6.0-r9 |
200+
| zip | 3.0-r9 |
201+
| nano | 6.3-r0 |
202+
| vim | 8.2.5000-r0 |
203+
| less | 590-r1 |
204+
| jq | 1.6-r1 |
205+
| libgcc | 11.2.1_git20220219-r2 |
206+
| libstdc++ | 11.2.1_git20220219-r2 |
207+
| krb5-libs | 1.19.4-r0 |
208+
| libintl | 0.21-r2 |
209+
| libssl1.1 | 1.1.1u-r2 |
210+
| lttng-ust | 2.13.2-r0 |
211+
| tzdata | 2023c-r0 |
212+
| userspace-rcu | 0.13.1-r0 |
213+
| zlib | 1.2.12-r3 |
214+
| sudo | 1.9.12-r1 |
215+
| coreutils | 9.1-r0 |
216+
| sed | 4.8-r0 |
217+
| grep | 3.7-r0 |
218+
| which | 2.21-r2 |
219+
| ncdu | 1.17-r0 |
220+
| shadow | 4.10-r3 |
221+
| strace | 5.17-r0 |
222+
| man-pages | 5.13-r1 |
223+
224+
## Variant: 3.15
225+
226+
**Digest:** sha256:5cad0933f506a3c4e07355058bb01595a11c0602f495ea88f94dc6bbf61233ee
227+
228+
**Tags:**
229+
```
230+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine-3.15
231+
mcr.microsoft.com/devcontainers/base:0.206.3-alpine3.15
232+
```
233+
> *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-`).*
234+
235+
**Linux distribution:** Alpine Linux v3.15
236+
237+
**Architectures:** linux/amd64, linux/arm64
238+
239+
**Available (non-root) user:** vscode
240+
241+
### Contents
242+
**Tools installed using git**
243+
244+
| Tool | Commit | Path |
245+
|------|--------|------|
246+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 4188b22aea3356a02768505103e42a96d18547a3 | /home/vscode/.oh-my-zsh |
247+
248+
**Other tools and utilities**
249+
250+
| Tool | Version | Path |
251+
|------|---------|------|
252+
| [git](https://github.com/git/git) | 2.41.0 |
253+
254+
**Additional linux tools and packages**
255+
256+
| Tool / library | Version |
257+
|----------------|---------|
258+
| openssh-client-default | 8.8_p1-r1 |
259+
| gnupg | 2.2.31-r2 |
260+
| procps | 3.3.17-r0 |
261+
| lsof | 4.94.0-r0 |
262+
| htop | 3.1.1-r0 |
263+
| net-tools | 1.60_git20140218-r2 |
264+
| psmisc | 23.4-r0 |
265+
| curl | 8.2.1-r0 |
266+
| wget | 1.21.2-r2 |
267+
| rsync | 3.2.5-r0 |
268+
| ca-certificates | 20230506-r0 |
269+
| unzip | 6.0-r9 |
270+
| zip | 3.0-r9 |
271+
| nano | 5.9-r0 |
272+
| vim | 8.2.4836-r0 |
273+
| less | 590-r1 |
274+
| jq | 1.6-r1 |
275+
| libgcc | 10.3.1_git20211027-r0 |
276+
| libstdc++ | 10.3.1_git20211027-r0 |
277+
| krb5-libs | 1.19.4-r0 |
278+
| libintl | 0.21-r0 |
279+
| libssl1.1 | 1.1.1u-r2 |
280+
| lttng-ust | 2.12.0-r3 |
281+
| tzdata | 2023c-r0 |
282+
| userspace-rcu | 0.12.2-r0 |
283+
| zlib | 1.2.12-r3 |
284+
| sudo | 1.9.13_p3-r2 |
285+
| coreutils | 9.0-r2 |
286+
| sed | 4.8-r0 |
287+
| grep | 3.7-r0 |
288+
| which | 2.21-r2 |
289+
| ncdu | 1.16-r0 |
290+
| shadow | 4.8.1-r1 |
291+
| strace | 5.14-r0 |
292+
| man-pages | 5.13-r0 |
293+

0 commit comments

Comments
 (0)