-
Notifications
You must be signed in to change notification settings - Fork 22
LPD-67725 Hotfixes not downloaded from GCP buckets #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LPD-67725 Hotfixes not downloaded from GCP buckets #161
Conversation
…age.cloud.google.com
…based on whether they target GCP
…a program is on the PATH
|
FYI @holatuwol |
releases-cdn.liferay.comI tested with these properties: lr.docker.environment.service.enabled[postgres]=true
lr.docker.environment.database.partitioning.enabled=true
liferay.workspace.product=dxp-2025.q2.1
liferay.workspace.docker.image.liferay=liferay/dxp:2025.q2.1-d9.0.30-20250912074320
lr.docker.environment.hotfix.urls=https://releases-cdn.liferay.com/dxp/hotfix/2025.q2.1/liferay-dxp-2025.q2.1-hotfix-34.zip
lr.docker.environment.lxc.environment.name=x1e4prd3Then ran into the following error: storage.cloud.liferay.comI attempted to manually set lr.docker.environment.service.enabled[postgres]=true
lr.docker.environment.database.partitioning.enabled=true
liferay.workspace.product=dxp-2025.q2.1
liferay.workspace.docker.image.liferay=liferay/dxp:2025.q2.1-d9.0.30-20250912074320
lr.docker.environment.hotfix.urls=https://storage.cloud.google.com/liferay-releases-hotfix/2025.q2.1/liferay-dxp-2025.q2.1-hotfix-34.zip
lr.docker.environment.lxc.environment.name=x1e4prd3However, Fixing the issueI updated the function Now that we have the |
…tions since this already happens during lec init
This is an update for LPD-67725.