Skip to content

Latest commit

 

History

History
 
 

production-upgrade

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Upgrading the image from Docker Hub to a production image

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:

  1. Clone this repository.

  2. Go to the ga/production-upgrade directory.

  3. Place the downloaded Liberty license JAR file in the directory.

  4. Review the Dockerfile and modify the filenames if required.

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