Skip to content

Commit 7152451

Browse files
author
github-actions
committed
Automated update for image history [skip ci]
1 parent 9063bae commit 7152451

File tree

19 files changed

+2073
-524
lines changed

19 files changed

+2073
-524
lines changed

cgmanifest.json

Lines changed: 657 additions & 384 deletions
Large diffs are not rendered by default.

src/anaconda/history/dev.md

Lines changed: 2 additions & 2 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:54c788f16bbceb920fa879a00f0c67191650f44e4d2d7c8a70e9006c1b9c4ce5
7+
**Digest:** sha256:d94bfd0d90acb596bcfb8fc4e9e5ac190dc4268eedc05e0f4315b75f49173279
88

99
**Tags:**
1010
```
@@ -81,6 +81,6 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
8181
| vim-tiny | 2:8.2.2434-3+deb11u1 |
8282
| wget | 1.21-1+deb11u1 |
8383
| zip | 3.0-12 |
84-
| zlib1g | 1:1.2.11.dfsg-2+deb11u1 |
84+
| zlib1g | 1:1.2.11.dfsg-2+deb11u2 |
8585
| zsh | 5.8-6+deb11u1 |
8686

src/base-alpine/history/dev.md

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,83 @@
1-
# [alpine](https://github.com/devcontainers/images/tree/main/src/base-alpine)
1+
# [base-alpine](https://github.com/devcontainers/images/tree/main/src/base-alpine)
22

33
**Image version:** dev
44

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

77
**Image variations:**
8+
- [3.16](#variant-316)
89
- [3.15](#variant-315)
910
- [3.14](#variant-314)
1011
- [3.13](#variant-313)
1112

13+
## Variant: 3.16
14+
15+
**Digest:** sha256:5f3086aab975f3c0b689237d02e444893326219fe8d810790437733a69f770ae
16+
17+
**Tags:**
18+
```
19+
mcr.microsoft.com/devcontainers/base:dev-alpine-3.16
20+
mcr.microsoft.com/devcontainers/base:dev-alpine3.16
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.16
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) | 6d48309cd7da1b91038cf08be7865fb5bb9bc5ea | /home/vscode/.oh-my-zsh |
36+
37+
**Additional linux tools and packages**
38+
39+
| Tool / library | Version |
40+
|----------------|---------|
41+
| git | 2.36.2-r0 |
42+
| openssh-client-default | 9.0_p1-r2 |
43+
| gnupg | 2.2.35-r4 |
44+
| procps | 3.3.17-r1 |
45+
| lsof | 4.95.0-r0 |
46+
| htop | 3.2.0-r1 |
47+
| net-tools | 2.10-r0 |
48+
| psmisc | 23.5-r0 |
49+
| curl | 7.83.1-r2 |
50+
| wget | 1.21.3-r0 |
51+
| rsync | 3.2.4-r2 |
52+
| ca-certificates | 20220614-r0 |
53+
| unzip | 6.0-r9 |
54+
| zip | 3.0-r9 |
55+
| nano | 6.3-r0 |
56+
| vim | 8.2.5000-r0 |
57+
| less | 590-r0 |
58+
| jq | 1.6-r1 |
59+
| libgcc | 11.2.1_git20220219-r2 |
60+
| libstdc++ | 11.2.1_git20220219-r2 |
61+
| krb5-libs | 1.19.3-r0 |
62+
| libintl | 0.21-r2 |
63+
| libssl1.1 | 1.1.1q-r0 |
64+
| lttng-ust | 2.13.2-r0 |
65+
| tzdata | 2022c-r0 |
66+
| userspace-rcu | 0.13.1-r0 |
67+
| zlib | 1.2.12-r3 |
68+
| sudo | 1.9.10-r0 |
69+
| coreutils | 9.1-r0 |
70+
| sed | 4.8-r0 |
71+
| grep | 3.7-r0 |
72+
| which | 2.21-r2 |
73+
| ncdu | 1.17-r0 |
74+
| shadow | 4.10-r3 |
75+
| strace | 5.17-r0 |
76+
| man-pages | 5.13-r1 |
77+
1278
## Variant: 3.15
1379

