Skip to content

Commit 681cefb

Browse files
devcontainers-botgithub-actions
andauthored
Automated update for image history [skip ci] (devcontainers#886)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 1167ec1 commit 681cefb

File tree

18 files changed

+8361
-0
lines changed

18 files changed

+8361
-0
lines changed

src/anaconda/history/0.204.7.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# [anaconda](https://github.com/devcontainers/images/tree/main/src/anaconda)
2+
3+
**Image version:** 0.204.7
4+
5+
**Source release/branch:** [v0.3.26](https://github.com/devcontainers/images/tree/v0.3.26/src/anaconda)
6+
7+
**Digest:** sha256:219a0281a1bb0887fecaaa2c8c2d1bebe7a60cff038259dc09a642268ff0953f
8+
9+
**Tags:**
10+
```
11+
mcr.microsoft.com/devcontainers/anaconda:0.204.7-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.11.5 | /opt/conda |
27+
| [Jupyter Notebooks](https://jupyter.org/) | 6.5.4 | /opt/conda |
28+
| [Jupyter Lab](https://jupyter.org/) | 3.6.3 | /opt/conda |
29+
30+
**Tools installed using git**
31+
32+
| Tool | Commit | Path |
33+
|------|--------|------|
34+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 632ed413a9ce62747ded83d7736491b081be4b49 | /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.3 |
43+
| mistune | 3.0.1 |
44+
| numpy | 1.25.2 |
45+
| certifi | 2023.11.17 |
46+
| setuptools | 68.0.0 |
47+
| future | 0.18.3 |
48+
| wheel | 0.38.4 |
49+
| nbconvert | 7.7.3 |
50+
| Werkzeug | 2.3.6 |
51+
| requests | 2.31.0 |
52+
| tornado | 6.3.3 |
53+
| transformers | 4.30.0 |
54+
| jupyter_server | 2.7.2 |
55+
56+
**Other tools and utilities**
57+
58+
| Tool | Version | Path |
59+
|------|---------|------|
60+
| [git](https://github.com/git/git) | 2.43.0 |
61+
| [conda](https://github.com/conda/conda) | 23.7.4 | /opt/conda |
62+
63+
**Additional linux tools and packages**
64+
65+
| Tool / library | Version |
66+
|----------------|---------|
67+
| apt-transport-https | 2.2.4 |
68+
| apt-utils | 2.2.4 |
69+
| ca-certificates | 20210119 |
70+
| curl | 7.74.0-1.3+deb11u10 |
71+
| dialog | 1.3-20201126-1 |
72+
| git | 1:2.30.2-1+deb11u2 |
73+
| gnupg2 | 2.2.27-2+deb11u2 |
74+
| htop | 3.0.5-7 |
75+
| iproute2 | 5.10.0-4 |
76+
| jq | 1.6-2.1 |
77+
| less | 551-2 |
78+
| libc6 | 2.31-13+deb11u7 |
79+
| libgssapi-krb5-2 | 1.18.3-6+deb11u4 |
80+
| libicu67 | 67.1-7 |
81+
| libkrb5-3 | 1.18.3-6+deb11u4 |
82+
| liblttng-ust0 | 2.12.1-1 |
83+
| libssl1.1 | 1.1.1w-0+deb11u1 |
84+
| libstdc++6 | 10.2.1-6 |
85+
| locales | 2.31-13+deb11u7 |
86+
| lsb-release | 11.1.0 |
87+
| lsof | 4.93.2+dfsg-1.1 |
88+
| man-db | 2.9.4-2 |
89+
| manpages | 5.10-1 |
90+
| manpages-dev | 5.10-1 |
91+
| nano | 5.4-2+deb11u2 |
92+
| ncdu | 1.15.1-1 |
93+
| net-tools | 1.60+git20181103.0eebece-1 |
94+
| openssh-client | 1:8.4p1-5+deb11u2 |
95+
| procps | 2:3.3.17-5 |
96+
| psmisc | 23.4-2 |
97+
| rsync | 3.2.3-4+deb11u1 |
98+
| strace | 5.10-1 |
99+
| sudo | 1.9.5p2-3+deb11u1 |
100+
| unzip | 6.0-26+deb11u1 |
101+
| vim-tiny | 2:8.2.2434-3+deb11u1 |
102+
| wget | 1.21-1+deb11u1 |
103+
| yarn | 1.22.19-1 |
104+
| zip | 3.0-12 |
105+
| zlib1g | 1:1.2.11.dfsg-2+deb11u2 |
106+
| zsh | 5.8-6+deb11u1 |
107+

src/base-alpine/history/0.207.1.md

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
# [base-alpine](https://github.com/devcontainers/images/tree/main/src/base-alpine)
2+
3+
**Image version:** 0.207.1
4+
5+
**Source release/branch:** [v0.3.26](https://github.com/devcontainers/images/tree/v0.3.26/src/base-alpine)
6+
7+
**Image variations:**
8+
- [3.18](#variant-318)
9+
- [3.17](#variant-317)
10+
- [3.16](#variant-316)
11+
12+
## Variant: 3.18
13+
14+
**Digest:** sha256:c8d5a57338f6d7cab74d2b2412e3de5d8fd484e72bf0b0363a7a98be8f7ae26f
15+
16+
**Tags:**
17+
```
18+
mcr.microsoft.com/devcontainers/base:0.207.1-alpine-3.18
19+
mcr.microsoft.com/devcontainers/base:0.207.1-alpine3.18
20+
mcr.microsoft.com/devcontainers/base:0.207.1-alpine
21+
```
22+
> *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-`).*
23+
24+
**Linux distribution:** Alpine Linux v3.18
25+
26+
**Architectures:** linux/amd64, linux/arm64
27+
28+
**Available (non-root) user:** vscode
29+
30+
### Contents
31+
**Tools installed using git**
32+
33+
| Tool | Commit | Path |
34+
|------|--------|------|
35+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 48ccc7b36de8efb2bd7beb9bd6e0a6f6fe03b95d | /home/vscode/.oh-my-zsh |
36+
37+
**Other tools and utilities**
38+
39+
| Tool | Version | Path |
40+
|------|---------|------|
41+
| [git](https://github.com/git/git) | 2.43.0 |
42+
43+
**Additional linux tools and packages**
44+
45+
| Tool / library | Version |
46+
|----------------|---------|
47+
| openssh-client-default | 9.3_p2-r0 |
48+
| gnupg | 2.4.3-r0 |
49+
| procps-ng | 4.0.4-r0 |
50+
| lsof | 4.98.0-r2 |
51+
| htop | 3.2.2-r1 |
52+
| net-tools | 2.10-r3 |
53+
| psmisc | 23.6-r2 |
54+
| curl | 8.5.0-r0 |
55+
| wget | 1.21.4-r0 |
56+
| rsync | 3.2.7-r4 |
57+
| ca-certificates | 20230506-r0 |
58+
| unzip | 6.0-r14 |
59+
| zip | 3.0-r12 |
60+
| nano | 7.2-r1 |
61+
| vim | 9.0.2073-r0 |
62+
| less | 633-r0 |
63+
| jq | 1.6-r3 |
64+
| libgcc | 12.2.1_git20220924-r10 |
65+
| libstdc++ | 12.2.1_git20220924-r10 |
66+
| krb5-libs | 1.20.1-r1 |
67+
| libintl | 0.21.1-r7 |
68+
| libssl1.1 | 1.1.1u-r1 |
69+
| lttng-ust | 2.13.5-r2 |
70+
| tzdata | 2023c-r1 |
71+
| userspace-rcu | 0.14.0-r1 |
72+
| zlib | 1.2.13-r1 |
73+
| sudo | 1.9.13_p3-r2 |
74+
| coreutils | 9.3-r1 |
75+
| sed | 4.9-r2 |
76+
| grep | 3.10-r1 |
77+
| which | 2.21-r4 |
78+
| ncdu | 1.18.1-r1 |
79+
| shadow | 4.13-r4 |
80+
| strace | 6.3-r1 |
81+
| man-pages | 6.04-r2 |
82+
83+
## Variant: 3.17
84+
85+
**Digest:** sha256:f62938563dba607a40f2d29534a671549c81076d567d901a2fa4fb17eea4b44b
86+
87+
**Tags:**
88+
```
89+
mcr.microsoft.com/devcontainers/base:0.207.1-alpine-3.17
90+
mcr.microsoft.com/devcontainers/base:0.207.1-alpine3.17
91+
```
92+
> *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-`).*
93+
94+
**Linux distribution:** Alpine Linux v3.17
95+
96+
**Architectures:** linux/amd64, linux/arm64
97+
98+
**Available (non-root) user:** vscode
99+
100+
### Contents
101+
**Tools installed using git**
102+
103+
| Tool | Commit | Path |
104+
|------|--------|------|
105+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 48ccc7b36de8efb2bd7beb9bd6e0a6f6fe03b95d | /home/vscode/.oh-my-zsh |
106+
107+
**Other tools and utilities**
108+
109+
| Tool | Version | Path |
110+
|------|---------|------|
111+
| [git](https://github.com/git/git) | 2.43.0 |
112+
113+
**Additional linux tools and packages**
114+
115+
| Tool / library | Version |
116+
|----------------|---------|
117+
| openssh-client-default | 9.1_p1-r4 |
118+
| gnupg | 2.2.40-r0 |
119+
| procps | 3.3.17-r3 |
120+
| lsof | 4.96.4-r0 |
121+
| htop | 3.2.1-r1 |
122+
| net-tools | 2.10-r0 |
123+
| psmisc | 23.5-r0 |
124+
| curl | 8.5.0-r0 |
125+
| wget | 1.21.4-r0 |
126+
| rsync | 3.2.7-r0 |
127+
| ca-certificates | 20230506-r0 |
128+
| unzip | 6.0-r13 |
129+
| zip | 3.0-r10 |
130+
| nano | 7.0-r0 |
131+
| vim | 9.0.0999-r0 |
132+
| less | 608-r1 |
133+
| jq | 1.6-r2 |
134+
| libgcc | 12.2.1_git20220924-r4 |
135+
| libstdc++ | 12.2.1_git20220924-r4 |
136+
| krb5-libs | 1.20.1-r0 |
137+
| libintl | 0.21.1-r1 |
138+
| libssl1.1 | 1.1.1u-r1 |
139+
| lttng-ust | 2.13.3-r0 |
140+
| tzdata | 2023c-r0 |
141+
| userspace-rcu | 0.13.2-r0 |
142+
| zlib | 1.2.13-r0 |
143+
| sudo | 1.9.12_p2-r1 |
144+
| coreutils | 9.1-r0 |
145+
| sed | 4.9-r0 |
146+
| grep | 3.8-r1 |
147+
| which | 2.21-r3 |
148+
| ncdu | 1.17-r1 |
149+
| shadow | 4.13-r0 |
150+
| strace | 6.0-r0 |
151+
| man-pages | 6.01-r0 |
152+
153+
## Variant: 3.16
154+
155+
**Digest:** sha256:0f9269c2999db2759442c74d6925200c4b7f3966fae2e9d464a39affc088ef7f
156+
157+
**Tags:**
158+
```
159+
mcr.microsoft.com/devcontainers/base:0.207.1-alpine-3.16
160+
mcr.microsoft.com/devcontainers/base:0.207.1-alpine3.16
161+
```
162+
> *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-`).*
163+
164+
**Linux distribution:** Alpine Linux v3.16
165+
166+
**Architectures:** linux/amd64, linux/arm64
167+
168+
**Available (non-root) user:** vscode
169+
170+
### Contents
171+
**Tools installed using git**
172+
173+
| Tool | Commit | Path |
174+
|------|--------|------|
175+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 48ccc7b36de8efb2bd7beb9bd6e0a6f6fe03b95d | /home/vscode/.oh-my-zsh |
176+
177+
**Other tools and utilities**
178+
179+
| Tool | Version | Path |
180+
|------|---------|------|
181+
| [git](https://github.com/git/git) | 2.43.0 |
182+
183+
**Additional linux tools and packages**
184+
185+
| Tool / library | Version |
186+
|----------------|---------|
187+
| openssh-client-default | 9.0_p1-r4 |
188+
| gnupg | 2.2.35-r4 |
189+
| procps | 3.3.17-r2 |
190+
| lsof | 4.95.0-r0 |
191+
| htop | 3.2.0-r1 |
192+
| net-tools | 2.10-r0 |
193+
| psmisc | 23.5-r0 |
194+
| curl | 8.5.0-r0 |
195+
| wget | 1.21.3-r0 |
196+
| rsync | 3.2.7-r0 |
197+
| ca-certificates | 20230506-r0 |
198+
| unzip | 6.0-r9 |
199+
| zip | 3.0-r9 |
200+
| nano | 6.3-r0 |
201+
| vim | 8.2.5000-r1 |
202+
| less | 590-r1 |
203+
| jq | 1.6-r1 |
204+
| libgcc | 11.2.1_git20220219-r2 |
205+
| libstdc++ | 11.2.1_git20220219-r2 |
206+
| krb5-libs | 1.19.4-r0 |
207+
| libintl | 0.21-r2 |
208+
| libssl1.1 | 1.1.1w-r1 |
209+
| lttng-ust | 2.13.2-r0 |
210+
| tzdata | 2023c-r0 |
211+
| userspace-rcu | 0.13.1-r0 |
212+
| zlib | 1.2.12-r3 |
213+
| sudo | 1.9.12-r1 |
214+
| coreutils | 9.1-r0 |
215+
| sed | 4.8-r0 |
216+
| grep | 3.7-r0 |
217+
| which | 2.21-r2 |
218+
| ncdu | 1.17-r0 |
219+
| shadow | 4.10-r3 |
220+
| strace | 5.17-r0 |
221+
| man-pages | 5.13-r1 |
222+

0 commit comments

Comments
 (0)