Pull the WebSphere Liberty with Java 11 Base Image

  1. 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)

  2. 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

    Admin Console Websphere Docker Image

    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.