Skip to content

Commit

Permalink
EFRS-1337: Changed the docker java image tag to 17-jre-focal
Browse files Browse the repository at this point in the history
  • Loading branch information
VolodymyrBushko committed Nov 24, 2022
1 parent f839e34 commit 9f2fc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ COPY admin admin
COPY common common
RUN mvn package -Dmaven.test.skip=true -Dmaven.site.skip=true -Dmaven.javadoc.skip=true -Dnd4j.classifier=$ND4J_CLASSIFIER

FROM eclipse-temurin:17-jre as frs_core
FROM eclipse-temurin:17-jre-focal as frs_core
ARG DIR=/workspace/compreface
COPY --from=build ${DIR}/api/target/*.jar /home/app.jar
ENTRYPOINT ["sh","-c","java $API_JAVA_OPTS -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 -jar /home/app.jar"]

FROM eclipse-temurin:17-jre as frs_crud
FROM eclipse-temurin:17-jre-focal as frs_crud
ARG DIR=/workspace/compreface
COPY --from=build ${DIR}/admin/target/*.jar /home/app.jar
ARG APPERY_API_KEY
Expand Down

0 comments on commit 9f2fc31

Please sign in to comment.