Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8fe5a6f

Browse files
author
CI
committed
Automated update for image history
1 parent e09f796 commit 8fe5a6f

File tree

17 files changed

+214
-205
lines changed

17 files changed

+214
-205
lines changed

cgmanifest.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Git": {
77
"Name": "Oh My Zsh!",
88
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
9-
"commitHash": "54783f66b8188297448bc725c578fdc7647e9fa0"
9+
"commitHash": "dc83d0b7204cf66315471e980729490813b7d915"
1010
}
1111
}
1212
},
@@ -662,7 +662,7 @@
662662
"Type": "linux",
663663
"Linux": {
664664
"Name": "yarn",
665-
"Version": "1.22.13-1",
665+
"Version": "1.22.15-1",
666666
"Distribution": "ubuntu",
667667
"Release": "20.04",
668668
"Pool-URL": "https://dl.yarnpkg.com/debian",
@@ -710,6 +710,15 @@
710710
}
711711
}
712712
},
713+
{
714+
"Component": {
715+
"Type": "go",
716+
"Go": {
717+
"Name": "github.com/mgechev/revive",
718+
"Version": "1.1.2"
719+
}
720+
}
721+
},
713722
{
714723
"Component": {
715724
"Type": "go",
@@ -764,7 +773,7 @@
764773
"Type": "other",
765774
"Other": {
766775
"Name": "Xdebug",
767-
"Version": "3.0.4",
776+
"Version": "3.1.0",
768777
"DownloadUrl": "https://xdebug.org/"
769778
}
770779
}
@@ -774,7 +783,7 @@
774783
"Type": "other",
775784
"Other": {
776785
"Name": "Composer",
777-
"Version": "2.1.8",
786+
"Version": "2.1.9",
778787
"DownloadUrl": "https://getcomposer.org/"
779788
}
780789
}
@@ -1054,7 +1063,7 @@
10541063
"Git": {
10551064
"Name": "Oh My Zsh!",
10561065
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
1057-
"commitHash": "54783f66b8188297448bc725c578fdc7647e9fa0"
1066+
"commitHash": "dc83d0b7204cf66315471e980729490813b7d915"
10581067
}
10591068
}
10601069
},

containers/alpine/history/dev.md

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

1313
## Variant: 3.14
1414

15-
**Digest:** sha256:a025ba90848f58dc1079034b735cce21134dce2e1e0146bd12f9c15f4a7c22ac
15+
**Digest:** sha256:1e081134e4ea6b6cc3ea57f7b4229afb9323714dbfa379b39830324f34d87211
1616

1717
**Tags:**
1818
```
1919
mcr.microsoft.com/vscode/devcontainers/base:dev-alpine-3.14
2020
mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.14
21+
mcr.microsoft.com/vscode/devcontainers/base:dev-alpine
2122
```
2223
> *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-`).*
2324
2425
**Linux distribution:** Alpine Linux v3.14
2526

26-
**Architectures:** linux/amd64
27+
**Architectures:** linux/amd64, linux/arm64
2728

2829
**Available (non-root) user:** vscode
2930

@@ -32,14 +33,14 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.14
3233

3334
| Tool | Commit | Path |
3435
|------|--------|------|
35-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
36+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
3637

3738
**Additional linux tools and packages**
3839

3940
| Tool / library | Version |
4041
|----------------|---------|
4142
| git | 2.32.0-r0 |
42-
| openssh-client-default | 8.6_p1-r2 |
43+
| openssh-client-default | 8.6_p1-r3 |
4344
| gnupg | 2.2.31-r0 |
4445
| procps | 3.3.17-r0 |
4546
| lsof | 4.94.0-r0 |
@@ -62,7 +63,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.14
6263
| libintl | 0.21-r0 |
6364
| libssl1.1 | 1.1.1l-r0 |
6465
| lttng-ust | 2.12.0-r3 |
65-
| tzdata | 2021b-r0 |
66+
| tzdata | 2021c-r0 |
6667
| userspace-rcu | 0.12.2-r0 |
6768
| zlib | 1.2.11-r3 |
6869
| sudo | 1.9.7_p1-r1 |
@@ -77,19 +78,18 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.14
7778

7879
## Variant: 3.13
7980

80-
**Digest:** sha256:364d0fff97ed1db982c15cc1df449baa994810e677f81b9b01b90e6c41d5c3c0
81+
**Digest:** sha256:c2ce5632e931740c9fbdf44ea31b6bb55778556819bee46228bf80252ad4cea1
8182

8283
**Tags:**
8384
```
8485
mcr.microsoft.com/vscode/devcontainers/base:dev-alpine-3.13
8586
mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.13
86-
mcr.microsoft.com/vscode/devcontainers/base:dev-alpine
8787
```
8888
> *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-`).*
8989
9090
**Linux distribution:** Alpine Linux v3.13
9191

92-
**Architectures:** linux/amd64
92+
**Architectures:** linux/amd64, linux/arm64
9393

9494
**Available (non-root) user:** vscode
9595

