Skip to content
Open
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
4 changes: 2 additions & 2 deletions build/containerfiles/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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=.
Expand Down
Loading