Skip to content

Commit 954e136

Browse files
Update: docker-build-ta location and nginx, node images
1 parent 633074a commit 954e136

5 files changed

Lines changed: 14 additions & 13203 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ integration-tests/screenshots
77
yarn-error.log
88
.DS_Store
99
*.pem
10-
integration-tests/cypress-a11y-report.json
10+
integration-tests/cypress-a11y-report.json
11+
.yarn/

.konflux/dockerfiles/console-plugin.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BUILDER=registry.redhat.io/ubi8/nodejs-18@sha256:1a109c7d4a268e897a22b87f505eef326864f5ff74d4e2b7f0706605c9c5aba5
2-
ARG RUNTIME=registry.redhat.io/ubi8/nginx-124@sha256:b02afddd2dd7d754bda1226fe3141f4b934f1e2fab3a1ed1ddc9bd476a8ee3e6
1+
ARG BUILDER=registry.redhat.io/ubi8/nodejs-20@sha256:2a71011f69e5cfc26c55d99e07d0b7ca7da25879338fdae7045cdb2ad19711da
2+
ARG RUNTIME=registry.redhat.io/ubi8/nginx-124@sha256:0c48ade8db59c4cf3be128bace64b23e132b587b2c3a7f53ad11380f14ad3b9b
33

44
FROM $BUILDER AS builder-ui
55

@@ -14,12 +14,12 @@ RUN if [[ -d /cachi2/output/deps/npm/ ]]; then \
1414
exit 1; \
1515
fi
1616

17-
1817
# Install dependencies & build
1918
USER root
2019
RUN CYPRESS_INSTALL_BINARY=0 yarn install --immutable && \
2120
yarn build
2221

22+
2323
FROM $RUNTIME
2424
ARG VERSION=console-plugin-1.16.4
2525

0 commit comments

Comments
 (0)