Updates for the release of 24.0.0.3#594
Conversation
|
|
leochr
left a comment
There was a problem hiding this comment.
@gkertasef @wraschke Thanks for the PR. Added some comments.
| ARG LIBERTY_VERSION=24.0.0.3 | ||
| ARG LIBERTY_URL | ||
| ARG DOWNLOAD_OPTIONS="" | ||
| ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a |
There was a problem hiding this comment.
The SHA value must be replaced with placeholder. Same for other Dockerfiles in latest
| @@ -10,7 +10,7 @@ before_install: | |||
| env: | |||
| - RELEASE=../ga/23.0.0.9 | |||
There was a problem hiding this comment.
The 23.0.0.9 directory must be removed. We only support the last 2 quarterly releases (24.0.0.3 and 23.0.0.12)
|
The create-new-release.sh script with changes to update the LIBERTY_SHA argument was merged under #589. The timestamp of that merge per GitHub interface is March 1, 1:40 PM CST, and this PR was created by the GitHub Actions workflow on March 1, 6:38 AM CST. So I'm going to close this PR and delete the branch, then re-run the workflow. |
Created by Github Actions