@@ -98,14 +98,14 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine
9898

9999
| Tool | Commit | Path |
100100
|------|--------|------|
101-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
101+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
102102

103103
**Additional linux tools and packages**
104104

105105
| Tool / library | Version |
106106
|----------------|---------|
107107
| git | 2.30.2-r0 |
108-
| openssh-client | 8.4_p1-r3 |
108+
| openssh-client | 8.4_p1-r4 |
109109
| gnupg | 2.2.31-r0 |
110110
| procps | 3.3.16-r0 |
111111
| lsof | 4.94.0-r0 |
@@ -128,7 +128,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine
128128
| libintl | 0.20.2-r2 |
129129
| libssl1.1 | 1.1.1l-r0 |
130130
| lttng-ust | 2.12.0-r2 |
131-
| tzdata | 2021b-r0 |
131+
| tzdata | 2021c-r0 |
132132
| userspace-rcu | 0.12.1-r0 |
133133
| zlib | 1.2.11-r3 |
134134
| sudo | 1.9.5p2-r0 |
@@ -143,7 +143,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine
143143

144144
## Variant: 3.12
145145

146-
**Digest:** sha256:8950ac83cf452e5dfebef9e3eb10d49856390342a54ec67ded003349c688037a
146+
**Digest:** sha256:3ee17616edc3dbaba59f01869d61a914e1f7e75c822518e3b1e4246be2e61939
147147

148148
**Tags:**
149149
```
@@ -154,7 +154,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.12
154154
155155
**Linux distribution:** Alpine Linux v3.12
156156

157-
**Architectures:** linux/amd64
157+
**Architectures:** linux/amd64, linux/arm64
158158

159159
**Available (non-root) user:** vscode
160160

@@ -163,14 +163,14 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.12
163163

164164
| Tool | Commit | Path |
165165
|------|--------|------|
166-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
166+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
167167

168168
**Additional linux tools and packages**
169169

170170
| Tool / library | Version |
171171
|----------------|---------|
172172
| git | 2.26.3-r0 |
173-
| openssh-client | 8.3_p1-r2 |
173+
| openssh-client | 8.3_p1-r3 |
174174
| gnupg | 2.2.23-r1 |
175175
| procps | 3.3.16-r0 |
176176
| lsof | 4.93.2-r0 |
@@ -193,7 +193,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.12
193193
| libintl | 0.20.2-r0 |
194194
| libssl1.1 | 1.1.1l-r0 |
195195
| lttng-ust | 2.12.0-r1 |
196-
| tzdata | 2021b-r0 |
196+
| tzdata | 2021c-r0 |
197197
| userspace-rcu | 0.12.1-r0 |
198198
| zlib | 1.2.11-r3 |
199199
| sudo | 1.9.5p2-r0 |
@@ -208,7 +208,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.12
208208

209209
## Variant: 3.11
210210

211-
**Digest:** sha256:24bc1ed70c31bbc89da1e25598d1effab9d9483af4da7921f73a30260b79374d
211+
**Digest:** sha256:1e65e2f8d5339e2af127b7bc649050b64d54065ff842b988801ab9900b11ca7f
212212

213213
**Tags:**
214214
```
@@ -219,7 +219,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.11
219219
220220
**Linux distribution:** Alpine Linux v3.11
221221

222-
**Architectures:** linux/amd64
222+
**Architectures:** linux/amd64, linux/arm64
223223

224224
**Available (non-root) user:** vscode
225225

@@ -228,14 +228,14 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.11
228228

229229
| Tool | Commit | Path |
230230
|------|--------|------|
231-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
231+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
232232

233233
**Additional linux tools and packages**
234234

235235
| Tool / library | Version |
236236
|----------------|---------|
237237
| git | 2.24.4-r0 |
238-
| openssh-client | 8.1_p1-r0 |
238+
| openssh-client | 8.1_p1-r1 |
239239
| gnupg | 2.2.19-r1 |
240240
| procps | 3.3.16-r0 |
241241
| lsof | 4.93.2-r0 |
@@ -258,7 +258,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.11
258258
| libintl | 0.20.1-r2 |
259259
| libssl1.1 | 1.1.1l-r0 |
260260
| lttng-ust | 2.10.4-r0 |
261-
| tzdata | 2021b-r0 |
261+
| tzdata | 2021c-r0 |
262262
| userspace-rcu | 0.11.1-r0 |
263263
| zlib | 1.2.11-r3 |
264264
| sudo | 1.9.5p2-r1 |

containers/cpp/history/dev.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Variant: bullseye
1616

17-
**Digest:** sha256:7882a71bd2ee3c785dd8d981b83a583317ff55135f2296abddec238cda16baaf
17+
**Digest:** sha256:8d04adb7ceb3514d1be9d64795952f0f66f1537b73c00a575941cdf04df9ca39
1818

