andere image

This commit is contained in:
allard
2026-05-31 10:37:00 +02:00
parent 03c6980d77
commit 33e91dfac6
38 changed files with 989 additions and 14 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
FROM icr.io/appcafe/open-liberty:kernel-slim-java17-openj9-ubi
#FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi
FROM icr.io/appcafe/open-liberty:full-java11-openj9-ubi
ARG VERSION=1.0
ARG REVISION=SNAPSHOT
@@ -17,6 +17,6 @@ LABEL \
description="This image contains the system microservice running with the Open Liberty runtime."
COPY --chown=1001:0 src/main/liberty/config/ /config/
RUN features.sh
#RUN features.sh
COPY --chown=1001:0 target/*.war /config/apps/
RUN configure.sh