Skip to content

Commit

Permalink
Rollback due to ENOTSUP error
Browse files Browse the repository at this point in the history
- https://jenkins.renci.org/job/helx-ui/37/console
- nodejs/node#36439

Upstream node fix due in next LTS release, but this is blocking builds. Rolling back to version 12 maintenance LTS https://nodejs.org/en/about/releases/
  • Loading branch information
Alexander Hagerman committed May 4, 2021
1 parent 2fb3997 commit 90a805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/jenkins/jenkins-master/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debia
curl -L https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -o /usr/local/bin/yq && \
chmod +x /usr/local/bin/yq

RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && \
RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get install -y nodejs

RUN mkdir ruby && \
Expand Down

0 comments on commit 90a805a

Please sign in to comment.