Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated update for image history [skip ci] #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
46 changes: 43 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Git": {
"Name": "Oh My Zsh!",
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
"commitHash": "872b5cd4086a5547dbf788dda4e96ab3868cf59b"
"commitHash": "f11cc8fea190eb9a1638dc67877436d0b8475ff5"
}
}
},
Expand All @@ -16,7 +16,7 @@
"Git": {
"Name": "nvm",
"repositoryUrl": "https://github.com/nvm-sh/nvm.git",
"commitHash": "bab86d5de571015b63fd8fc30b47bbe072a1290e"
"commitHash": "179d45050be0a71fd57591b0ed8aedf9b177ba10"
}
}
},
Expand All @@ -25,7 +25,7 @@
"Type": "other",
"Other": {
"Name": "git",
"Version": "2.39.2",
"Version": "2.39.5",
"DownloadUrl": "https://github.com/git/git"
}
}
Expand All @@ -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
Expand Down
111 changes: 39 additions & 72 deletions src/node/history/dev.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,28 @@
# [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)
- [lts](#variant-lts)

## 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

Expand All @@ -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**

Expand All @@ -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 |
Expand All @@ -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

Expand All @@ -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**

Expand All @@ -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 |
Expand All @@ -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 |

35 changes: 13 additions & 22 deletions src/vue/history/dev.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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**

Expand All @@ -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 |
Expand Down