14-
**Digest:** sha256:30fdcee8150bcde4fc54be2eae9b9453d0c61537aea75708402f224446223ff5
80+
**Digest:** sha256:8d7f4045442da517e303b609ecc8a389e319e07e22e63cb2d297579a47955426
1581

1682
**Tags:**
1783
```
@@ -77,7 +143,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine
77143

78144
## Variant: 3.14
79145

80-
**Digest:** sha256:dcde03382e47d5ddef75bdf6dadd86ca5ba509184eacf34037c31993b5da0a7d
146+
**Digest:** sha256:c7a0a1aa8d8afb62666abdebfeabb212aa3bc1f888ac5a08024008f705a5aa88
81147

82148
**Tags:**
83149
```
@@ -142,7 +208,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.14
142208

143209
## Variant: 3.13
144210

145-
**Digest:** sha256:12bf110211236013bbf9949a69eb6675ba3233da14bd852abafed1974c5c4a0f
211+
**Digest:** sha256:79b4ed614d516dbc139d3372231060af94cd4955ebc74fdf9c103137721f4f55
146212

147213
**Tags:**
148214
```

src/base-debian/history/dev.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Variant: buster
1313

14-
**Digest:** sha256:ff354037528e76b404babc14767e01adba8ad28338692ed0f2ffa5b4b889e154
14+
**Digest:** sha256:5ab0e3e8a49bd529dca31146c4f8fbdd4d5dcb8cda7c083c5357ca5405de15a7
1515

1616
**Tags:**
1717
```
@@ -41,7 +41,7 @@ mcr.microsoft.com/devcontainers/base:dev-debian10
4141
| apt-transport-https | 1.8.2.3 |
4242
| apt-utils | 1.8.2.3 |
4343
| ca-certificates | 20200601~deb10u2 |
44-
| curl | 7.64.0-4+deb10u2 |
44+
| curl | 7.64.0-4+deb10u3 |
4545
| dialog | 1.3-20190211-1 |
4646
| git | 1:2.20.1-2+deb10u3 |
4747
| gnupg2 | 2.2.12-1+deb10u2 |
@@ -81,7 +81,7 @@ mcr.microsoft.com/devcontainers/base:dev-debian10
8181

8282
## Variant: bullseye
8383

84-
**Digest:** sha256:87e1e8b4ed35e6f2187cb1661830e8cc4b09486b0d882b1f03177e461bfe2d36
84+
**Digest:** sha256:004fbed19c83b21152809fe60f0fd4bd944786b4577f1c1dc0017833ebc131ff
8585

8686
**Tags:**
8787
```
@@ -147,12 +147,12 @@ mcr.microsoft.com/devcontainers/base:dev
147147
| vim-tiny | 2:8.2.2434-3+deb11u1 |
148148
| wget | 1.21-1+deb11u1 |
149149
| zip | 3.0-12 |
150-
| zlib1g | 1:1.2.11.dfsg-2+deb11u1 |
150+
| zlib1g | 1:1.2.11.dfsg-2+deb11u2 |
151151
| zsh | 5.8-6+deb11u1 |
152152

153153
## Variant: stretch
154154

155-
**Digest:** sha256:e4296f19e7c6329551c89ad0ece045a984eb3f31277950e938131ce254486d93
155+
**Digest:** sha256:35d689d877e0bd96a324fff02c1add9c887e306a9c7727da30002403ab67608e
156156

157157
**Tags:**
158158
```

src/base-ubuntu/history/dev.md

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

1212
## Variant: jammy
1313

14-
**Digest:** sha256:be4a59d17af2069998767c98041f44474c634970ca8d645069755ed974158939
14+
**Digest:** sha256:9a77a808d862206c8fc0d4361c3c9942a67ae4bfea5f8065c8e2fd72891c9cdd
1515

