Skip to content

Commit

Permalink
Automated update for image history [skip ci] (#694)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
samruddhikhandale and github-actions authored Aug 7, 2023
1 parent 9797714 commit 9c256d0
Show file tree
Hide file tree
Showing 19 changed files with 218 additions and 215 deletions.
50 changes: 26 additions & 24 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Type": "Pip",
"Pip": {
"Name": "cryptography",
"Version": "39.0.1"
"Version": "41.0.2"
}
}
},
Expand All @@ -54,7 +54,7 @@
"Type": "Pip",
"Pip": {
"Name": "numpy",
"Version": "1.25.1"
"Version": "1.25.2"
}
}
},
Expand All @@ -63,7 +63,7 @@
"Type": "Pip",
"Pip": {
"Name": "certifi",
"Version": "2023.5.7"
"Version": "2023.7.22"
}
}
},
Expand All @@ -72,7 +72,7 @@
"Type": "Pip",
"Pip": {
"Name": "setuptools",
"Version": "67.8.0"
"Version": "65.6.3"
}
}
},
Expand Down Expand Up @@ -107,7 +107,8 @@
"Component": {
"Type": "Pip",
"Pip": {
"Name": "py"
"Name": "py",
"Version": "1.11.0"
}
}
},
Expand Down Expand Up @@ -281,7 +282,17 @@
"Git": {
"Name": "vcpkg",
"repositoryUrl": "https://github.com/microsoft/vcpkg",
"commitHash": "8184c5e06c6bbf0f9ba67ab9e9b8b5b5202d6c08"
"commitHash": "980ec0f49d81f794778386f7bd518b2cc9c092f0"
}
}
},
{
"Component": {
"Type": "git",
"Git": {
"Name": "vcpkg",
"repositoryUrl": "https://github.com/microsoft/vcpkg",
"commitHash": "a28aae61c575c6b5b2318d3d2dd97de1e55dc049"
}
}
},
Expand Down Expand Up @@ -400,7 +411,7 @@
"Type": "go",
"Go": {
"Name": "golang.org/x/tools/gopls",
"Version": "0.12.4"
"Version": "0.13.1"
}
}
},
Expand Down Expand Up @@ -562,7 +573,7 @@
"Type": "npm",
"Npm": {
"Name": "eslint",
"Version": "8.45.0"
"Version": "8.46.0"
}
}
},
Expand Down Expand Up @@ -677,7 +688,7 @@
"Type": "RubyGems",
"RubyGems": {
"Name": "bundler",
"Version": "2.4.17"
"Version": "2.4.18"
}
}
},
Expand Down Expand Up @@ -715,7 +726,7 @@
"Git": {
"Name": "ruby-build",
"repositoryUrl": "https://github.com/rbenv/ruby-build.git",
"commitHash": "35e5d2a29df62213e930e9617894e0a8eed9da70"
"commitHash": "9862a16796e40958ee78633427acadfb53d885d3"
}
}
},
Expand Down Expand Up @@ -763,17 +774,8 @@
"Component": {
"Type": "Pip",
"Pip": {
"Name": "certifi",
"Version": "2023.7.22"
}
}
},
{
"Component": {
"Type": "Pip",
"Pip": {
"Name": "cryptography",
"Version": "41.0.2"
"Name": "setuptools",
"Version": "67.8.0"
}
}
},
Expand All @@ -791,7 +793,7 @@
"Type": "Pip",
"Pip": {
"Name": "flake8",
"Version": "6.0.0"
"Version": "6.1.0"
}
}
},
Expand Down Expand Up @@ -845,7 +847,7 @@
"Type": "Pip",
"Pip": {
"Name": "pycodestyle",
"Version": "2.10.0"
"Version": "2.11.0"
}
}
},
Expand Down Expand Up @@ -1564,7 +1566,7 @@
"Type": "other",
"Other": {
"Name": "Go",
"Version": "1.20.6",
"Version": "1.20.7",
"DownloadUrl": "https://golang.org/dl"
}
}
Expand Down
19 changes: 10 additions & 9 deletions src/anaconda/history/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

**Digest:** sha256:4c4cdfc8842b047dd8182616c57569616859bbf4b22d4f7c4db2d3d02b5ca62c
**Digest:** sha256:3b9c7d4013c4482bea920f8ad7af8cc5cf3507c7c1389493fbd1e281471d7f19

**Tags:**
```
Expand All @@ -23,9 +23,9 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3

| Language / runtime | Version | Path |
|--------------------|---------|------|
| [Python](https://www.python.org/) | 3.11.3 | /opt/conda |
| [Jupyter Notebooks](https://jupyter.org/) | 6.5.4 | /opt/conda |
| [Jupyter Lab](https://jupyter.org/) | 3.6.3 | /opt/conda |
| [Python](https://www.python.org/) | 3.10.9 | /opt/conda |
| [Jupyter Notebooks](https://jupyter.org/) | 6.5.2 | /opt/conda |
| [Jupyter Lab](https://jupyter.org/) | 3.5.3 | /opt/conda |

**Tools installed using git**

Expand All @@ -39,14 +39,15 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
|----------------|---------|
| joblib | 1.3.1 |
| cookiecutter | 2.2.3 |
| cryptography | 39.0.1 |
| cryptography | 41.0.2 |
| mistune | 3.0.1 |
| numpy | 1.25.1 |
| certifi | 2023.5.7 |
| setuptools | 67.8.0 |
| numpy | 1.25.2 |
| certifi | 2023.7.22 |
| setuptools | 65.6.3 |
| future | 0.18.3 |
| wheel | 0.38.4 |
| nbconvert | 7.7.3 |
| py | 1.11.0 |
| requests | 2.31.0 |
| tornado | 6.3.2 |

Expand All @@ -55,7 +56,7 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.41.0 |
| [conda](https://github.com/conda/conda) | 23.5.2 | /opt/conda |
| [conda](https://github.com/conda/conda) | 23.3.1 | /opt/conda |

**Additional linux tools and packages**

Expand Down
8 changes: 4 additions & 4 deletions src/base-alpine/history/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Variant: 3.18

**Digest:** sha256:88e434f931ac05efcacd39cc8ead8de6d0aa6e667aa00f3871897f6d3fb2d5bc
**Digest:** sha256:9773389c5920cd332f19e5e850c05044e9cc06731841816106e7731b8153c7fe

**Tags:**
```
Expand Down Expand Up @@ -83,7 +83,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine

