Skip to content

Commit 08f2f61

Browse files
authored
Merge pull request #333 from OpenLiberty/staging
Update production - Switch Java 8; use bash
2 parents 779824e + 06089fa commit 08f2f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ USER 1001
1111
# Stage 2: Place application on a liberty server
1212
# TODO: Invest in using a kernel build and use the feature manager to install
1313
# needed Liberty features
14-
FROM icr.io/appcafe/open-liberty:25.0.0.8-kernel-slim-java8-openj9-ubi
14+
FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-ibmjava-ubi
1515

1616
ARG VERSION=1.0
1717
ARG REVISION=SNAPSHOT
@@ -21,7 +21,7 @@ COPY --chown=1001:0 server.xml /config/
2121
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
2222
# using featureUtility.
2323
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
24-
RUN features.sh
24+
RUN bash features.sh
2525

2626
COPY --from=build --chown=1001:0 /target/openliberty-starter-1.0-SNAPSHOT.war /config/apps/
2727

0 commit comments

Comments
 (0)