From f1addfb97a324d69fcdcff7497a0f6342fa6c8e5 Mon Sep 17 00:00:00 2001 From: Dev containers Bot <126614555+devcontainers-bot@users.noreply.github.com> Date: Tue, 14 May 2024 16:20:55 -0700 Subject: [PATCH] Automated update for image history (#1067) Co-authored-by: github-actions --- src/anaconda/history/0.205.0.md | 107 +++++++++++++++++ src/universal/history/2.11.0.md | 203 ++++++++++++++++++++++++++++++++ 2 files changed, 310 insertions(+) create mode 100644 src/anaconda/history/0.205.0.md create mode 100644 src/universal/history/2.11.0.md diff --git a/src/anaconda/history/0.205.0.md b/src/anaconda/history/0.205.0.md new file mode 100644 index 000000000..4bd4f8b7e --- /dev/null +++ b/src/anaconda/history/0.205.0.md @@ -0,0 +1,107 @@ +# [anaconda](https://github.com/devcontainers/images/tree/main/src/anaconda) + +**Image version:** 0.205.0 + +**Source release/branch:** [v0.3.38](https://github.com/devcontainers/images/tree/v0.3.38/src/anaconda) + +**Digest:** sha256:68ddecd56eb669c68b13c18cba5eef645eb1dfe1daac55ed140fc45595572025 + +**Tags:** +``` +mcr.microsoft.com/devcontainers/anaconda:0.205.0-3 +``` +> *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-`).* + +**Linux distribution:** Debian GNU/Linux 11 (bullseye) + +**Architectures:** linux/amd64, linux/arm64 + +**Available (non-root) user:** vscode + +### Contents +**Languages and runtimes** + +| Language / runtime | Version | Path | +|--------------------|---------|------| +| [Python](https://www.python.org/) | 3.11.7 | /opt/conda | +| [Jupyter Notebooks](https://jupyter.org/) | 7.0.8 | /opt/conda | +| [Jupyter Lab](https://jupyter.org/) | 4.0.11 | /opt/conda | + +**Tools installed using git** + +| Tool | Commit | Path | +|------|--------|------| +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 8c5f64cc2f0e75399a1e906e39713ed25b65ece1 | /home/vscode/.oh-my-zsh | + +**Pip / pipx installed tools and packages** + +| Tool / package | Version | +|----------------|---------| +| joblib | 1.3.1 | +| cookiecutter | 2.2.3 | +| cryptography | 42.0.4 | +| mistune | 3.0.1 | +| numpy | 1.25.2 | +| certifi | 2024.2.2 | +| setuptools | 68.2.2 | +| future | 0.18.3 | +| wheel | 0.41.2 | +| nbconvert | 7.7.3 | +| Werkzeug | 3.0.3 | +| requests | 2.31.0 | +| tornado | 6.3.3 | +| transformers | 4.36.0 | +| jupyter_server | 2.7.2 | + +**Other tools and utilities** + +| Tool | Version | Path | +|------|---------|------| +| [git](https://github.com/git/git) | 2.45.0 | +| [conda](https://github.com/conda/conda) | 24.5.0 | /opt/conda | + +**Additional linux tools and packages** + +| Tool / library | Version | +|----------------|---------| +| apt-transport-https | 2.2.4 | +| apt-utils | 2.2.4 | +| ca-certificates | 20210119 | +| curl | 7.74.0-1.3+deb11u11 | +| dialog | 1.3-20201126-1 | +| git | 1:2.30.2-1+deb11u2 | +| gnupg2 | 2.2.27-2+deb11u2 | +| htop | 3.0.5-7 | +| iproute2 | 5.10.0-4 | +| jq | 1.6-2.1 | +| less | 551-2+deb11u2 | +| libc6 | 2.31-13+deb11u10 | +| libgssapi-krb5-2 | 1.18.3-6+deb11u4 | +| libicu67 | 67.1-7 | +| libkrb5-3 | 1.18.3-6+deb11u4 | +| liblttng-ust0 | 2.12.1-1 | +| libssl1.1 | 1.1.1w-0+deb11u1 | +| libstdc++6 | 10.2.1-6 | +| locales | 2.31-13+deb11u10 | +| lsb-release | 11.1.0 | +| lsof | 4.93.2+dfsg-1.1 | +| man-db | 2.9.4-2 | +| manpages | 5.10-1 | +| manpages-dev | 5.10-1 | +| nano | 5.4-2+deb11u2 | +| ncdu | 1.15.1-1 | +| net-tools | 1.60+git20181103.0eebece-1 | +| openssh-client | 1:8.4p1-5+deb11u3 | +| procps | 2:3.3.17-5 | +| psmisc | 23.4-2 | +| rsync | 3.2.3-4+deb11u1 | +| strace | 5.10-1 | +| sudo | 1.9.5p2-3+deb11u1 | +| unzip | 6.0-26+deb11u1 | +| vim-tiny | 2:8.2.2434-3+deb11u1 | +| wget | 1.21-1+deb11u1 | +| yarn | 1.22.19-1 | +| zip | 3.0-12 | +| zlib1g | 1:1.2.11.dfsg-2+deb11u2 | +| zsh | 5.8-6+deb11u1 | + diff --git a/src/universal/history/2.11.0.md b/src/universal/history/2.11.0.md new file mode 100644 index 000000000..5653793f7 --- /dev/null +++ b/src/universal/history/2.11.0.md @@ -0,0 +1,203 @@ +# [universal](https://github.com/devcontainers/images/tree/main/src/universal) +This document describes the base contents of the Universal image. Note that this image also includes detection logic to dynamically install additional language / runtime versions based on your repository's contents. Dynamically installed content can be found in sub-folders under `/opt`. + +**Image version:** 2.11.0 + +**Source release/branch:** [v0.3.38](https://github.com/devcontainers/images/tree/v0.3.38/src/universal) + +**Digest:** sha256:aade28418ac5c4d8bcf5afd9912ecc75dca083713646e98463656d53388f53bd + +**Tags:** +``` +mcr.microsoft.com/devcontainers/universal:2.11.0-focal +mcr.microsoft.com/devcontainers/universal:2.11.0-linux +mcr.microsoft.com/devcontainers/universal:2.11.0 +``` +> *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-`).* + +**Linux distribution:** Ubuntu 20.04.6 LTS (debian-like distro) + +**Architectures:** linux/amd64 + +**Available (non-root) user:** codespace + +### Contents +**Languages and runtimes** + +| Language / runtime | Version | Path | +|--------------------|---------|------| +| [Node.js](https://nodejs.org/en/) | 18.20.2
20.13.1 | /usr/local/share/nvm/versions/node/<version> | +| [Python](https://www.python.org/) | 3.10.13
3.9.18 | /usr/local/python/<version> | +| [Java](https://adoptopenjdk.net/) | 17.0.11
21.0.3 | /usr/local/sdkman/candidates/java/<version> | +| [.NET](https://dotnet.microsoft.com/) | 8.0.204 | /usr/share/dotnet/dotnet | +| [Ruby](https://www.ruby-lang.org/en/) | 3.1.5
3.2.4 | /usr/local/rvm/rubies/<version> | +| [PHP](https://xdebug.org/) | 8.2.13
8.3.0 | /usr/local/php/<version> | +| GCC | 9.4.0-1ubuntu1~20.04.2 | +| Clang | 10.0.0-4ubuntu1 | +| [Go](https://golang.org/dl) | 1.22.3 | /usr/local/go | +| [Jekyll](https://jekyllrb.com/) | 4.3.3 | +| [Jupyter Lab](https://jupyter.org/) | 4.2.0 | /home/codespace/.local/bin/jupyter-lab | + +**Tools installed using git** + +| Tool | Commit | Path | +|------|--------|------| +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | b1c5315a5fbc33624525e434ddbaec3bb30030e2 | /home/codespace/.oh-my-zsh | +| [nvm](https://github.com/nvm-sh/nvm.git) | bab86d5de571015b63fd8fc30b47bbe072a1290e | /usr/local/share/nvm | +| [nvs](https://github.com/jasongin/nvs) | fe734a2f57fea0065ce70260b441752e3f6c30ae | /usr/local/nvs | +| [rbenv](https://github.com/rbenv/rbenv.git) | c3ba994ec2daccf4d160aea7f55dd5cc6fc873ef | /usr/local/share/rbenv | +| [ruby-build](https://github.com/rbenv/ruby-build.git) | 263640c9fe1d44e6fc8f86fc56a67ee58e7b22f7 | /usr/local/share/ruby-build | + +**Pip / pipx installed tools and packages** + +| Tool / package | Version | +|----------------|---------| +| numpy | 1.26.4 | +| pandas | 2.2.2 | +| scipy | 1.13.0 | +| matplotlib | 3.8.4 | +| seaborn | 0.13.2 | +| scikit-learn | 1.4.2 | +| torch | 2.3.0+cpu | +| requests | 2.31.0 | +| plotly | 5.22.0 | +| jupyterlab_git | 0.50.0 | +| certifi | 2024.2.2 | +| setuptools | 68.2.2 | +| pylint | 3.2.0 | +| flake8 | 7.0.0 | +| autopep8 | 2.1.0 | +| black | 24.4.2 | +| yapf | 0.40.2 | +| mypy | 1.10.0 | +| pydocstyle | 6.3.0 | +| pycodestyle | 2.11.1 | +| bandit | 1.7.8 | +| virtualenv | 20.26.2 | +| pipx | 1.5.0 | + +**Go tools and modules** + +| Tool / module | Version | +|---------------|---------| +| golang.org/x/tools/gopls | 0.15.3 | +| honnef.co/go/tools | 0.4.6 | +| golang.org/x/lint | 0.0.0-20210508222113-6edffad5e616 | +| github.com/mgechev/revive | 1.3.7 | +| github.com/uudashr/gopkgs | latest | +| github.com/ramya-rao-a/go-outline | latest | +| github.com/go-delve/delve | 1.22.1 | +| github.com/golangci/golangci-lint | latest | + +**Ruby gems and tools** + +| Tool / gem | Version | +|------------|---------| +| rake | 13.2.1 | +| jekyll | 4.3.3 | + +**Other tools and utilities** + +| Tool | Version | Path | +|------|---------|------| +| [git](https://github.com/git/git) | 2.45.1 | +| [Xdebug](https://xdebug.org/) | 3.3.2 | /usr/local/php/current | +| [Composer](https://getcomposer.org/) | 2.7.6 | /usr/local/php/current/bin | +| [kubectl](https://github.com/kubernetes/kubectl) | v1.30.0 | /usr/local/bin | +| [Helm](https://github.com/helm/helm) | 3.14.4 | /usr/local/bin | +| [Docker Compose](https://github.com/docker/compose) | 2.27.0 | /usr/local/bin | +| [rvm](https://github.com/rvm/rvm) | 1.29.12 | /usr/local/rvm | +| [GitHub CLI](https://github.com/cli/cli) | 2.49.2 | +| [yarn](https://yarnpkg.com/) | 1.22.19 | /usr/bin | +| [Maven](https://maven.apache.org/) | 3.9.6 | /usr/local/sdkman/candidates/maven/current/bin | +| [Gradle](https://gradle.org/) | 8.7 | /usr/local/sdkman/candidates/gradle/current/bin | +| Docker (Moby) CLI & Engine | 26.1.2 | +| [conda](https://github.com/conda/conda) | 24.5.0 | /opt/conda/bin | + +**Additional linux tools and packages** + +| Tool / library | Version | +|----------------|---------| +| apt-transport-https | 2.0.10 | +| apt-utils | 2.0.10 | +| build-essential | 12.8ubuntu1.1 | +| ca-certificates | 20230311ubuntu0.20.04.1 | +| clang | 1:10.0-50~exp1 | +| cmake | 3.16.3-1ubuntu1.20.04.1 | +| cppcheck | 1.90-4build1 | +| curl | 7.68.0-1ubuntu2.22 | +| dialog | 1.3-20190808-1 | +| g++ | 4:9.3.0-1ubuntu2 | +| gcc | 4:9.3.0-1ubuntu2 | +| gdb | 9.2-0ubuntu1~20.04.1 | +| git | 1:2.25.1-1ubuntu3.11 | +| git-lfs (Git Large File Support) | 3.5.1 | +| gnupg2 | 2.2.19-3ubuntu2.2 | +| htop | 2.2.0-2build1 | +| iproute2 | 5.5.0-1ubuntu1 | +| iptables | 1.8.4-3ubuntu2.1 | +| jq | 1.6-1ubuntu0.20.04.1 | +| less | 551-1ubuntu0.3 | +| libatk-bridge2.0-0 | 2.34.2-0ubuntu2~20.04.1 | +| libatk1.0-0 | 2.35.1-1ubuntu2 | +| libc6 | 2.31-0ubuntu9.15 | +| libc6-dev | 2.31-0ubuntu9.15 | +| libcups2 | 2.3.1-9ubuntu1.6 | +| libgbm1 | 21.2.6-0ubuntu0.1~20.04.2 | +| libgcc1 | 1:10.5.0-1ubuntu1~20.04 | +| libgssapi-krb5-2 | 1.17-6ubuntu4.4 | +| libgtk-3-0 | 3.24.20-0ubuntu1.1 | +| libicu66 | 66.1-2ubuntu2.1 | +| libkrb5-3 | 1.17-6ubuntu4.4 | +| liblttng-ust0 | 2.11.0-1 | +| libnspr4 | 2:4.35-0ubuntu0.20.04.1 | +| libnss3 | 2:3.98-0ubuntu0.20.04.2 | +| libpango-1.0-0 | 1.44.7-2ubuntu4 | +| libpangocairo-1.0-0 | 1.44.7-2ubuntu4 | +| libsecret-1-dev | 0.20.4-0ubuntu1 | +| libssl1.1 | 1.1.1f-1ubuntu2.22 | +| libstdc++6 | 10.5.0-1ubuntu1~20.04 | +| libx11-6 | 2:1.6.9-2ubuntu1.6 | +| libx11-xcb1 | 2:1.6.9-2ubuntu1.6 | +| libxcomposite1 | 1:0.4.5-1 | +| libxdamage1 | 1:1.1.5-2 | +| libxfixes3 | 1:5.0.3-2 | +| lldb | 1:10.0-50~exp1 | +| llvm | 1:10.0-50~exp1 | +| locales | 2.31-0ubuntu9.15 | +| lsb-release | 11.1.0ubuntu2 | +| lsof | 4.93.2+dfsg-1ubuntu0.20.04.1 | +| make | 4.2.1-1.2 | +| man-db | 2.9.1-1 | +| manpages | 5.05-1 | +| manpages-dev | 5.05-1 | +| moby-cli (Docker CLI) | 26.1.2-ubuntu20.04u1 | +| moby-engine (Docker Engine) | 26.1.2-ubuntu20.04u1 | +| nano | 4.8-1ubuntu1 | +| ncdu | 1.14.1-1 | +| net-tools | 1.60+git20180626.aebd88e-1ubuntu1 | +| openssh-client | 1:8.2p1-4ubuntu0.11 | +| openssh-server | 1:8.2p1-4ubuntu0.11 | +| pigz | 2.4-1 | +| pkg-config | 0.29.1-0ubuntu4 | +| procps | 2:3.3.16-1ubuntu2.4 | +| psmisc | 23.3-1 | +| python3-dev | 3.8.2-0ubuntu2 | +| python3-minimal | 3.8.2-0ubuntu2 | +| rsync | 3.1.3-8ubuntu0.7 | +| sed | 4.7-1 | +| software-properties-common | 0.99.9.12 | +| strace | 5.5-3ubuntu1 | +| sudo | 1.8.31-1ubuntu1.5 | +| tar | 1.30+dfsg-7ubuntu0.20.04.4 | +| unzip | 6.0-25ubuntu1.2 | +| valgrind | 1:3.15.0-1ubuntu9.1 | +| vim | 2:8.1.2269-1ubuntu5.22 | +| vim-doc | 2:8.1.2269-1ubuntu5.22 | +| vim-tiny | 2:8.1.2269-1ubuntu5.22 | +| wget | 1.20.3-1ubuntu2 | +| xtail | 2.1-6 | +| zip | 3.0-11build1 | +| zlib1g | 1:1.2.11.dfsg-2ubuntu1.5 | +| zsh | 5.8-3ubuntu1.1 | +