Skip to content

Commit cf9e010

Browse files
samruddhikhandalegithub-actions
andauthored
Automated update for image history [skip ci] (devcontainers#591)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 0dbfe35 commit cf9e010

File tree

19 files changed

+264
-253
lines changed

19 files changed

+264
-253
lines changed

cgmanifest.json

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"Type": "Pip",
6464
"Pip": {
6565
"Name": "certifi",
66-
"Version": "2023.5.7"
66+
"Version": "2022.12.7"
6767
}
6868
}
6969
},
@@ -107,7 +107,8 @@
107107
"Component": {
108108
"Type": "Pip",
109109
"Pip": {
110-
"Name": "py"
110+
"Name": "py",
111+
"Version": "1.11.0"
111112
}
112113
}
113114
},
@@ -151,7 +152,7 @@
151152
"Type": "other",
152153
"Other": {
153154
"Name": "git",
154-
"Version": "2.40.1",
155+
"Version": "2.41.0",
155156
"DownloadUrl": "https://github.com/git/git"
156157
}
157158
}
@@ -172,7 +173,7 @@
172173
"Git": {
173174
"Name": "Oh My Zsh!",
174175
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
175-
"commitHash": "fb4213c34ff8ec83cbe6251f432fdac383378562"
176+
"commitHash": "6101106916147b1716ff2d5de4a53260e7607bae"
176177
}
177178
}
178179
},
@@ -236,6 +237,16 @@
236237
}
237238
}
238239
},
240+
{
241+
"Component": {
242+
"Type": "git",
243+
"Git": {
244+
"Name": "Oh My Zsh!",
245+
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
246+
"commitHash": "00241073105643874531e1826b7df6d2cb3cadfb"
247+
}
248+
}
249+
},
239250
{
240251
"Component": {
241252
"Type": "other",
@@ -272,7 +283,7 @@
272283
"Git": {
273284
"Name": "vcpkg",
274285
"repositoryUrl": "https://github.com/microsoft/vcpkg",
275-
"commitHash": "e527f179b10208896e983337aac4cfccfd45e3f9"
286+
"commitHash": "662dbb50e63af15baa2909b7eac5b1b87e86a0aa"
276287
}
277288
}
278289
},
@@ -282,7 +293,7 @@
282293
"Git": {
283294
"Name": "vcpkg",
284295
"repositoryUrl": "https://github.com/microsoft/vcpkg",
285-
"commitHash": "8a2b7de29d42d713e4816d542cd610ee59dff63e"
296+
"commitHash": "d8e5ba9b4513ee2088c0cf17834e771300d156bd"
286297
}
287298
}
288299
},
@@ -401,7 +412,7 @@
401412
"Type": "go",
402413
"Go": {
403414
"Name": "golang.org/x/tools/gopls",
404-
"Version": "0.12.0"
415+
"Version": "0.12.2"
405416
}
406417
}
407418
},
@@ -553,7 +564,7 @@
553564
"Git": {
554565
"Name": "Oh My Zsh!",
555566
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
556-
"commitHash": "fb4213c34ff8ec83cbe6251f432fdac383378562"
567+
"commitHash": "6101106916147b1716ff2d5de4a53260e7607bae"
557568
}
558569
}
559570
},
@@ -700,15 +711,6 @@
700711
}
701712
}
702713
},
703-
{
704-
"Component": {
705-
"Type": "Pip",
706-
"Pip": {
707-
"Name": "certifi",
708-
"Version": "2022.12.7"
709-
}
710-
}
711-
},
712714
{
713715
"Component": {
714716
"Type": "Pip",
@@ -1146,7 +1148,7 @@
11461148
"Type": "npm",
11471149
"Npm": {
11481150
"Name": "typescript",
1149-
"Version": "5.0.4"
1151+
"Version": "5.1.3"
11501152
}
11511153
}
11521154
},
@@ -1321,6 +1323,15 @@
13211323
}
13221324
}
13231325
},
1326+
{
1327+
"Component": {
1328+
"Type": "Pip",
1329+
"Pip": {
1330+
"Name": "certifi",
1331+
"Version": "2023.5.7"
1332+
}
1333+
}
1334+
},
13241335
{
13251336
"Component": {
13261337
"Type": "Pip",
@@ -1345,7 +1356,7 @@
13451356
"Git": {
13461357
"Name": "Oh My Zsh!",
13471358
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
1348-
"commitHash": "fb4213c34ff8ec83cbe6251f432fdac383378562"
1359+
"commitHash": "6101106916147b1716ff2d5de4a53260e7607bae"
13491360
}
13501361
}
13511362
},

