Skip to content

Commit bcc75d8

Browse files
Merge pull request #13 from GitGuardian/gcousin/-/add-node-v24-images
feat(node): add v24 images
2 parents 93d4ce7 + ab20f63 commit bcc75d8

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
strategy:
3131
matrix:
32-
version: [latest, "22.15", "20.19"]
32+
version: [latest, "24.11", "22.15", "20.19"]
3333
variant: [prod, shell, dev]
3434
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || matrix.variant == 'dev' && '-dev' || '' }}
3535
uses: './.github/workflows/release.yaml'

images/node/24.11/dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
include: images/node/dev.yaml
2+
3+
contents:
4+
packages:
5+
- nodejs~24.11
6+
- npm~11

images/node/24.11/prod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include: images/node/prod.yaml
2+
3+
contents:
4+
packages:
5+
- nodejs~24.11

images/node/24.11/shell.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include: images/node/shell.yaml
2+
3+
contents:
4+
packages:
5+
- nodejs~24.11

images/node/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ Minimal Node image based on Wolfi.
44

55
## Versions
66

7-
| 📌 Version | ⬇️ Pull URL |
7+
| 📌 Version | ⬇️ Pull URL |
88
| ------------ | ------------------------------------------- |
99
| latest | ghcr.io/gitguardian/wolfi/node:latest |
1010
| latest-shell | ghcr.io/gitguardian/wolfi/node:latest-shell |
1111
| latest-dev | ghcr.io/gitguardian/wolfi/node:latest-dev |
12+
| 24.11 | ghcr.io/gitguardian/wolfi/node:24.11 |
13+
| 24.11-shell | ghcr.io/gitguardian/wolfi/node:24.11-shell |
14+
| 24.11-dev | ghcr.io/gitguardian/wolfi/node:24.11-dev |
1215
| 22.15 | ghcr.io/gitguardian/wolfi/node:22.15 |
1316
| 22.15-shell | ghcr.io/gitguardian/wolfi/node:22.15-shell |
1417
| 22.15-dev | ghcr.io/gitguardian/wolfi/node:22.15-dev |

0 commit comments

Comments
 (0)