## Variant: 3.17

**Digest:** sha256:c334fb7163c3aacc3be72f3763fcb02a4d70e57585fc00e2e61689504cc01d43
**Digest:** sha256:605c5f7ac09979aa1952164a6c0c518b8aed781f8af93fbd4f1bfb9d7ee80126

**Tags:**
```
Expand Down Expand Up @@ -153,7 +153,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.17

## Variant: 3.16

**Digest:** sha256:86b970a189c3a86813b267f0a15033ce590eae5687312656139a0c6b60045aaf
**Digest:** sha256:2f7e74afe935eccf5a29156de66b243867ed41af26ccd721aa824a3b5fa23052

**Tags:**
```
Expand Down Expand Up @@ -223,7 +223,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.16

## Variant: 3.15

**Digest:** sha256:3041a5975b8851b04d082bdfb7e7a0e3980a7600b52f167c11c2bd9024760b83
**Digest:** sha256:dc76ff5a5af2ea03ac1aca413eedd3a40d7de50b3ca591df69eaebc9d95935b2

**Tags:**
```
Expand Down
6 changes: 3 additions & 3 deletions src/base-debian/history/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Variant: bookworm

**Digest:** sha256:02aff088524683d47f9e7f6128cf3329d02fe82f6282a9727437f40f0acfb82e
**Digest:** sha256:479743a0edc6856fa8d2847ac91846de67143a7a6a8eb95d78eb0e954dc6eb8b

**Tags:**
```
Expand Down Expand Up @@ -87,7 +87,7 @@ mcr.microsoft.com/devcontainers/base:dev

## Variant: buster

**Digest:** sha256:bf689591b7ff2a15bec116cadf522fdd6e05ea482256e66244b2050788ffd2f1
**Digest:** sha256:32a5e078844184212b12037329e3d783616381edf97ba1f610f6d45331570f98

**Tags:**
```
Expand Down Expand Up @@ -163,7 +163,7 @@ mcr.microsoft.com/devcontainers/base:dev-debian10

## Variant: bullseye

**Digest:** sha256:4305ecb19673952cb3db029af534e342a4b1eb538167464df9b560908e9548a7
**Digest:** sha256:af57b39b1026c591679dea5799e41c9790e4eee4d14487c45cc27c327af8b2b2

**Tags:**
```
Expand Down
10 changes: 5 additions & 5 deletions src/base-ubuntu/history/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Variant: jammy

**Digest:** sha256:0bc0050760f38fd48d2bc9c2d87c81f5b528468768c2b5e1d82809b257fb5b12
**Digest:** sha256:93de730e67f67e303de5368e298c2c6cbbc5864e23862869f03bb1941becb0be

**Tags:**
```
Expand Down Expand Up @@ -60,7 +60,7 @@ mcr.microsoft.com/devcontainers/base:dev-ubuntu
| libicu70 | 70.1-2 |
| libkrb5-3 | 1.19.2-2ubuntu0.2 |
| liblttng-ust1 | 2.13.1-1ubuntu1 |
| libstdc++6 | 12.1.0-2ubuntu1~22.04 |
| libstdc++6 | 12.3.0-1ubuntu1~22.04 |
| locales | 2.35-0ubuntu3.1 |
| lsb-release | 11.1.0ubuntu4 |
| lsof | 4.93.2+dfsg-1.1build2 |
Expand All @@ -85,7 +85,7 @@ mcr.microsoft.com/devcontainers/base:dev-ubuntu

## Variant: focal

**Digest:** sha256:4f9fe9bddc23b143ceb2389fa58f97bcf01677f875be8f45b241a62be7bd5198
**Digest:** sha256:dbd46cd6be6041d13ca6a842c21a59c600926fa731b8c4e6399f56a7e7b6e35d

**Tags:**
```
Expand Down Expand Up @@ -130,13 +130,13 @@ mcr.microsoft.com/devcontainers/base:dev-ubuntu20.04
| jq | 1.6-1ubuntu0.20.04.1 |
| less | 551-1ubuntu0.1 |
| libc6 | 2.31-0ubuntu9.9 |
| libgcc1 | 1:10.3.0-1ubuntu1~20.04 |
| libgcc1 | 1:10.5.0-1ubuntu1~20.04 |
| libgssapi-krb5-2 | 1.17-6ubuntu4.3 |
| libicu66 | 66.1-2ubuntu2.1 |
| libkrb5-3 | 1.17-6ubuntu4.3 |
| liblttng-ust0 | 2.11.0-1 |
| libssl1.1 | 1.1.1f-1ubuntu2.19 |
| libstdc++6 | 10.3.0-1ubuntu1~20.04 |
| libstdc++6 | 10.5.0-1ubuntu1~20.04 |
| locales | 2.31-0ubuntu9.9 |
| lsb-release | 11.1.0ubuntu2 |
| lsof | 4.93.2+dfsg-1ubuntu0.20.04.1 |
Expand Down
Loading

0 comments on commit 9c256d0

Please sign in to comment.