src/anaconda/history/dev.md

Lines changed: 5 additions & 5 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:1d1597bdaf80f15ad2ecfb2eaf56979b5764f67bd92cec91641341204add70e6
7+
**Digest:** sha256:61c85e350fb19f48315095744d4a37830332c44d7cef9087f20dfb7de28967e5
88

99
**Tags:**
1010
```
@@ -24,7 +24,7 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
2424
| Language / runtime | Version | Path |
2525
|--------------------|---------|------|
2626
| [Python](https://www.python.org/) | 3.10.9 | /opt/conda |
27-
| [Jupyter Notebooks](https://jupyter.org/) | 6.5.4 | /opt/conda |
27+
| [Jupyter Notebooks](https://jupyter.org/) | 6.5.2 | /opt/conda |
2828
| [Jupyter Lab](https://jupyter.org/) | 3.5.3 | /opt/conda |
2929

3030
**Tools installed using git**
@@ -42,20 +42,20 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
4242
| cryptography | 39.0.1 |
4343
| mistune | 2.0.5 |
4444
| numpy | 1.24.3 |
45-
| certifi | 2023.5.7 |
45+
| certifi | 2022.12.7 |
4646
| setuptools | 65.6.3 |
4747
| future | 0.18.3 |
4848
| wheel | 0.38.4 |
4949
| nbconvert | 7.4.0 |
50+
| py | 1.11.0 |
5051
| requests | 2.31.0 |
5152

5253
**Other tools and utilities**
5354

5455
| Tool | Version | Path |
5556
|------|---------|------|
56-
| [git](https://github.com/git/git) | 2.40.1 |
57+
| [git](https://github.com/git/git) | 2.41.0 |
5758
| [conda](https://github.com/conda/conda) | 23.3.1 | /opt/conda |
58-
| anaconda | custom | /opt/conda |
5959

6060
**Additional linux tools and packages**
6161

src/base-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.18
1414

15-
**Digest:** sha256:9945f575e0d0de6ca01323d30ec97725e6b9ffd27e122d265035a512525dfbd5
15+
**Digest:** sha256:d77ef1e9efdf19598f22bc792749d772137b36f2760483338ab68c3977f26803
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) | fb4213c34ff8ec83cbe6251f432fdac383378562 | /home/vscode/.oh-my-zsh |
36+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6101106916147b1716ff2d5de4a53260e7607bae | /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.40.1 |
42+
| [git](https://github.com/git/git) | 2.41.0 |
4343

4444
**Additional linux tools and packages**
4545

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

8484
## Variant: 3.17
8585

86-
**Digest:** sha256:710467843185cf0dd81aad5e156e6c57e61b189ade75fc3121a2c36c494c8e11
86+
**Digest:** sha256:0225732b96d54cda78133c9c1755cb71986cc0d15281ff51fee86bc4e322f28f
8787

8888
**Tags:**
8989
```
@@ -103,13 +103,13 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.17
103103

104104
| Tool | Commit | Path |
105105
|------|--------|------|
106-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | fb4213c34ff8ec83cbe6251f432fdac383378562 | /home/vscode/.oh-my-zsh |
106+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6101106916147b1716ff2d5de4a53260e7607bae | /home/vscode/.oh-my-zsh |
107107

108108
**Other tools and utilities**
109109

