andere image
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user