Skip to content

Commit f6c9354

Browse files
authored
Revert "UI_build_failure_fix"
1 parent c1bdc66 commit f6c9354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/ui-only/Dockerfile.ui-only

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4545
ENV SEC_TLS_TRUSTDEFAULTCERTS true
4646

4747
COPY --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

5454
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war
5555

0 commit comments

Comments
 (0)