110110
| Tool | Version | Path |
111111
|------|---------|------|
112-
| [git](https://github.com/git/git) | 2.40.1 |
112+
| [git](https://github.com/git/git) | 2.41.0 |
113113

114114
**Additional linux tools and packages**
115115

@@ -153,7 +153,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.17
153153

154154
## Variant: 3.16
155155

156-
**Digest:** sha256:e695e58f6e26b8c14f8837e31b054506ffb1d7bf9f2cfd2c962fc6028f04660e
156+
**Digest:** sha256:7a502a7699ba66e6d9f781b5429c985221113d4fab5e34272b5d5f3110f2c8d9
157157

158158
**Tags:**
159159
```
@@ -173,13 +173,13 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.16
173173

174174
| Tool | Commit | Path |
175175
|------|--------|------|
176-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | fb4213c34ff8ec83cbe6251f432fdac383378562 | /home/vscode/.oh-my-zsh |
176+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6101106916147b1716ff2d5de4a53260e7607bae | /home/vscode/.oh-my-zsh |
177177

178178
**Other tools and utilities**
179179

180180
| Tool | Version | Path |
181181
|------|---------|------|
182-
| [git](https://github.com/git/git) | 2.40.1 |
182+
| [git](https://github.com/git/git) | 2.41.0 |
183183

184184
**Additional linux tools and packages**
185185

@@ -223,7 +223,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.16
223223

224224
## Variant: 3.15
225225

226-
**Digest:** sha256:888a3bf8a114ac8adde657829338f763d2f22e7f804ca65fbf0d46fc35730a00
226+
**Digest:** sha256:fa1694df104da562a1c52679ad4b62f70531b46ce9fbdcff8cb4bc1a8797ca46
227227

228228
**Tags:**
229229
```
@@ -243,13 +243,13 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.15
243243

244244
| Tool | Commit | Path |
245245
|------|--------|------|
246-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | fb4213c34ff8ec83cbe6251f432fdac383378562 | /home/vscode/.oh-my-zsh |
246+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6101106916147b1716ff2d5de4a53260e7607bae | /home/vscode/.oh-my-zsh |
247247

248248
**Other tools and utilities**
249249

250250
| Tool | Version | Path |
251251
|------|---------|------|
252-
| [git](https://github.com/git/git) | 2.40.1 |
252+
| [git](https://github.com/git/git) | 2.41.0 |
253253

254254
**Additional linux tools and packages**
255255

src/base-debian/history/dev.md

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

1111
## Variant: buster
1212

13-
**Digest:** sha256:c655f7cce8b245b740d14096ec3995abc33c40fc7ce70cb997ed8778ff1dd495
13+
**Digest:** sha256:a3165e8d355c5c1b483a336af2a47a431ea6db38ea8832bf79cd9aade1cbf451
1414

1515
**Tags:**
1616
```
@@ -31,13 +31,13 @@ mcr.microsoft.com/devcontainers/base:dev-debian10
3131

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

3636
**Other tools and utilities**
3737

3838
| Tool | Version | Path |
3939
|------|---------|------|
40-
| [git](https://github.com/git/git) | 2.40.1 |
40+
| [git](https://github.com/git/git) | 2.41.0 |
4141

4242
**Additional linux tools and packages**
4343

@@ -86,7 +86,7 @@ mcr.microsoft.com/devcontainers/base:dev-debian10
8686

8787
## Variant: bullseye
8888

89-
**Digest:** sha256:01c7961e03af80cbad9907016f0b107288b1b62055b33f9774bc2b45c79fe5c5
89+
**Digest:** sha256:42029aeb0fe8d4afc780d8e2cbb44e5f3dd26a6c45f197c4f5fe4d43407626fb
9090

9191
**Tags:**
9292
```
@@ -109,13 +109,13 @@ mcr.microsoft.com/devcontainers/base:dev
109109

110110
| Tool | Commit | Path |
111111
|------|--------|------|
112-
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | fb4213c34ff8ec83cbe6251f432fdac383378562 | /home/vscode/.oh-my-zsh |
112+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 6101106916147b1716ff2d5de4a53260e7607bae | /home/vscode/.oh-my-zsh |
113113

114114
**Other tools and utilities**
115115

116116
| Tool | Version | Path |
117117
|------|---------|------|
118-
| [git](https://github.com/git/git) | 2.40.1 |
118+
| [git](https://github.com/git/git) | 2.41.0 |
119119

120120
**Additional linux tools and packages**
121121

0 commit comments

Comments
 (0)