diff --git a/Makefile b/Makefile index 2ac1c3e2a..134c02902 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CI_FOLDER = images PIPE_IMAGE ?= quay.io/ztpfw/pipeline -UI_IMAGE = quay.io/ztpfw/ui +UI_IMAGE ?= quay.io/ztpfw/ui BRANCH ?= $(shell git branch --show-current | tr '[:upper:]' '[:lower:]' | tr '\/' '-') HASH := $(shell git rev-parse HEAD) RELEASE ?= latest diff --git a/images/Containerfile.UI b/images/Containerfile.UI index a4059c2d8..312ed3191 100644 --- a/images/Containerfile.UI +++ b/images/Containerfile.UI @@ -1,5 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-16:latest as builder USER root +RUN npm install -g corepack RUN corepack enable yarn WORKDIR /app diff --git a/ui/frontend/src/components/DownloadSshKeyPage/__snapshots__/DownloadSshKeyPage.test.tsx.snap b/ui/frontend/src/components/DownloadSshKeyPage/__snapshots__/DownloadSshKeyPage.test.tsx.snap index 3fe20692b..7663c6ad3 100644 --- a/ui/frontend/src/components/DownloadSshKeyPage/__snapshots__/DownloadSshKeyPage.test.tsx.snap +++ b/ui/frontend/src/components/DownloadSshKeyPage/__snapshots__/DownloadSshKeyPage.test.tsx.snap @@ -404,6 +404,11 @@ exports[`DownloadSshKeyPage can render 1`] = ` Danger alert: Incorrect SSH key secret + +