-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(ci): use dev tag for docker image building (#4138) When SNAPSHOT=1, the local docker image will be tagged with dev tag to differentiate it from the official release which is tagged with the latest tag. commit: 1085fc5 (main), cherry-pick * chore: install last version of golang commit: 6c111b4 (main), cherry-pick * chore: golang binary move to tmp commit: 221b0ac (main), cherry-pick * fix: arm64 clang issue commit: 6cc06b2 (main), cherry-pick * fix(ci): make release rule to have prerequisites (#4141) These changes ensure that the 'release' rule will require the other rules to be executed (splitting the commands into different rules). This way, if any some of the rules fail, the build will be aborted right away. commit: 86c2c16 (main), cherry-pick * fix(build): extract OPA 0.66 from OPA dev image This workaround is required since OPA 0.65.0 (latest published release) has cve-2024-24790. After solved we can rollback to the previouw installation method. commit: ef7d74e (main), cherry-pick * fix(build): mv gh release logic to release rule (#4145) Continuation of #4141. commit: 6f94719 (main), cherry-pick --------- Co-authored-by: Raphael Campos <[email protected]>
- Loading branch information
Showing
4 changed files
with
100 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters