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

Commit bc3ed5d

Browse files
author
CI
committed
Automated update for image history
1 parent 5ca478b commit bc3ed5d

File tree

17 files changed

+236
-191
lines changed

17 files changed

+236
-191
lines changed

cgmanifest.json

Lines changed: 49 additions & 4 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": "46f8765f4c871ef9b4e7f8bc448e45f4be15ff58"
9+
"commitHash": "1e5e834e0f6486a569efd6b12ce4e33624fef0c9"
1010
}
1111
}
1212
},
@@ -869,6 +869,24 @@
869869
}
870870
}
871871
},
872+
{
873+
"Component": {
874+
"Type": "Pip",
875+
"Pip": {
876+
"Name": "autopep8",
877+
"Version": "1.6.0"
878+
}
879+
}
880+
},
881+
{
882+
"Component": {
883+
"Type": "Pip",
884+
"Pip": {
885+
"Name": "virtualenv",
886+
"Version": "20.9.0"
887+
}
888+
}
889+
},
872890
{
873891
"Component": {
874892
"Type": "other",
@@ -989,6 +1007,33 @@
9891007
}
9901008
}
9911009
},
1010+
{
1011+
"Component": {
1012+
"Type": "cargo",
1013+
"Cargo": {
1014+
"Name": "rust-analysis",
1015+
"Version": "1.56.0"
1016+
}
1017+
}
1018+
},
1019+
{
1020+
"Component": {
1021+
"Type": "cargo",
1022+
"Cargo": {
1023+
"Name": "rust-src",
1024+
"Version": "1.56.0"
1025+
}
1026+
}
1027+
},
1028+
{
1029+
"Component": {
1030+
"Type": "cargo",
1031+
"Cargo": {
1032+
"Name": "clippy",
1033+
"Version": "1.56.0"
1034+
}
1035+
}
1036+
},
9921037
{
9931038
"Component": {
9941039
"Type": "other",
@@ -1054,7 +1099,7 @@
10541099
"Type": "other",
10551100
"Other": {
10561101
"Name": "Eclipse Temurin",
1057-
"Version": "1.8.0_302",
1102+
"Version": "1.8.0_312",
10581103
"DownloadUrl": "https://adoptium.net/"
10591104
}
10601105
}
@@ -1084,7 +1129,7 @@
10841129
"Type": "npm",
10851130
"Npm": {
10861131
"Name": "eslint",
1087-
"Version": "8.0.1"
1132+
"Version": "8.1.0"
10881133
}
10891134
}
10901135
},
@@ -1094,7 +1139,7 @@
10941139
"Git": {
10951140
"Name": "Oh My Zsh!",
10961141
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
1097-
"commitHash": "46f8765f4c871ef9b4e7f8bc448e45f4be15ff58"
1142+
"commitHash": "1e5e834e0f6486a569efd6b12ce4e33624fef0c9"
10981143
}
10991144
}
11001145
},

containers/alpine/history/dev.md

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

1313
## Variant: 3.14
1414

15-
**Digest:** sha256:a7b42c4ec0bc7e66bba0eec2b5056c6be736ed5fac445ea75b0c97218084a4be
15+
**Digest:** sha256:64ddcd864609de8e869cd5e3331426a34d3924f3e86561d23a99feaec6b878dd
1616

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

3434
| Tool | Commit | Path |
3535
|------|--------|------|
36-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
36+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /home/vscode/.oh-my-zsh |
3737

3838
**Additional linux tools and packages**
3939

@@ -63,7 +63,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine
6363
| libintl | 0.21-r0 |
6464
| libssl1.1 | 1.1.1l-r0 |
6565
| lttng-ust | 2.12.0-r3 |
66-
| tzdata | 2021d-r0 |
66+
| tzdata | 2021e-r0 |
6767
| userspace-rcu | 0.12.2-r0 |
6868
| zlib | 1.2.11-r3 |
6969
| sudo | 1.9.7_p1-r1 |
@@ -78,7 +78,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine
7878

7979
## Variant: 3.13
8080

81-
**Digest:** sha256:f0e82535d85a3283999b323f9b40c8b113cc72342a491b088675e52206d56e98
81+
**Digest:** sha256:2b824d02ebdf2da00d0df2dac6219d3284c510a3627c4db5f37591d68673314e
8282

8383
**Tags:**
8484
```
@@ -98,7 +98,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.13
9898

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

103103
**Additional linux tools and packages**
104104

@@ -128,7 +128,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.13
128128
| libintl | 0.20.2-r2 |
129129
| libssl1.1 | 1.1.1l-r0 |
130130
| lttng-ust | 2.12.0-r2 |
131-
| tzdata | 2021d-r0 |
131+
| tzdata | 2021e-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-alpine3.13
143143

144144
## Variant: 3.12
145145

146-
**Digest:** sha256:344f0d46313d6fd04b25a674d5d5d6302eebcaff7c52bb05ed48c34f444ed1ac
146+
**Digest:** sha256:a0adbe554fefc0d7a973551b5b08e6397a7a08ee3cae2ffa25557d0f9f6e5d27
147147

148148
**Tags:**
149149
```
@@ -163,7 +163,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.12
163163

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

168168
**Additional linux tools and packages**
169169

@@ -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 | 2021d-r0 |
196+
| tzdata | 2021e-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:6e82b73570902aac83f30148fc48c5986ae9db78ca0144978549741225519060
211+
**Digest:** sha256:08adea2d69358cda7b7baa6ed2c182be5fd0e07b5e49997de8fa177dec2d4142
212212

213213
**Tags:**
214214
```
@@ -228,7 +228,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-alpine3.11
228228

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

233233
**Additional linux tools and packages**
234234

@@ -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 | 2021d-r0 |
261+
| tzdata | 2021e-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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Variant: bullseye
1616

17-
**Digest:** sha256:117f5c58e7096069b7eb622ddefd17c84938ed98b54a22aff63590f602907d80
17+
**Digest:** sha256:133f82610734615e8f8af13c9240d20258dfd7f4f5c0929c3fa8936f8eafbd14
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) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
47+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /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:496969daad8e26a570feb3036919ea315ea587b35bdb8a259cfb2ce591c6a6b7
105+
**Digest:** sha256:c0dada06f3c39a3910888355e5bf1da354ecf2709f8d965261595904ff56fe40
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) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
133+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /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:a422a802fdec0a534df72d51f0c6c145e77078291a178fd3bccf807b78015778
192+
**Digest:** sha256:51b18441fce36fd75f30cd88de6fed14b01011661d260ff857d54ecc803a15b8
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) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
220+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /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:bf0355f4c0c6fb47e89e331bb49d0e54235e0ae226eb21f1a702849a215b4d12
278+
**Digest:** sha256:cfa3bacb6c7520108e529ed971fd202a517f04a56ca704e94d1fb402be2f45c6
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) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
307+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /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:4f2051195dde17285080fcd1cc28a8e990dcc69ed06717f5d9f3c5ee648675d2
366+
**Digest:** sha256:42cdf4c8587824a82f12a5d5362d49a41fb5b2f8e397f3bc7726205fce00a2a0
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) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
394+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /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:49ccef7d717422aecb710c11b01580b3af3d89778fb7de31d745bb58c47136d1
454+
**Digest:** sha256:21c995446994e23916e3c5117fb752fc7b469f4f90468446e76be11d262e2f69
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) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
482+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /home/vscode/.oh-my-zsh |
483483

484484
**Additional linux tools and packages**
485485

containers/debian/history/dev.md

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

1212
## Variant: buster
1313

14-
**Digest:** sha256:1f7cbdac390701a919f8c71894bafedd604ae735755585e4878b3fd35473aa48
14+
**Digest:** sha256:0901b93247500b5c741c14ae9f688b51ad18c77c4d6843efd985c741b69473ea
1515

1616
**Tags:**
1717
```
@@ -32,7 +32,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-debian10
3232

3333
| Tool | Commit | Path |
3434
|------|--------|------|
35-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
35+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /home/vscode/.oh-my-zsh |
3636

3737
**Additional linux tools and packages**
3838

@@ -83,7 +83,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-debian10
8383

8484
## Variant: bullseye
8585

86-
**Digest:** sha256:d06162fa8e92ce00b65461662fc4974065be2164c3d9f8d51ad453d4aee0e3a9
86+
**Digest:** sha256:1a6b7e39620e6933db4c3b07dbf074de8ee7efbbc41721af0bc25717c03ad935
8787

8888
**Tags:**
8989
```
@@ -106,7 +106,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev
106106

107107
| Tool | Commit | Path |
108108
|------|--------|------|
109-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
109+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /home/vscode/.oh-my-zsh |
110110

111111
**Additional linux tools and packages**
112112

@@ -156,7 +156,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev
156156

157157
## Variant: stretch
158158

159-
**Digest:** sha256:d73f3c5b021ffe029de3fd543a32d2713b6906d1bc68958a8f308c56762c4ec3
159+
**Digest:** sha256:469366e7ca4fcbc2c1ee0b3cb6f6c15faefeab35c5c34c1ec7cada47c9374f7c
160160

161161
**Tags:**
162162
```
@@ -177,7 +177,7 @@ mcr.microsoft.com/vscode/devcontainers/base:dev-debian9
177177

178178
| Tool | Commit | Path |
179179
|------|--------|------|
180-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 46f8765f4c871ef9b4e7f8bc448e45f4be15ff58 | /home/vscode/.oh-my-zsh |
180+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 1e5e834e0f6486a569efd6b12ce4e33624fef0c9 | /home/vscode/.oh-my-zsh |
181181

182182
**Additional linux tools and packages**
183183

0 commit comments

Comments
 (0)