Legacy Knowledge Base
Published Sep. 10, 2025

How to decide which Liferay DXP image from Docker Hub to use with Liferay PaaS

Written By

Isaac Wilson

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM).

Issue

  • Now that the Liferay DXP image for a Liferay PaaS environment is set through the liferay/gradle.properties file in a 4.x+ workspace instead of in the liferay/LCP.json (as described here), how can I know that an image will be compatible/supported for use with Liferay PaaS?
  • I only see one fix pack listed in the Version 4 Update Instructions of these service update notes, for example -- is this the only fix pack I can use with this Liferay PaaS stack?  

Environment

  • Liferay PaaS
  • A 4.x.x+ workspace (either created as such, or upgraded from 3.x.x images using these instructions)

Resolution

  • As of version 4+, Liferay PaaS leverages two different images to build out the liferay service. One is built and delivered by the Liferay PaaS Services team -- this image is defined in the LCP.json and new versions can be found on the Services Changelog Page in Help Center. It looks like this:

    liferaycloud/liferay-dxp:7.4-5.8.1
    

    The other image is built and delivered on the Liferay DXP page on Docker Hub. It looks like this:

    liferay/dxp:2024.q2.0-d5.0.60-20240612122920
    

    Any images fitting the syntax of this "liferay/" example (where the same major version of Liferay is used; i.e., 7.4 with Quarterly Releases, 7.3 with 7.3, etc.) can be used within a Liferay PaaS environment, as the included Liferay code base will match that from the fix packs available on our Downloads page. In this case, this is a 2024.Q2 Quarterly release image, which has the -d5.0.60 docker tag version.

  • Please note that this excludes images that have -develop-rc, etc. included in the tag, as these are pre-release images and are not recommended for production.

Additional Information

 

Did this article resolve your issue ?

Legacy Knowledge Base