Pull the WebSphere Liberty with Java 11 Base Image
-
Pull the WebSphere Liberty with Java 11 base image from IBM Repository Version: 23.0.0.2 (Recommended Java Version: Java 11.0.11 or higher)
-
Pull WebSphere Liberty with Java 11 base image version 23.0.0.12:
$ docker pull icr.io/appcafe/open-liberty:23.0.0.2-full-java11-openj9-ubi
In the Dockerfile extend the WebSphere Liberty with Java 11 image with the “FROM icr.io/appcafe/open-liberty:23.0.0.2-full-java11-openj9-ubi” directive.
WebSphere Liberty Directory Structure
A few important directories in the Liberty server are as follows:
-
/bin: This directory contains the scripts for server management for both Windows and Linux.
-
/conf: This directory contains the main configuration files for Liberty.
-
/lib: This directory contains Java Archive files that Liberty is dependent upon.
-
/logs: This directory contains Liberty server log files.
-
/usr/servers: This directory contains all the servers created.