From 5206461e3cc72db0e983072598f5fb14aaa9b3a8 Mon Sep 17 00:00:00 2001 From: Hailemichael Atrsaw Date: Thu, 26 Mar 2026 15:44:24 +0300 Subject: [PATCH] feat: add 20-bullseye-slim version to Node.js container image and update versions configuration --- containers/node/README.md | 11 ++++++----- containers/node/versions.yaml | 5 +++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/containers/node/README.md b/containers/node/README.md index 837433d..ad63049 100644 --- a/containers/node/README.md +++ b/containers/node/README.md @@ -6,11 +6,12 @@ Aliased container image for Node.js. -| Tag | Base Version | -| ------------- | ------------ | -| `22-alpine` | 22-alpine | -| `22-slim` | 22-slim | -| `22-bullseye` | 22-bullseye | +| Tag | Base Version | +| ------------------ | ----------------- | +| `22-alpine` | 22-alpine | +| `22-slim` | 22-slim | +| `22-bullseye` | 22-bullseye | +| `20-bullseye-slim` | 20-bullseye-slim | diff --git a/containers/node/versions.yaml b/containers/node/versions.yaml index d43bbaa..61e388e 100644 --- a/containers/node/versions.yaml +++ b/containers/node/versions.yaml @@ -4,6 +4,7 @@ versions: - base_version: "22-alpine" - base_version: "22-slim" - base_version: "22-bullseye" + - base_version: "20-bullseye-slim" watch: - pattern: ^(\d+)-alpine$ source: docker.io/library/node @@ -17,3 +18,7 @@ watch: source: docker.io/library/node target: base_version type: docker + - pattern: ^(\d+)-bullseye-slim$ + source: docker.io/library/node + target: base_version + type: docker