We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffcf09 commit 411644aCopy full SHA for 411644a
.konflux/dockerfiles/console-plugin.Dockerfile
@@ -7,9 +7,9 @@ WORKDIR /go/src/github.com/openshift-pipelines/console-plugin
7
COPY . .
8
RUN npm install -g yarn-1.22.22.tgz
9
RUN set -e; for f in patches/*.patch; do echo ${f}; [[ -f ${f} ]] || continue; git apply ${f}; done
10
-COPY .konflux/yarn.lock .
+USER root
11
RUN yarn install --offline --frozen-lockfile --ignore-scripts && \
12
- yarn build
+ NODE_OPTIONS=--enable-fips yarn build
13
14
FROM $RUNTIME
15
ARG VERSION=console-plugin-main
0 commit comments