From 6e8702da3d70ac4733cd81e555efbeb174afb131 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 23 Sep 2024 14:11:58 +0000 Subject: [PATCH] Automated update for image history [skip ci] --- cgmanifest.json | 46 +++++++++++++++-- src/node/history/dev.md | 111 ++++++++++++++-------------------------- src/vue/history/dev.md | 35 +++++-------- 3 files changed, 95 insertions(+), 97 deletions(-) diff --git a/cgmanifest.json b/cgmanifest.json index b939ca67d..56fb6d47e 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -6,7 +6,7 @@ "Git": { "Name": "Oh My Zsh!", "repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh", - "commitHash": "872b5cd4086a5547dbf788dda4e96ab3868cf59b" + "commitHash": "f11cc8fea190eb9a1638dc67877436d0b8475ff5" } } }, @@ -16,7 +16,7 @@ "Git": { "Name": "nvm", "repositoryUrl": "https://github.com/nvm-sh/nvm.git", - "commitHash": "bab86d5de571015b63fd8fc30b47bbe072a1290e" + "commitHash": "179d45050be0a71fd57591b0ed8aedf9b177ba10" } } }, @@ -25,7 +25,7 @@ "Type": "other", "Other": { "Name": "git", - "Version": "2.39.2", + "Version": "2.39.5", "DownloadUrl": "https://github.com/git/git" } } @@ -49,6 +49,46 @@ "DownloadUrl": "https://hub.docker.com/_/node" } } + }, + { + "Component": { + "Type": "git", + "Git": { + "Name": "Oh My Zsh!", + "repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh", + "commitHash": "40ff950fcd081078a8cd3de0eaab784f85c681d5" + } + } + }, + { + "Component": { + "Type": "git", + "Git": { + "Name": "nvm", + "repositoryUrl": "https://github.com/nvm-sh/nvm.git", + "commitHash": "bab86d5de571015b63fd8fc30b47bbe072a1290e" + } + } + }, + { + "Component": { + "Type": "other", + "Other": { + "Name": "git", + "Version": "2.39.2", + "DownloadUrl": "https://github.com/git/git" + } + } + }, + { + "Component": { + "Type": "other", + "Other": { + "Name": "Docker Image: node", + "Version": "current-bookworm", + "DownloadUrl": "https://hub.docker.com/_/node" + } + } } ], "Version": 1 diff --git a/src/node/history/dev.md b/src/node/history/dev.md index 4d9fed1ca..c31b7d6b0 100644 --- a/src/node/history/dev.md +++ b/src/node/history/dev.md @@ -1,8 +1,8 @@ -# [base-node](https://github.com/dbarjs/devcontainer-images/tree/main/src/base-node) +# [node](https://github.com/dbarjs/devcontainer-images/tree/main/src/node) **Image version:** dev -**Source release/branch:** [main](https://github.com/dbarjs/devcontainer-images/tree/main/src/base-node) +**Source release/branch:** [main](https://github.com/dbarjs/devcontainer-images/tree/main/src/node) **Image variations:** - [current](#variant-current) @@ -10,29 +10,19 @@ ## Variant: current -**Digest:** N/A +**Digest:** sha256:05cfadc6c3aab4281ad8dfb29f2e02fd6c87e5079efceada30c8ef1d15a0b223 **Tags:** ``` -docker.io/dbarjs/base-node-devcontainer:dev-current -docker.io/dbarjs/base-node-devcontainer:21 -docker.io/dbarjs/base-node-devcontainer:21-bookworm -docker.io/dbarjs/base-node-devcontainer:bookworm -docker.io/dbarjs/base-node-devcontainer:current-bookworm -docker.io/dbarjs/base-node-devcontainer:latest -docker.io/dbarjs/base-node-devcontainer:dev -docker.io/dbarjs/base-node-devcontainer:dev-bookworm -docker.io/dbarjs/base-node-devcontainer:dev-21 -docker.io/dbarjs/base-node-devcontainer:dev-21-bookworm -docker.io/dbarjs/base-node-devcontainer:dev-bookworm -docker.io/dbarjs/base-node-devcontainer:dev-current-bookworm -docker.io/dbarjs/base-node-devcontainer:dev-latest +docker.io/dbarjs/node-devcontainer:dev-current +docker.io/dbarjs/node-devcontainer:dev-current +docker.io/dbarjs/node-devcontainer:dev ``` > *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 12 (bookworm) -**Architectures:** linux/amd64, linux/arm64 +**Architectures:** linux/amd64 **Available (non-root) user:** node @@ -41,26 +31,20 @@ docker.io/dbarjs/base-node-devcontainer:dev-latest | Language / runtime | Version | Path | |--------------------|---------|------| -| [Node.js](https://nodejs.org/en/) | 21.6.0 | /usr/local | +| [Node.js](https://nodejs.org/en/) | 22.9.0 | /usr/local | **Tools installed using git** | Tool | Commit | Path | |------|--------|------| -| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | f7b647e1b13ed9cd2f34f3559c112e61b8c03108 | /home/node/.oh-my-zsh | -| [nvm](https://github.com/nvm-sh/nvm.git) | bab86d5de571015b63fd8fc30b47bbe072a1290e | /usr/local/share/nvm | - -**Npm globally installed tools and packages** - -| Tool / package | Version | -|----------------|---------| -| eslint | 8.56.0 | +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | f11cc8fea190eb9a1638dc67877436d0b8475ff5 | /home/node/.oh-my-zsh | +| [nvm](https://github.com/nvm-sh/nvm.git) | 179d45050be0a71fd57591b0ed8aedf9b177ba10 | /usr/local/share/nvm | **Other tools and utilities** | Tool | Version | Path | |------|---------|------| -| [git](https://github.com/git/git) | 2.43.0 | +| [git](https://github.com/git/git) | 2.39.5 | **Additional linux tools and packages** @@ -69,30 +53,30 @@ docker.io/dbarjs/base-node-devcontainer:dev-latest | apt-transport-https | 2.6.1 | | apt-utils | 2.6.1 | | ca-certificates | 20230311 | -| curl | 7.88.1-10+deb12u5 | +| curl | 7.88.1-10+deb12u7 | | dialog | 1.3-20230209-1 | -| git | 1:2.39.2-1.1 | +| git | 1:2.39.5-0+deb12u1 | | gnupg2 | 2.2.40-1.1 | | htop | 3.2.2-2 | | iproute2 | 6.1.0-3 | | jq | 1.6-2.1 | -| less | 590-2 | -| libc6 | 2.36-9+deb12u3 | -| libgssapi-krb5-2 | 1.20.1-2+deb12u1 | +| less | 590-2.1~deb12u2 | +| libc6 | 2.36-9+deb12u8 | +| libgssapi-krb5-2 | 1.20.1-2+deb12u2 | | libicu72 | 72.1-3 | -| libkrb5-3 | 1.20.1-2+deb12u1 | +| libkrb5-3 | 1.20.1-2+deb12u2 | | liblttng-ust1 | 2.13.5-1 | | libstdc++6 | 12.2.0-14 | -| locales | 2.36-9+deb12u3 | +| locales | 2.36-9+deb12u8 | | lsb-release | 12.0-1 | | lsof | 4.95.0-1 | | man-db | 2.11.2-2 | | manpages | 6.03-2 | | manpages-dev | 6.03-2 | -| nano | 7.2-1 | +| nano | 7.2-1+deb12u1 | | ncdu | 1.18-0.2 | | net-tools | 2.10-0.1 | -| openssh-client | 1:9.2p1-2+deb12u2 | +| openssh-client | 1:9.2p1-2+deb12u3 | | procps | 2:4.0.2-3 | | psmisc | 23.6-1 | | rsync | 3.2.7-1 | @@ -103,33 +87,22 @@ docker.io/dbarjs/base-node-devcontainer:dev-latest | wget | 1.21.3-1+b2 | | zip | 3.0-13 | | zlib1g | 1:1.2.13.dfsg-1 | -| zsh | 5.9-4+b2 | +| zsh | 5.9-4+b5 | ## Variant: lts -**Digest:** N/A +**Digest:** sha256:1c65961d80b1e0e2068264b4f254be5dddcc9a0125584d0110a6bd8b04aa837d **Tags:** ``` -docker.io/dbarjs/base-node-devcontainer:dev-lts -docker.io/dbarjs/base-node-devcontainer:20 -docker.io/dbarjs/base-node-devcontainer:20-bookworm -docker.io/dbarjs/base-node-devcontainer:iron -docker.io/dbarjs/base-node-devcontainer:iron-bookworm -docker.io/dbarjs/base-node-devcontainer:lts-iron -docker.io/dbarjs/base-node-devcontainer:lts-bookworm -docker.io/dbarjs/base-node-devcontainer:dev-20 -docker.io/dbarjs/base-node-devcontainer:dev-20-bookworm -docker.io/dbarjs/base-node-devcontainer:dev-iron -docker.io/dbarjs/base-node-devcontainer:dev-iron-bookworm -docker.io/dbarjs/base-node-devcontainer:dev-lts-iron -docker.io/dbarjs/base-node-devcontainer:dev-lts-bookworm +docker.io/dbarjs/node-devcontainer:dev-lts +docker.io/dbarjs/node-devcontainer:dev-lts ``` > *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 12 (bookworm) -**Architectures:** linux/amd64, linux/arm64 +**Architectures:** linux/amd64 **Available (non-root) user:** node @@ -138,26 +111,20 @@ docker.io/dbarjs/base-node-devcontainer:dev-lts-bookworm | Language / runtime | Version | Path | |--------------------|---------|------| -| [Node.js](https://nodejs.org/en/) | 20.11.0 | /usr/local | +| [Node.js](https://nodejs.org/en/) | 20.17.0 | /usr/local | **Tools installed using git** | Tool | Commit | Path | |------|--------|------| -| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | f7b647e1b13ed9cd2f34f3559c112e61b8c03108 | /home/node/.oh-my-zsh | -| [nvm](https://github.com/nvm-sh/nvm.git) | bab86d5de571015b63fd8fc30b47bbe072a1290e | /usr/local/share/nvm | - -**Npm globally installed tools and packages** - -| Tool / package | Version | -|----------------|---------| -| eslint | 8.56.0 | +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | f11cc8fea190eb9a1638dc67877436d0b8475ff5 | /home/node/.oh-my-zsh | +| [nvm](https://github.com/nvm-sh/nvm.git) | 179d45050be0a71fd57591b0ed8aedf9b177ba10 | /usr/local/share/nvm | **Other tools and utilities** | Tool | Version | Path | |------|---------|------| -| [git](https://github.com/git/git) | 2.43.0 | +| [git](https://github.com/git/git) | 2.39.5 | **Additional linux tools and packages** @@ -166,30 +133,30 @@ docker.io/dbarjs/base-node-devcontainer:dev-lts-bookworm | apt-transport-https | 2.6.1 | | apt-utils | 2.6.1 | | ca-certificates | 20230311 | -| curl | 7.88.1-10+deb12u5 | +| curl | 7.88.1-10+deb12u7 | | dialog | 1.3-20230209-1 | -| git | 1:2.39.2-1.1 | +| git | 1:2.39.5-0+deb12u1 | | gnupg2 | 2.2.40-1.1 | | htop | 3.2.2-2 | | iproute2 | 6.1.0-3 | | jq | 1.6-2.1 | -| less | 590-2 | -| libc6 | 2.36-9+deb12u3 | -| libgssapi-krb5-2 | 1.20.1-2+deb12u1 | +| less | 590-2.1~deb12u2 | +| libc6 | 2.36-9+deb12u8 | +| libgssapi-krb5-2 | 1.20.1-2+deb12u2 | | libicu72 | 72.1-3 | -| libkrb5-3 | 1.20.1-2+deb12u1 | +| libkrb5-3 | 1.20.1-2+deb12u2 | | liblttng-ust1 | 2.13.5-1 | | libstdc++6 | 12.2.0-14 | -| locales | 2.36-9+deb12u3 | +| locales | 2.36-9+deb12u8 | | lsb-release | 12.0-1 | | lsof | 4.95.0-1 | | man-db | 2.11.2-2 | | manpages | 6.03-2 | | manpages-dev | 6.03-2 | -| nano | 7.2-1 | +| nano | 7.2-1+deb12u1 | | ncdu | 1.18-0.2 | | net-tools | 2.10-0.1 | -| openssh-client | 1:9.2p1-2+deb12u2 | +| openssh-client | 1:9.2p1-2+deb12u3 | | procps | 2:4.0.2-3 | | psmisc | 23.6-1 | | rsync | 3.2.7-1 | @@ -200,5 +167,5 @@ docker.io/dbarjs/base-node-devcontainer:dev-lts-bookworm | wget | 1.21.3-1+b2 | | zip | 3.0-13 | | zlib1g | 1:1.2.13.dfsg-1 | -| zsh | 5.9-4+b2 | +| zsh | 5.9-4+b5 | diff --git a/src/vue/history/dev.md b/src/vue/history/dev.md index 30c0905e4..cf39745a1 100644 --- a/src/vue/history/dev.md +++ b/src/vue/history/dev.md @@ -1,26 +1,26 @@ -# [ts-node](https://github.com/dbarjs/devcontainer-images/tree/main/src/ts-node) +# [vue](https://github.com/dbarjs/devcontainer-images/tree/main/src/vue) **Image version:** dev -**Source release/branch:** [main](https://github.com/dbarjs/devcontainer-images/tree/main/src/ts-node) +**Source release/branch:** [main](https://github.com/dbarjs/devcontainer-images/tree/main/src/vue) **Image variations:** -- [lts](#variant-lts) +- [current](#variant-current) -## Variant: lts +## Variant: current -**Digest:** N/A +**Digest:** sha256:3a835429f3c1628f8f46a8f0eb26814d67fe6ff93d07a8d3f50082c50b5fccdf **Tags:** ``` -docker.io/dbarjs/ts-node-devcontainer:dev-lts -docker.io/dbarjs/ts-node-devcontainer:dev-lts +docker.io/dbarjs/vue-devcontainer:dev-current +docker.io/dbarjs/vue-devcontainer:dev ``` > *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 12 (bookworm) -**Architectures:** linux/amd64, linux/arm64 +**Architectures:** linux/amd64 **Available (non-root) user:** node @@ -29,29 +29,20 @@ docker.io/dbarjs/ts-node-devcontainer:dev-lts | Language / runtime | Version | Path | |--------------------|---------|------| -| [Node.js](https://nodejs.org/en/) | 20.11.0 | /usr/local | -| [TypeScript](https://www.typescriptlang.org/) | 5.3.3 | /usr/local/share/npm-global | +| [Node.js](https://nodejs.org/en/) | 21.6.2 | /usr/local | **Tools installed using git** | Tool | Commit | Path | |------|--------|------| -| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | f7b647e1b13ed9cd2f34f3559c112e61b8c03108 | /home/node/.oh-my-zsh | +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 40ff950fcd081078a8cd3de0eaab784f85c681d5 | /home/node/.oh-my-zsh | | [nvm](https://github.com/nvm-sh/nvm.git) | bab86d5de571015b63fd8fc30b47bbe072a1290e | /usr/local/share/nvm | -**Npm globally installed tools and packages** - -| Tool / package | Version | -|----------------|---------| -| eslint | 8.56.0 | -| tslint-to-eslint-config | 2.14.3 | -| typescript | 5.3.3 | - **Other tools and utilities** | Tool | Version | Path | |------|---------|------| -| [git](https://github.com/git/git) | 2.43.0 | +| [git](https://github.com/git/git) | 2.39.2 | **Additional linux tools and packages** @@ -68,13 +59,13 @@ docker.io/dbarjs/ts-node-devcontainer:dev-lts | iproute2 | 6.1.0-3 | | jq | 1.6-2.1 | | less | 590-2 | -| libc6 | 2.36-9+deb12u3 | +| libc6 | 2.36-9+deb12u4 | | libgssapi-krb5-2 | 1.20.1-2+deb12u1 | | libicu72 | 72.1-3 | | libkrb5-3 | 1.20.1-2+deb12u1 | | liblttng-ust1 | 2.13.5-1 | | libstdc++6 | 12.2.0-14 | -| locales | 2.36-9+deb12u3 | +| locales | 2.36-9+deb12u4 | | lsb-release | 12.0-1 | | lsof | 4.95.0-1 | | man-db | 2.11.2-2 |