1919
**Tags:**
2020
```
@@ -44,7 +44,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev
4444

4545
| Tool | Commit | Path |
4646
|------|--------|------|
47-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
47+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
4848

4949
**Additional linux tools and packages**
5050

@@ -102,7 +102,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev
102102

103103
## Variant: buster
104104

105-
**Digest:** sha256:083bc2c4d5e4092e7ffe0d1597bbf8de1a283bd0e0cd1458557620865750c4d4
105+
**Digest:** sha256:146d052727ca61f7c609ae62a6bf4989fe8cbe66c84e2eaf3ecb9e8a114fa5a7
106106

107107
**Tags:**
108108
```
@@ -130,7 +130,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-debian10
130130

131131
| Tool | Commit | Path |
132132
|------|--------|------|
133-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
133+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
134134

135135
**Additional linux tools and packages**
136136

@@ -189,7 +189,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-debian10
189189

190190
## Variant: hirsute
191191

192-
**Digest:** sha256:e73221ef62648d9fc70a5fef4a9c74f601cf5790bd99415f4d8df933629232a3
192+
**Digest:** sha256:56bea6ee334a37da99ef219fabb36c28f4c9ccc91b3cae9fb86a1c9aad46d862
193193

194194
**Tags:**
195195
```
@@ -217,7 +217,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-ubuntu21.04
217217

218218
| Tool | Commit | Path |
219219
|------|--------|------|
220-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
220+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
221221

222222
**Additional linux tools and packages**
223223

@@ -275,7 +275,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-ubuntu21.04
275275

276276
## Variant: focal
277277

278-
**Digest:** sha256:c9dbdbc09f51f182051c1bbb2007924c91602e9d61e80c27d959d38b62e60262
278+
**Digest:** sha256:773345cc0b0a66e312b5546c8ec4bb00d47faad08fb6403d26ca9ec2596a661a
279279

280280
**Tags:**
281281
```
@@ -304,7 +304,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-ubuntu
304304

305305
| Tool | Commit | Path |
306306
|------|--------|------|
307-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
307+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
308308

309309
**Additional linux tools and packages**
310310

@@ -363,7 +363,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-ubuntu
363363

364364
## Variant: bionic
365365

366-
**Digest:** sha256:645335c884822720998a89add6d909dd9271d032f206cf23fc32ab7e1506d50b
366+
**Digest:** sha256:b2111f2075d39328db55f4f0827b987c4a1702909ede3c112563fbda1d72c272
367367

368368
**Tags:**
369369
```
@@ -391,7 +391,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-ubuntu18.04
391391

392392
| Tool | Commit | Path |
393393
|------|--------|------|
394-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
394+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
395395

396396
**Additional linux tools and packages**
397397

@@ -451,7 +451,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-ubuntu18.04
451451

452452
## Variant: stretch
453453

454-
**Digest:** sha256:9f97f6c043f33603ea56ada724c97cc846d0f25602d9b6ddec24c88d6b2ac168
454+
**Digest:** sha256:432e65f1350ca2c4e67b754cf5eecbce9df15f46437758371945a7a56fc30f58
455455

456456
**Tags:**
457457
```
@@ -479,7 +479,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-debian9
479479

480480
| Tool | Commit | Path |
481481
|------|--------|------|
482-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 54783f66b8188297448bc725c578fdc7647e9fa0 | /home/vscode/.oh-my-zsh |
482+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | dc83d0b7204cf66315471e980729490813b7d915 | /home/vscode/.oh-my-zsh |
483483

484484
**Additional linux tools and packages**
485485

@@ -492,7 +492,7 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-debian9
492492
| clang | 1:3.8-36 |
493493
| cmake | 3.7.2-1 |
494494
| cppcheck | 1.76.1-1 |
495-
| curl | 7.52.1-5+deb9u15 |
495+
| curl | 7.52.1-5+deb9u16 |
496496
| dialog | 1.3-20160828-2 |
497497
| gdb | 7.12-6 |
498498
| git | 1:2.11.0-3+deb9u7 |
@@ -503,11 +503,11 @@ mcr.microsoft.com/vscode/devcontainers/cpp:dev-debian9
503503
| less | 481-2.1 |
504504
| libc6 | 2.24-11+deb9u4 |
505505
| libgcc1 | 1:6.3.0-18+deb9u1 |
506-
| libgssapi-krb5-2 | 1.15-1+deb9u2 |
506+
| libgssapi-krb5-2 | 1.15-1+deb9u3 |
507507
| libicu57 | 57.1-6+deb9u4 |
508-
| libkrb5-3 | 1.15-1+deb9u2 |
508+
| libkrb5-3 | 1.15-1+deb9u3 |
509509
| liblttng-ust0 | 2.9.0-2+deb9u1 |
510-
| libssl1.0.2 | 1.0.2u-1~deb9u5 |
510+
| libssl1.0.2 | 1.0.2u-1~deb9u6 |
511511
| libssl1.1 | 1.1.0l-1~deb9u4 |
512512
| libstdc++6 | 6.3.0-18+deb9u1 |
513513
| lldb | 1:3.8-36 |

0 commit comments

Comments
 (0)