File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
5050#
5151#
5252#
53- FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-openj9 -ubi as runtime
53+ FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-ibmjava -ubi as runtime
5454ENV SEC_TLS_TRUSTDEFAULTCERTS true
5555
5656COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
5757
5858# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
5959# using featureUtility.
6060# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
61- RUN features.sh
61+ RUN bash features.sh
6262
6363COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war
6464
You can’t perform that action at this time.
0 commit comments