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 Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build arguments
ARG SOURCE_CODE=.

FROM registry.access.redhat.com/ubi8/nodejs-20@sha256:d0f071712105f80a11ba716958a0559692a8de9024ada54d26d48e382ca0871e as builder
FROM registry.access.redhat.com/ubi8/nodejs-20@sha256:bab5631d482af9050ef7a3b7caa006c6e6281154eb26adf91cdbc503321619f4 as builder


## Build args to be used at this step
Expand Down Expand Up @@ -29,7 +29,7 @@

RUN npm run build

FROM registry.access.redhat.com/ubi8/nodejs-20@sha256:d0f071712105f80a11ba716958a0559692a8de9024ada54d26d48e382ca0871e as runtime
FROM registry.access.redhat.com/ubi8/nodejs-20@sha256:bab5631d482af9050ef7a3b7caa006c6e6281154eb26adf91cdbc503321619f4 as runtime

Check warning on line 32 in Dockerfile.konflux

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Replace "as" with upper case format "AS".

See more on https://sonarcloud.io/project/issues?id=red-hat-data-services_odh-dashboard&issues=AZ0C3bVekyaZ0eDr0Zcm&open=AZ0C3bVekyaZ0eDr0Zcm&pullRequest=1535

WORKDIR /usr/src/app

Expand Down