1616
**Tags:**
1717
```
@@ -78,7 +78,7 @@ mcr.microsoft.com/devcontainers/base:dev-ubuntu22.04
7878

7979
## Variant: focal
8080

81-
**Digest:** sha256:fb57e6803b40387da00352f5826532e74b2f0632da465ad71575965f47c082ce
81+
**Digest:** sha256:5a403e88b5c90c6f09a7e00e9ae7a088c0da105e82f6e9569dce054dff719206
8282

8383
**Tags:**
8484
```
@@ -89,7 +89,7 @@ mcr.microsoft.com/devcontainers/base:dev-ubuntu
8989
```
9090
> *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-`).*
9191
92-
**Linux distribution:** Ubuntu 20.04.4 LTS (debian-like distro)
92+
**Linux distribution:** Ubuntu 20.04.5 LTS (debian-like distro)
9393

9494
**Architectures:** linux/amd64
9595

@@ -149,7 +149,7 @@ mcr.microsoft.com/devcontainers/base:dev-ubuntu
149149

150150
## Variant: bionic
151151

152-
**Digest:** sha256:a43aeab1cf29bfca5fcffab9b5910e5aa3fdbf3fbaed8fbe58f91fd04c5faa33
152+
**Digest:** sha256:06e5cac7eb6c61b5b75a9d9e82b95856dfb5a6f631c993fef20f399be2895d0d
153153

