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-1779468197@sha256:414de8199abf8c1cc8f16ea1b1a5e3da6d48ad8f824f23c4a80733cea06e05b4 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-22:1780452792@sha256:6a3eed5bfd580871fde7329421ce0b2ae533e28792f6db1accbd77602e271ad7 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=AZ6S9V_lC5Shn-UEESTt&open=AZ6S9V_lC5Shn-UEESTt&pullRequest=4917
# 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-1779692045@sha256:4dd3430723a76ea19ad9ad67b6610589256c5260c433029dd5820933ce198c9d AS runner
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:1779828950@sha256:75a2c4753c2475d715e31304ec1effef61770713e6e9fdafdcb80351dbdf3ba5 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=AZ6S9V_lC5Shn-UEESTu&open=AZ6S9V_lC5Shn-UEESTu&pullRequest=4917
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-1779468197@sha256:414de8199abf8c1cc8f16ea1b1a5e3da6d48ad8f824f23c4a80733cea06e05b4 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-22:1780452792@sha256:6a3eed5bfd580871fde7329421ce0b2ae533e28792f6db1accbd77602e271ad7 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=AZ6S9P0Ennu90Ajf1RQ_&open=AZ6S9P0Ennu90Ajf1RQ_&pullRequest=4917
# 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-1779692045@sha256:4dd3430723a76ea19ad9ad67b6610589256c5260c433029dd5820933ce198c9d AS runner
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:1779828950@sha256:75a2c4753c2475d715e31304ec1effef61770713e6e9fdafdcb80351dbdf3ba5 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=AZ6S9P0Ennu90Ajf1RRA&open=AZ6S9P0Ennu90Ajf1RRA&pullRequest=4917
USER 0

ENV EXTERNAL_SOURCE_NESTED=.
Expand Down
Loading