1/20/2022 Service Update 2022.3.1

Service Updates for Liferay Cloud

The services update for 2022.3.1 includes the Search 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 nature of rolling tags, 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.

Elasticsearch Image Update

This release fixes vulnerabilities on the elasticsearch images, including the recent Log4Shell CVE vulnerability by bumping the 6.x and 7.x elasticsearch versions being used. When updating your elasticsearch image, remember to update not just the image version (4.1.3 -> 4.1.4), but the 6.x/7.x version as well (6.8.18 -> 6.8.22 or 7.15.0 -> 7.16.2).

DXP Stack 2022.3.1

Service Name Previous Release Current Release Docker Images

Backup

4.3.12

4.3.12

liferaycloud/backup:4.3.12

CI

4.2.5

4.2.5

liferaycloud/jenkins:2.303.2-4.2.5

Database

4.2.6

4.2.6

liferaycloud/database:4.2.6

Liferay

4.3.1

4.3.1

liferaycloud/liferay-dxp:7.3-4.3.1

liferaycloud/liferay-dxp:7.2-4.3.1

liferaycloud/liferay-dxp:7.1-4.3.1

liferaycloud/liferay-dxp:7.0-4.3.1

Search

4.1.3

4.1.4

liferaycloud/elasticsearch:7.16.2-4.1.4

liferaycloud/elasticsearch:6.8.22-4.1.4

liferaycloud/elasticsearch:2.4.6-4.1.4

Webserver

4.1.4

4.1.4

liferaycloud/nginx:1.20.1-4.1.4

 

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

Search


 

4.1.4

 

LCSEC-270

Fix Docker image vulnerability for centos:8
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています