Service Updates for Liferay Cloud
The services update for 2021.46.1 includes the Webserver service.
liferay/dxp docker image tags
The liferay/dxp docker images provide information about the liferay version, patching level, and docker script associated with the image. The tags on Dockerhub for liferay/dxp are formatted as follows
liferay/dxp:{Liferay.DXP.Version}-{Patching-Level}-d{Docker.Script.Version}-{Timestamp}
liferay/dxp:7.2.10-dxp-11-d1.5.4-20210310143709
When selecting which liferay/dxp base image to utilize for your project, please consider the entire docker tag, and be sure to check out the release notes for your patching level before applying to your environment: DXP Release Notes
Due to the way that docker images are cached within the platform, please always utilize the tags with the full timestamp at the end. These are snapshots and will always yield the exact image that is published. Docker tags without the timestamp are considered rolling tags and should not be used.
Nginx 1.20.1 update
Please note that this week's release bumps both the image version (4.1.2 -> 4.1.3) as well as the nginx version (1.16.1-> 1.20.1) in the full image name.
DXP Stack 2021.46.1
Service Name | Previous Release | Current Release | Docker Images |
Backup |
4.3.12 |
4.3.12 |
liferaycloud/backup:4.3.12 |
CI |
4.2.4 |
4.2.4 |
liferaycloud/jenkins:2.277.4-4.2.4 |
Database |
4.2.6 |
4.2.6 |
liferaycloud/database:4.2.6 |
Liferay |
4.2.2 |
4.2.2 |
liferaycloud/liferay-dxp:7.3-4.2.2 liferaycloud/liferay-dxp:7.2-4.2.2 liferaycloud/liferay-dxp:7.1-4.2.2 liferaycloud/liferay-dxp:7.0-4.2.2 |
Search |
4.1.3 |
4.1.3 |
liferaycloud/elasticsearch:7.15.0-4.1.3 liferaycloud/elasticsearch:6.8.18-4.1.3 liferaycloud/elasticsearch:2.4.6-4.1.3 |
Webserver |
4.1.2 |
4.1.3 |
liferaycloud/nginx:1.20.1-4.1.3 |
Update Instructions
The Liferay Cloud image is set in the liferay/LCP.json file, but the liferay/dxp image is set in the gradle.properties. This change was made in order to facilitate easier deployment using the Liferay Cloud CLI.
liferay/LCP.json file would set the liferaycloud/liferay-dxp image:
"image":"liferaycloud/liferay-dxp:7.3-4.2.1"
liferay/gradle.properties file would set the liferay/dxp image:
liferay.workspace.docker.image.liferay=liferay/dxp:7.3.10-ga1-d1.5.2-20210301040217
Once the LCP.json files are updated, commit the changes to your Git repository.
git add . && git commit -m "update dxp cloud stack to 2021.12.1"
After pushing these changes to the remote repository, a build will be created in Liferay Cloud, and it is ready to deploy.
Change Log
Service Name | Service Version | Ticket Number | Description |
Webserver |
4.1.3 |
LCE-144 |
Update Nginx to 1.20.x (latest stable release) |