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 @@ -41,15 +41,15 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
4141#
4242#
4343#
44- FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-ibmjava -ubi as runtime
44+ FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-openj9 -ubi as runtime
4545ENV SEC_TLS_TRUSTDEFAULTCERTS true
4646
4747COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
4848
4949# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
5050# using featureUtility.
5151# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
52- RUN bash features.sh
52+ RUN features.sh
5353
5454COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war
5555
You can’t perform that action at this time.
0 commit comments