If entitled, you can upgrade the websphere-liberty
Developer Edition image from Docker Hub to an IBM WebSphere Application Server Liberty production image using the license JAR files from Passport Advantage / Fix Central. The steps to use the license JAR as follows:
-
Clone this repository.
-
Go to the
ga/production-upgrade
directory. -
Place the downloaded Liberty license JAR file in the directory.
-
Review the
Dockerfile
and modify the filenames if required. -
Build the image using the following command:
docker build -t <image-name> .
The Dockerfile can also be modified and used to upgrade an image containing Liberty Core to Liberty Base / Liberty ND.