Skip to content

Commit 64dd346

Browse files
devcontainers-botgithub-actions
andauthored
Automated update for image history (#1200)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 03c107d commit 64dd346

File tree

19 files changed

+1123
-2994
lines changed

19 files changed

+1123
-2994
lines changed

cgmanifest.json

Lines changed: 94 additions & 246 deletions
Large diffs are not rendered by default.

src/anaconda/history/dev.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Source release/branch:** [main](https://github.com/devcontainers/images/tree/main/src/anaconda)
66

7-
**Digest:** sha256:f3e1a52585194cdbe63efffa5fa3624f6960524e755cf0f0bd450ee5dad08dfc
7+
**Digest:** sha256:71eed6cef40d2dc868dbd8e28b722fd0c124203ddd864b131fcbf8a9a22bae0c
88

99
**Tags:**
1010
```
@@ -24,40 +24,40 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
2424
| Language / runtime | Version | Path |
2525
|--------------------|---------|------|
2626
| [Python](https://www.python.org/) | 3.12.4 | /opt/conda |
27-
| [Jupyter Notebooks](https://jupyter.org/) | 7.0.8 | /opt/conda |
28-
| [Jupyter Lab](https://jupyter.org/) | 4.0.11 | /opt/conda |
27+
| [Jupyter Notebooks](https://jupyter.org/) | 7.2.2 | /opt/conda |
28+
| [Jupyter Lab](https://jupyter.org/) | 4.2.5 | /opt/conda |
2929

3030
**Tools installed using git**
3131

3232
| Tool | Commit | Path |
3333
|------|--------|------|
34-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 189774c5d0d989ab45c0765f646803926e08e013 | /home/vscode/.oh-my-zsh |
34+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 367e9381dfae65e020cb5c439818e04ae1dd9423 | /home/vscode/.oh-my-zsh |
3535

3636
**Pip / pipx installed tools and packages**
3737

3838
| Tool / package | Version |
3939
|----------------|---------|
4040
| joblib | 1.4.2 |
4141
| cookiecutter | 2.6.0 |
42-
| cryptography | 42.0.5 |
42+
| cryptography | 43.0.1 |
4343
| mistune | 3.0.1 |
4444
| numpy | 1.26.4 |
45-
| certifi | 2024.7.4 |
45+
| certifi | 2024.8.30 |
4646
| setuptools | 69.5.1 |
4747
| wheel | 0.43.0 |
4848
| nbconvert | 7.10.0 |
4949
| Werkzeug | 3.0.3 |
5050
| requests | 2.32.2 |
5151
| tornado | 6.4.1 |
52-
| transformers | 4.37.2 |
52+
| transformers | 4.44.1 |
5353
| jupyter_server | 2.14.1 |
5454

5555
**Other tools and utilities**
5656

5757
| Tool | Version | Path |
5858
|------|---------|------|
59-
| [git](https://github.com/git/git) | 2.45.1 |
60-
| [conda](https://github.com/conda/conda) | 24.5.0 | /opt/conda |
59+
| [git](https://github.com/git/git) | 2.46.1 |
60+
| [conda](https://github.com/conda/conda) | 24.7.1 | /opt/conda |
6161

6262
**Additional linux tools and packages**
6363

@@ -66,21 +66,21 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
6666
| apt-transport-https | 2.6.1 |
6767
| apt-utils | 2.6.1 |
6868
| ca-certificates | 20230311 |
69-
| curl | 7.88.1-10+deb12u6 |
69+
| curl | 7.88.1-10+deb12u7 |
7070
| dialog | 1.3-20230209-1 |
71-
| git | 1:2.39.2-1.1 |
71+
| git | 1:2.39.5-0+deb12u1 |
7272
| gnupg2 | 2.2.40-1.1 |
7373
| htop | 3.2.2-2 |
7474
| iproute2 | 6.1.0-3 |
7575
| jq | 1.6-2.1 |
7676
| less | 590-2.1~deb12u2 |
77-
| libc6 | 2.36-9+deb12u7 |
77+
| libc6 | 2.36-9+deb12u8 |
7878
| libgssapi-krb5-2 | 1.20.1-2+deb12u2 |
7979
| libicu72 | 72.1-3 |
8080
| libkrb5-3 | 1.20.1-2+deb12u2 |
8181
| liblttng-ust1 | 2.13.5-1 |
8282
| libstdc++6 | 12.2.0-14 |
83-
| locales | 2.36-9+deb12u7 |
83+
| locales | 2.36-9+deb12u8 |
8484
| lsb-release | 12.0-1 |
8585
| lsof | 4.95.0-1 |
8686
| man-db | 2.11.2-2 |

src/base-alpine/history/dev.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Variant: 3.20
1414

15-
**Digest:** sha256:65295f6d49690ca52684f697f4935f2b8b978b103fd386e4995fd5be767ddc57
15+
**Digest:** sha256:572f01ce8231e591ec1c3c949abde91f7fbfdf54a236e2d9801c96aa3ae91c34
1616

1717
**Tags:**
1818
```
@@ -33,13 +33,13 @@ mcr.microsoft.com/devcontainers/base:dev-alpine
3333

3434
| Tool | Commit | Path |
3535
|------|--------|------|
36-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 5b37e218e5275c11cb5fecc61f943e6cea3e64bf | /home/vscode/.oh-my-zsh |
36+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 9114853500ea66cff7c803b0e951754833946f3d | /home/vscode/.oh-my-zsh |
3737

3838
**Other tools and utilities**
3939

4040
| Tool | Version | Path |
4141
|------|---------|------|
42-
| [git](https://github.com/git/git) | 2.45.2 |
42+
| [git](https://github.com/git/git) | 2.46.2 |
4343

4444
**Additional linux tools and packages**
4545

@@ -52,22 +52,22 @@ mcr.microsoft.com/devcontainers/base:dev-alpine
5252
| htop | 3.3.0-r0 |
5353
| net-tools | 2.10-r3 |
5454
| psmisc | 23.7-r0 |
55-
| curl | 8.8.0-r0 |
55+
| curl | 8.9.1-r2 |
5656
| wget | 1.24.5-r0 |
5757
| rsync | 3.3.0-r0 |
5858
| ca-certificates | 20240705-r0 |
5959
| unzip | 6.0-r14 |
6060
| zip | 3.0-r12 |
6161
| nano | 8.0-r0 |
62-
| vim | 9.1.0414-r0 |
62+
| vim | 9.1.0707-r0 |
6363
| less | 643-r2 |
6464
| jq | 1.7.1-r0 |
6565
| libgcc | 13.2.1_git20240309-r0 |
6666
| libstdc++ | 13.2.1_git20240309-r0 |
6767
| krb5-libs | 1.21.3-r0 |
6868
| libintl | 0.22.5-r0 |
6969
| lttng-ust | 2.13.8-r0 |
70-
| tzdata | 2024a-r1 |
70+
| tzdata | 2024b-r0 |
7171
| userspace-rcu | 0.14.0-r2 |
7272
| zlib | 1.3.1-r1 |
7373
| sudo | 1.9.15_p5-r0 |
@@ -82,7 +82,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine
8282

8383
## Variant: 3.19
8484

85-
**Digest:** sha256:271e2814a2abd97bb7a3f09226817d86e5d3080a20d5b9eaf04774d6819d2a42
85+
**Digest:** sha256:3d86affa2911703bc1046219eda62f29816a536995650469d92ad2ebabb88469
8686

8787
**Tags:**
8888
```
@@ -102,13 +102,13 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.19
102102

103103
| Tool | Commit | Path |
104104
|------|--------|------|
105-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 5b37e218e5275c11cb5fecc61f943e6cea3e64bf | /home/vscode/.oh-my-zsh |
105+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 9114853500ea66cff7c803b0e951754833946f3d | /home/vscode/.oh-my-zsh |
106106

107107
**Other tools and utilities**
108108

109109
| Tool | Version | Path |
110110
|------|---------|------|
111-
| [git](https://github.com/git/git) | 2.45.2 |
111+
| [git](https://github.com/git/git) | 2.46.2 |
112112

113113
**Additional linux tools and packages**
114114

@@ -121,7 +121,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.19
121121
| htop | 3.2.2-r1 |
122122
| net-tools | 2.10-r3 |
123123
| psmisc | 23.6-r2 |
124-
| curl | 8.5.0-r0 |
124+
| curl | 8.9.1-r0 |
125125
| wget | 1.21.4-r0 |
126126
| rsync | 3.2.7-r4 |
127127
| ca-certificates | 20240226-r0 |
@@ -151,7 +151,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.19
151151

152152
## Variant: 3.18
153153

154-
**Digest:** sha256:fb67fee4ade03c70d9805c38fad5ec879ffbe6b03b10efecc5284491d67af4df
154+
**Digest:** sha256:67a7a38106bd371a62e2ca1af018f2f0e2ad270317ae152fb8a6eb1001211f0e
155155

156156
**Tags:**
157157
```
@@ -171,13 +171,13 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.18
171171

172172
| Tool | Commit | Path |
173173
|------|--------|------|
174-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 5b37e218e5275c11cb5fecc61f943e6cea3e64bf | /home/vscode/.oh-my-zsh |
174+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 9114853500ea66cff7c803b0e951754833946f3d | /home/vscode/.oh-my-zsh |
175175

176176
**Other tools and utilities**
177177

178178
| Tool | Version | Path |
179179
|------|---------|------|
180-
| [git](https://github.com/git/git) | 2.45.2 |
180+
| [git](https://github.com/git/git) | 2.46.2 |
181181

182182
**Additional linux tools and packages**
183183

@@ -190,7 +190,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.18
190190
| htop | 3.2.2-r1 |
191191
| net-tools | 2.10-r3 |
192192
| psmisc | 23.6-r2 |
193-
| curl | 8.5.0-r0 |
193+
| curl | 8.9.1-r0 |
194194
| wget | 1.21.4-r0 |
195195
| rsync | 3.2.7-r4 |
196196
| ca-certificates | 20240226-r0 |
@@ -221,7 +221,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.18
221221

222222
## Variant: 3.17
223223

224-
**Digest:** sha256:dee7a0e0caab8323e3d0a96074e33e93716b681c680e5bd12294f91d81eb3e2b
224+
**Digest:** sha256:0c272d896c15f85dd20bbb0d69f05d98df2ecb68cf1a943a7b48a1ef5630d5b8
225225

226226
**Tags:**
227227
```
@@ -241,13 +241,13 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.17
241241

242242
| Tool | Commit | Path |
243243
|------|--------|------|
244-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 5b37e218e5275c11cb5fecc61f943e6cea3e64bf | /home/vscode/.oh-my-zsh |
244+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 9114853500ea66cff7c803b0e951754833946f3d | /home/vscode/.oh-my-zsh |
245245

246246
**Other tools and utilities**
247247

248248
| Tool | Version | Path |
249249
|------|---------|------|
250-
| [git](https://github.com/git/git) | 2.45.2 |
250+
| [git](https://github.com/git/git) | 2.46.2 |
251251

252252
**Additional linux tools and packages**
253253

@@ -260,7 +260,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.17
260260
| htop | 3.2.1-r1 |
261261
| net-tools | 2.10-r0 |
262262
| psmisc | 23.5-r0 |
263-
| curl | 8.5.0-r0 |
263+
| curl | 8.9.0-r0 |
264264
| wget | 1.21.4-r0 |
265265
| rsync | 3.2.7-r0 |
266266
| ca-certificates | 20240226-r0 |

0 commit comments

Comments
 (0)