Liferay Cloud Infrastructure

Services Changelog に戻る

2021 年 5 月 18 日 サービス更新 2021.20.1

Service Updates for Liferay Cloud

The service updates for 2021.20.1 includes the Backup, CI, and Webserver services.

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.

 

CI Service and JDK 11

With this release, the CI image now comes with JDK 11 installed. Its home can be found - and used for integrations and such - here:

/opt/java/openjdk11/

Note that Liferay still requires JDK 8 to build, and thus no changes have been made to the build process. We're simply supplying an updated JDK for those leveraging tools that require it.

 

DXP Stack 2021.20.1 

Service Name Previous Release Current Release Docker Images

Backup

4.3.2

4.3.3

liferaycloud/backup:4.3.3

CI

4.2.1

4.2.2

liferaycloud/jenkins:2.277.4-4.2.2

Database

4.2.1

4.2.1

liferaycloud/database:4.2.1

Liferay

4.2.1

4.2.1

liferaycloud/liferay-dxp:7.3-4.2.1

liferaycloud/liferay-dxp:7.2-4.2.1

liferaycloud/liferay-dxp:7.1-4.2.1

liferaycloud/liferay-dxp:7.0-4.2.1

Search

4.1.1

4.1.1

liferaycloud/elasticsearch:7.9.3-4.1.1

liferaycloud/elasticsearch:6.8.13-4.1.1

liferaycloud/elasticsearch:2.4.6-4.1.1

Webserver

4.1.1

4.1.2

liferaycloud/nginx:1.16.1-4.1.2

 

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

Backup

4.3.3

LCD-11308

Database backup restore extremely slow

CI

4.2.2

LCD-10653

LCD-11008

Ship CI with JDK 11

Fix Docker Hub Snyk vulnerabilities within the jenkins image

Webserver

4.1.2

LCD-10972

Debian vulnerabilities on the nginx image

 

On this page