Project

General

Profile

Actions

Bug #11002

closed

Fix PR build failure in jenkins

Added by Pramila Niroshan about 1 month ago. Updated 14 days ago.

Status:
Closed
Priority:
None
Start date:
04/05/2024
Due date:
% Done:

100%

Estimated time:
Device Type:
Component:
Type:

Description

Need to update jenkins file that running old docker image

Actions #1

Updated by Pramila Niroshan about 1 month ago

  • Status changed from New to QA
  • % Done changed from 0 to 100
Actions #3

Updated by Pramila Niroshan 14 days ago

  • Status changed from QA to Closed

FROM node:21-alpine3.18

RUN apk update && apk add --no-cache wget jq

  1. Install Java
    RUN wget -O /tmp/jdk.tar.gz https://storage.googleapis.com/cdn-entgra/jdk-8u311-linux-x64.tar.gz && \
    tar -xf /tmp/jdk.tar.gz -C /opt && \
    rm /tmp/jdk.tar.gz
  1. Set Java environment variables
    ENV JAVA_HOME=/opt/jdk1.8.0_311
    ENV PATH="$JAVA_HOME/bin:${PATH}"
Actions

Also available in: Atom PDF