Skip to content

Commit

Permalink
chore: Revert Dockerfile for OpenShift CI
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Aug 30, 2023
1 parent 0ce37a1 commit 7d0f597
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@

# Dockerfile to bootstrap build and test in openshift-ci

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


FROM registry.ci.openshift.org/openshift/release:golang-1.18

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

0 comments on commit 7d0f597

Please sign in to comment.