Skip to content
Merged
Show file tree
Hide file tree
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 .rhdh/docker/Dockerfile
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-22
FROM registry.access.redhat.com/ubi9/nodejs-22:9.8-1781730274@sha256:2e15adce9fe27151461c3e131a05a93deceee458c75c0b6e83ab3050bf669087 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-22:9.8-1782348626@sha256:14442a9631a29167d78902018a1485aed8a5fa0f47c2394aad73b583a478a315 AS skeleton

Check warning on line 18 in .rhdh/docker/Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use either the version tag or the digest for the image instead of both.

See more on https://sonarcloud.io/project/issues?id=redhat-developer_rhdh&issues=AZ7_hs-X_9qMPqdaAbyV&open=AZ7_hs-X_9qMPqdaAbyV&pullRequest=5016
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -243,7 +243,7 @@

# Stage 5 - Build the runner image
# https://registry.access.redhat.com/ubi9/nodejs-22-minimal
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.8-1781566494@sha256:1d4e4dafffb3b6c969bf585d21ca5316dd2906bedbbfeab6f90ce95c8f54e266 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.8-1782235223@sha256:6e24a0c4235762dff3b749f38793a589d4ccb5a53e726b9d4911f0a6cd5b4a64 AS runner

Check warning on line 246 in .rhdh/docker/Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use either the version tag or the digest for the image instead of both.

See more on https://sonarcloud.io/project/issues?id=redhat-developer_rhdh&issues=AZ7_hs-X_9qMPqdaAbyW&open=AZ7_hs-X_9qMPqdaAbyW&pullRequest=5016
USER 0

ENV EXTERNAL_SOURCE_NESTED=.
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
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-22
FROM registry.access.redhat.com/ubi9/nodejs-22:9.8-1781730274@sha256:2e15adce9fe27151461c3e131a05a93deceee458c75c0b6e83ab3050bf669087 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-22:9.8-1782348626@sha256:14442a9631a29167d78902018a1485aed8a5fa0f47c2394aad73b583a478a315 AS skeleton

Check warning on line 18 in docker/Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use either the version tag or the digest for the image instead of both.

See more on https://sonarcloud.io/project/issues?id=redhat-developer_rhdh&issues=AZ7_hs-z_9qMPqdaAbyX&open=AZ7_hs-z_9qMPqdaAbyX&pullRequest=5016
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -215,7 +215,7 @@

# Stage 5 - Build the runner image
# https://registry.access.redhat.com/ubi9/nodejs-22-minimal
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.8-1781566494@sha256:1d4e4dafffb3b6c969bf585d21ca5316dd2906bedbbfeab6f90ce95c8f54e266 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.8-1782235223@sha256:6e24a0c4235762dff3b749f38793a589d4ccb5a53e726b9d4911f0a6cd5b4a64 AS runner

Check warning on line 218 in docker/Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use either the version tag or the digest for the image instead of both.

See more on https://sonarcloud.io/project/issues?id=redhat-developer_rhdh&issues=AZ7_hs-z_9qMPqdaAbyY&open=AZ7_hs-z_9qMPqdaAbyY&pullRequest=5016
USER 0

ENV EXTERNAL_SOURCE_NESTED=.
Expand Down
Loading