TP-61545 || Change version in litmus-proxy as well (#98)

* TP-61545 || Change artifact version in litmus docker file

* TP-61545 || Change artifact version in litmus proxy docker file
This commit is contained in:
Jaivardhan Singh
2024-03-26 03:17:48 +05:30
committed by GitHub
parent bb8f80ae76
commit 9686254ccb

View File

@@ -1,5 +1,5 @@
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/maven:3.8.3-openjdk-17-slim as builder FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/maven:3.8.3-openjdk-17-slim as builder
ARG ARTIFACT_VERSION=3.0.1-RELEASE ARG ARTIFACT_VERSION=3.0.2-RELEASE
RUN mkdir -p /build RUN mkdir -p /build
WORKDIR /build WORKDIR /build
COPY . /build COPY . /build
@@ -7,7 +7,7 @@ RUN mvn clean install -DskipTests
RUN mvn clean verify -DskipTests -Dartifact.version=${ARTIFACT_VERSION} RUN mvn clean verify -DskipTests -Dartifact.version=${ARTIFACT_VERSION}
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/secure-navi-openjdk:17-slim-bullseye-20231221-root FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/secure-navi-openjdk:17-slim-bullseye-20231221-root
ARG ARTIFACT_VERSION=3.0.1-RELEASE ARG ARTIFACT_VERSION=3.0.2-RELEASE
RUN mkdir -p /usr/local RUN mkdir -p /usr/local
RUN apt-get update -y && apt-get -y install fontconfig libpng-dev RUN apt-get update -y && apt-get -y install fontconfig libpng-dev
WORKDIR /usr/local/ WORKDIR /usr/local/