Skip to content

Commit

Permalink
Install node 18 for OpenShift tests (#2734)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Aug 29, 2023
1 parent e02d193 commit 0ce37a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

# Dockerfile to bootstrap build and test in openshift-ci

FROM registry.access.redhat.com/ubi8/nodejs-18
RUN npm install --global yarn
FROM quay.io/eclipse/che-node:18.17

ENV PATH=$PATH:/usr/local/go/bin
RUN wget https://golang.org/dl/go1.18.9.linux-amd64.tar.gz && \
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.9.linux-amd64.tar.gz



0 comments on commit 0ce37a1

Please sign in to comment.