Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
213 changes: 101 additions & 112 deletions cgmanifest.json

Large diffs are not rendered by default.

17 changes: 8 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:9dd2dda9ab2b7ae61193e4d27cbc4b7f9c2e98b51fe15ce75326d3463b60002d
**Digest:** sha256:d46e8b55a07024ec2660ec2ed9cb728258d6ccb360e33e9142237be6dce214a0

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

| Language / runtime | Version | Path |
|--------------------|---------|------|
| [Python](https://www.python.org/) | 3.12.7 | /opt/conda |
| [Jupyter Notebooks](https://jupyter.org/) | 7.5.0 | /opt/conda |
| [Jupyter Lab](https://jupyter.org/) | 4.5.0 | /opt/conda |
| [Python](https://www.python.org/) | 3.12.13 | /opt/conda |
| [Jupyter Notebooks](https://jupyter.org/) | 7.5.3 | /opt/conda |
| [Jupyter Lab](https://jupyter.org/) | 4.5.3 | /opt/conda |

**Tools installed using git**

Expand All @@ -39,14 +39,14 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
|----------------|---------|
| joblib | 1.4.2 |
| cookiecutter | 2.6.0 |
| cryptography | 46.0.3 |
| cryptography | 46.0.5 |
| mistune | 3.1.2 |
| numpy | 1.26.4 |
| certifi | 2026.1.4 |
| setuptools | 80.10.1 |
| wheel | 0.44.0 |
| setuptools | 80.10.2 |
| wheel | 0.46.3 |
| nbconvert | 7.16.4 |
| Werkzeug | 3.1.3 |
| Werkzeug | 3.1.6 |
| requests | 2.32.5 |
| tornado | 6.5.4 |
| transformers | 4.53.0 |
Expand Down Expand Up @@ -98,7 +98,6 @@ mcr.microsoft.com/devcontainers/anaconda:dev-3
| unzip | 6.0-28 |
| vim-tiny | 2:9.0.1378-2+deb12u2 |
| wget | 1.21.3-1+deb12u1 |
| yarn | 1.22.22-1 |
| zip | 3.0-13 |
| zlib1g | 1:1.2.13.dfsg-1 |
| zsh | 5.9-4+b8 |
Expand Down
53 changes: 29 additions & 24 deletions src/base-alpine/history/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Variant: latest

**Digest:** sha256:d0b3c0a125cd5e3b35847b3b41a13d02a73be403cc721a9b903fc9cdcd521ab8
**Digest:** sha256:0a9d27da24a4f86719f8ad623ee761f87e134bf466ec1c30fd59622d6caf6892

**Tags:**
```
Expand All @@ -32,18 +32,19 @@ mcr.microsoft.com/devcontainers/base:dev-alpinelatest

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 67cd8c4673512d08238461f7ce00715da01665d4 | /home/vscode/.oh-my-zsh |
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 9151236d1e0cb64b2e803d7ec1736c7a717efc33 | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |
| [git](https://github.com/git/git) | 2.53.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| git | 2.52.0-r0 |
| openssh-client-default | 10.2_p1-r0 |
| gnupg | 2.4.9-r0 |
| procps-ng | 4.0.5-r0 |
Expand All @@ -58,17 +59,17 @@ mcr.microsoft.com/devcontainers/base:dev-alpinelatest
| unzip | 6.0-r16 |
| zip | 3.0-r13 |
| nano | 8.7-r0 |
| vim | 9.1.1942-r0 |
| vim | 9.2.0219-r0 |
| less | 685-r0 |
| jq | 1.8.1-r0 |
| libgcc | 15.2.0-r2 |
| libstdc++ | 15.2.0-r2 |
| krb5-libs | 1.22.1-r0 |
| libintl | 0.24.1-r1 |
| lttng-ust | 2.14.0-r0 |
| tzdata | 2025c-r0 |
| tzdata | 2026a-r0 |
| userspace-rcu | 0.15.3-r0 |
| zlib | 1.3.1-r2 |
| zlib | 1.3.2-r0 |
| sudo | 1.9.17_p2-r0 |
| coreutils | 9.8-r1 |
| sed | 4.9-r2 |
Expand All @@ -81,7 +82,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpinelatest

## Variant: 3.23

**Digest:** sha256:ef12575e9adde926d83db0b1fb51913f8ce04a9d9878d91312f8fe64d1d1c5c6
**Digest:** sha256:d070bdf6e9df56ca85d7740e143af36b91b358b37bb6a1b02fcf06fb143763ea

**Tags:**
```
Expand All @@ -101,18 +102,19 @@ mcr.microsoft.com/devcontainers/base:dev-alpine

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 67cd8c4673512d08238461f7ce00715da01665d4 | /home/vscode/.oh-my-zsh |
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | df64afb062707212180324f83b3d92e573d709ce | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |
| [git](https://github.com/git/git) | 2.53.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| git | 2.52.0-r0 |
| openssh-client-default | 10.2_p1-r0 |
| gnupg | 2.4.9-r0 |
| procps-ng | 4.0.5-r0 |
Expand All @@ -127,17 +129,17 @@ mcr.microsoft.com/devcontainers/base:dev-alpine
| unzip | 6.0-r16 |
| zip | 3.0-r13 |
| nano | 8.7-r0 |
| vim | 9.1.1942-r0 |
| vim | 9.2.0219-r0 |
| less | 685-r0 |
| jq | 1.8.1-r0 |
| libgcc | 15.2.0-r2 |
| libstdc++ | 15.2.0-r2 |
| krb5-libs | 1.22.1-r0 |
| libintl | 0.24.1-r1 |
| lttng-ust | 2.14.0-r0 |
| tzdata | 2025c-r0 |
| tzdata | 2026a-r0 |
| userspace-rcu | 0.15.3-r0 |
| zlib | 1.3.1-r2 |
| zlib | 1.3.2-r0 |
| sudo | 1.9.17_p2-r0 |
| coreutils | 9.8-r1 |
| sed | 4.9-r2 |
Expand All @@ -150,7 +152,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine

## Variant: 3.22

**Digest:** sha256:c07b6f683547499a359608d5db30de04659492a6889e9f42bedd5752a0aa396b
**Digest:** sha256:f79a6dff8a47b9e20c5daca490fa8cb5447a78be9f66f96bbca56888ec677c2b

**Tags:**
```
Expand All @@ -169,18 +171,19 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.22

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 67cd8c4673512d08238461f7ce00715da01665d4 | /home/vscode/.oh-my-zsh |
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | df64afb062707212180324f83b3d92e573d709ce | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |
| [git](https://github.com/git/git) | 2.53.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| git | 2.49.1-r0 |
| openssh-client-default | 10.0_p1-r10 |
| gnupg | 2.4.9-r0 |
| procps-ng | 4.0.4-r3 |
Expand All @@ -203,7 +206,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.22
| krb5-libs | 1.21.3-r0 |
| libintl | 0.24.1-r0 |
| lttng-ust | 2.13.9-r0 |
| tzdata | 2025c-r0 |
| tzdata | 2026a-r0 |
| userspace-rcu | 0.15.2-r0 |
| zlib | 1.3.1-r2 |
| sudo | 1.9.17_p2-r0 |
Expand All @@ -218,7 +221,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.22

## Variant: 3.21

**Digest:** sha256:bd5c451cfac59dfe0207dff00ee08ae096cf84b422de51129895af982e926548
**Digest:** sha256:82dcffdc6fae36100707ed3e1016ede91dac8a087ba540d42a1f40f15a0d26a9

**Tags:**
```
Expand All @@ -237,18 +240,19 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.21

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 67cd8c4673512d08238461f7ce00715da01665d4 | /home/vscode/.oh-my-zsh |
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 9151236d1e0cb64b2e803d7ec1736c7a717efc33 | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |
| [git](https://github.com/git/git) | 2.53.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| git | 2.47.3-r0 |
| openssh-client-default | 9.9_p2-r0 |
| gnupg | 2.4.9-r0 |
| procps-ng | 4.0.4-r2 |
Expand All @@ -271,7 +275,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.21
| krb5-libs | 1.21.3-r0 |
| libintl | 0.22.5-r0 |
| lttng-ust | 2.13.8-r0 |
| tzdata | 2025c-r0 |
| tzdata | 2026a-r0 |
| userspace-rcu | 0.14.1-r1 |
| zlib | 1.3.1-r2 |
| sudo | 1.9.17_p1-r0 |
Expand All @@ -286,7 +290,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.21

## Variant: 3.20

**Digest:** sha256:8d3063b0a7b1528cf46a8c7f9ba8817fad4cd79eb86db34591b6ca6410cd0e78
**Digest:** sha256:bf131b5711a15bbd673e3f5f004628cbe11edfbecaff1dca69f9dd280ff30e91

**Tags:**
```
Expand All @@ -305,18 +309,19 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.20

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 67cd8c4673512d08238461f7ce00715da01665d4 | /home/vscode/.oh-my-zsh |
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | df64afb062707212180324f83b3d92e573d709ce | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |
| [git](https://github.com/git/git) | 2.53.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| git | 2.45.4-r0 |
| openssh-client-default | 9.7_p1-r5 |
| gnupg | 2.4.9-r0 |
| procps-ng | 4.0.4-r0 |
Expand All @@ -339,7 +344,7 @@ mcr.microsoft.com/devcontainers/base:dev-alpine3.20
| krb5-libs | 1.21.3-r0 |
| libintl | 0.22.5-r0 |
| lttng-ust | 2.13.8-r0 |
| tzdata | 2025c-r0 |
| tzdata | 2026a-r0 |
| userspace-rcu | 0.14.0-r2 |
| zlib | 1.3.1-r1 |
| sudo | 1.9.15_p5-r0 |
Expand Down
Loading
Loading