Skip to content

Commit

Permalink
Liberty image is no more based on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
PYLochou committed Jul 11, 2023
1 parent d451a44 commit 345e10c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ODMDBVERSION=8.11.next
ODMDOCKERDIR=odm-ondocker

# Image use to do multistage build
FROMDOCKERBUILD=maven:3.5.2-jdk-8-alpine
#FROMDOCKERBUILD=maven:3.5.2-jdk-8-alpine
FROMDOCKERBUILD=maven:3.9.3-ibm-semeru-11-focal

# Repository name of the images
REPOSITORY=ibmcom
Expand All @@ -17,7 +18,8 @@ REPOSITORY=ibmcom
PREFIXIMAGE=odm

# Liberty Version
FROMLIBERTY=ibmcom/websphere-liberty:22.0.0.3-kernel-java8-ibmjava-ubi
#FROMLIBERTY=ibmcom/websphere-liberty:22.0.0.3-kernel-java8-ibmjava-ubi
FROMLIBERTY=ibmcom/websphere-liberty:kernel-java11-openj9-ubi

# Postgres Version
FROMPOSTGRES=postgres:13
Expand Down
3 changes: 2 additions & 1 deletion standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ENV ODMDOCKERDIR $ODMDOCKERDIR
ENV SCRIPT /script
ENV APPS /config/apps
ENV THIRDPARTY /thirdpartylib
RUN apk add --no-cache ca-certificates
RUN apt-get update
RUN apt-get install ca-certificates unzip -y

COPY ${ODMDOCKERDIR}/decisioncenter/script ${ODMDOCKERDIR}/standalone/script ${ODMDOCKERDIR}/common/script ${ODMDOCKERDIR}/common/features ${SCRIPT}/
COPY ./executionserver/ /executionserver/
Expand Down

0 comments on commit 345e10c

Please sign in to comment.