Skip to content

Commit

Permalink
chore: Update Node version in Dockerfile for OpenShift tests (#2733)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Aug 29, 2023
1 parent 87bb07f commit e02d193
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

# Dockerfile to bootstrap build and test in openshift-ci

FROM registry.ci.openshift.org/openshift/release:golang-1.18
FROM registry.access.redhat.com/ubi8/nodejs-18
RUN npm install --global yarn

RUN curl -sL https://rpm.nodesource.com/setup_18.x | bash - && \
yum-config-manager --add-repo https://dl.yarnpkg.com/rpm/yarn.repo && \
yum install -y yarn

0 comments on commit e02d193

Please sign in to comment.