Skip to content
Merged
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-1781731595@sha256:09ec365eac116f996dd07507784d06f648401c949eb48c40fe2d961341edd3fb AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-24:9.8-1782349068@sha256:0239b92593b8ebda6a2fe31f1aa4237bfdb3e769ddbd3674df25e93eb9bce322 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-1781562052@sha256:1a1d2c37fd5d2962c70f9d5e5a743e099844140db7405d683522bc200b29e575 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.8-1782220709@sha256:b4421e877c585bbb2b7d3f18319fbea255eaef2a642044e448f36ca85599b4e8 AS runner
USER 0

ENV EXTERNAL_SOURCE_NESTED=.
Expand Down
Loading