Skip to content

Commit 411644a

Browse files
committed
chore: enable fips, use root, remove .konflux/yarn.lock
1 parent 6ffcf09 commit 411644a

File tree

2 files changed

+2
-13660
lines changed

2 files changed

+2
-13660
lines changed

.konflux/dockerfiles/console-plugin.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ WORKDIR /go/src/github.com/openshift-pipelines/console-plugin
77
COPY . .
88
RUN npm install -g yarn-1.22.22.tgz
99
RUN set -e; for f in patches/*.patch; do echo ${f}; [[ -f ${f} ]] || continue; git apply ${f}; done
10-
COPY .konflux/yarn.lock .
10+
USER root
1111
RUN yarn install --offline --frozen-lockfile --ignore-scripts && \
12-
yarn build
12+
NODE_OPTIONS=--enable-fips yarn build
1313

1414
FROM $RUNTIME
1515
ARG VERSION=console-plugin-main

0 commit comments

Comments
 (0)