154154
**Tags:**
155155
```

src/cpp/history/dev.md

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

1414
## Variant: bullseye
1515

16-
**Digest:** sha256:970d4fcc1a2465c3d9b803a0168106f1d970e00f37cb939ad76eaef4a2386159
16+
**Digest:** sha256:b556a80faffaae96dc1ceb8e79f28785a12526e85b5e58db16f94fe267b3e48c
1717

1818
**Tags:**
1919
```
@@ -44,7 +44,7 @@ mcr.microsoft.com/devcontainers/cpp:dev
4444
| Tool | Commit | Path |
4545
|------|--------|------|
4646
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6d48309cd7da1b91038cf08be7865fb5bb9bc5ea | /home/vscode/.oh-my-zsh |
47-
| [vcpkg](https://github.com/microsoft/vcpkg) | 55112eb54a1c4cfaec5dd2592a39cea72f78ed56 | /usr/local/vcpkg |
47+
| [vcpkg](https://github.com/microsoft/vcpkg) | f688b2e29676bfa3a02ead4b7096c589f8af8180 | /usr/local/vcpkg |
4848

4949
**Additional linux tools and packages**
5050

@@ -99,12 +99,12 @@ mcr.microsoft.com/devcontainers/cpp:dev
9999
| vim-tiny | 2:8.2.2434-3+deb11u1 |
100100
| wget | 1.21-1+deb11u1 |
101101
| zip | 3.0-12 |
102-
| zlib1g | 1:1.2.11.dfsg-2+deb11u1 |
102+
| zlib1g | 1:1.2.11.dfsg-2+deb11u2 |
103103
| zsh | 5.8-6+deb11u1 |
104104

105105
## Variant: buster
106106

107-
**Digest:** sha256:b922cb97cc61d3e3a32d3df662b525985edc5bb13b04d6665d2ae7983e0ea620
107+
**Digest:** sha256:66433d1b113da853b668c38f989db409cbbbff0d9374aa6fd59b6dff2bd72ad9
108108

109109
**Tags:**
110110
```
@@ -133,7 +133,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-debian10
133133
| Tool | Commit | Path |
134134
|------|--------|------|
135135
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6d48309cd7da1b91038cf08be7865fb5bb9bc5ea | /home/vscode/.oh-my-zsh |
136-
| [vcpkg](https://github.com/microsoft/vcpkg) | 55112eb54a1c4cfaec5dd2592a39cea72f78ed56 | /usr/local/vcpkg |
136+
| [vcpkg](https://github.com/microsoft/vcpkg) | f688b2e29676bfa3a02ead4b7096c589f8af8180 | /usr/local/vcpkg |
137137

138138
**Additional linux tools and packages**
139139

@@ -147,7 +147,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-debian10
147147
| clang | 1:7.0-47 |
148148
| cmake | 3.13.4-1 |
149149
| cppcheck | 1.86-1 |
150-
| curl | 7.64.0-4+deb10u2 |
150+
| curl | 7.64.0-4+deb10u3 |
151151
| dialog | 1.3-20190211-1 |
152152
| gdb | 8.2.1-2+b3 |
153153
| git | 1:2.20.1-2+deb10u3 |
@@ -194,7 +194,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-debian10
194194

195195
## Variant: jammy
196196

197-
**Digest:** sha256:a4a98096693ccb74245a4f3adec0050e7a9d3bdfdb1460f641c9355bf285ffe0
197+
**Digest:** sha256:c4aa707c03b6e70ace5a0821d4e3a81cf0713f39b49ebf089e41140348c334c7
198198

199199
**Tags:**
200200
```
@@ -223,7 +223,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-ubuntu22.04
223223
| Tool | Commit | Path |
224224
|------|--------|------|
225225
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6d48309cd7da1b91038cf08be7865fb5bb9bc5ea | /home/vscode/.oh-my-zsh |
226-
| [vcpkg](https://github.com/microsoft/vcpkg) | 55112eb54a1c4cfaec5dd2592a39cea72f78ed56 | /usr/local/vcpkg |
226+
| [vcpkg](https://github.com/microsoft/vcpkg) | f688b2e29676bfa3a02ead4b7096c589f8af8180 | /usr/local/vcpkg |
227227

228228
**Additional linux tools and packages**
229229

@@ -281,7 +281,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-ubuntu22.04
281281

282282
## Variant: focal
283283

284-
**Digest:** sha256:7489fa9c2c85c3f84a0b81cd1003527ddb1b7f01808504408da64ed3f8798a43
284+
**Digest:** sha256:209c5031d2601ca7e39077f753fe4a49780a7a75647a2284368e5b54cc18daba
285285

286286
**Tags:**
287287
```
@@ -292,7 +292,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-ubuntu
292292
```
293293
> *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-`).*
294294
295-
**Linux distribution:** Ubuntu 20.04.4 LTS (debian-like distro)
295+
**Linux distribution:** Ubuntu 20.04.5 LTS (debian-like distro)
296296

297297
**Architectures:** linux/amd64
298298

@@ -311,7 +311,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-ubuntu
311311
| Tool | Commit | Path |
312312
|------|--------|------|
313313
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6d48309cd7da1b91038cf08be7865fb5bb9bc5ea | /home/vscode/.oh-my-zsh |
314-
| [vcpkg](https://github.com/microsoft/vcpkg) | 55112eb54a1c4cfaec5dd2592a39cea72f78ed56 | /usr/local/vcpkg |
314+
| [vcpkg](https://github.com/microsoft/vcpkg) | f688b2e29676bfa3a02ead4b7096c589f8af8180 | /usr/local/vcpkg |
315315

316316
**Additional linux tools and packages**
317317

@@ -372,7 +372,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-ubuntu
372372

373373
## Variant: bionic
374374

375-
**Digest:** sha256:bfb7e3d8beb29b671598dd2f97f85fcee1f1ebdf0113082a5ac6dd4f8eb52af9
375+
**Digest:** sha256:58dd43d2c06b72712f2507ba2119ebed87891b821c1b8f9bf33e02d21fa8b438
376376

377377
**Tags:**
378378
```
@@ -401,7 +401,7 @@ mcr.microsoft.com/devcontainers/cpp:dev-ubuntu18.04
401401
| Tool | Commit | Path |
402402
|------|--------|------|
403403
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6d48309cd7da1b91038cf08be7865fb5bb9bc5ea | /home/vscode/.oh-my-zsh |
404-
| [vcpkg](https://github.com/microsoft/vcpkg) | 55112eb54a1c4cfaec5dd2592a39cea72f78ed56 | /usr/local/vcpkg |
404+
| [vcpkg](https://github.com/microsoft/vcpkg) | f688b2e29676bfa3a02ead4b7096c589f8af8180 | /usr/local/vcpkg |
405405

406406
**Additional linux tools and packages**
407407

0 commit comments

Comments
 (0)