This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch ranger-2.8 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit c277aa39765dbbecc491f764dbad01b258e19158 Author: Abhishek Kumar <[email protected]> AuthorDate: Wed Jan 7 18:54:19 2026 -0800 RANGER-5248: Disable Log4J Audit Destination for Ozone in OM container (#790) (cherry picked from commit f64b4b3d29949b8666de79e3c336c5bad9960b05) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b900775e6..499cbda61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,6 +207,7 @@ jobs: - name: Run download-archives.sh run: | cd dev-support/ranger-docker + rm -rf downloads/ozone-* ./download-archives.sh hadoop hive hbase kafka knox ozone - name: Build all ranger-plugin images
