From f97bec788b480f377ffcbfd20d4390a9fcbf3dc0 Mon Sep 17 00:00:00 2001 From: rhdh-bot service account Date: Mon, 29 Jun 2026 15:54:42 +0000 Subject: [PATCH 1/2] chore: update main to ubi9/nodejs-24:9.8-1782722303 from ubi9/nodejs-24:9.8-1782349068 [skip-build] [skip-e2e] Signed-off-by: rhdh-bot service account --- build/containerfiles/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/containerfiles/Containerfile b/build/containerfiles/Containerfile index 9023e3da7c..dbf89153c5 100644 --- a/build/containerfiles/Containerfile +++ b/build/containerfiles/Containerfile @@ -15,7 +15,7 @@ # Stage 1 - Build nodejs skeleton # https://registry.access.redhat.com/ubi9/nodejs-24 -FROM registry.access.redhat.com/ubi9/nodejs-24:9.8-1782349068@sha256:0239b92593b8ebda6a2fe31f1aa4237bfdb3e769ddbd3674df25e93eb9bce322 AS skeleton +FROM registry.access.redhat.com/ubi9/nodejs-24:9.8-1782722303@sha256:2d7ea506c6df0fbfeab3c2397f4684cdaf15d97dc1eea47e4700797e3936095d AS skeleton # hadolint ignore=DL3002 USER 0 From 249a71cdb0c524b9e7a1053198557de3800d29e1 Mon Sep 17 00:00:00 2001 From: rhdh-bot service account Date: Mon, 29 Jun 2026 15:54:55 +0000 Subject: [PATCH 2/2] chore: update main to ubi9/nodejs-24-minimal:9.8-1782737100 from ubi9/nodejs-24-minimal:9.8-1782220709 [skip-build] [skip-e2e] Signed-off-by: rhdh-bot service account --- build/containerfiles/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/containerfiles/Containerfile b/build/containerfiles/Containerfile index dbf89153c5..0c9fe05677 100644 --- a/build/containerfiles/Containerfile +++ b/build/containerfiles/Containerfile @@ -241,7 +241,7 @@ RUN dnf install -y python3.11 python3.11-pip python3.11-devel 1>/dev/null 2>&1 & # Stage 5 - Build the runner image # https://registry.access.redhat.com/ubi9/nodejs-24-minimal -FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.8-1782220709@sha256:b4421e877c585bbb2b7d3f18319fbea255eaef2a642044e448f36ca85599b4e8 AS runner +FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.8-1782737100@sha256:404fd4946552a658c03b4123ed33c0d80312a229e672f28f9b9a32d5884a12c2 AS runner USER 0 ENV EXTERNAL_SOURCE_NESTED=.