This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ranger-tools.git
commit 5328267d8a55482a92e5944d9fe9a772d885361b Merge: e372faf 284487f Author: Abhishek Kumar <abhishekkumar100...@gmail.com> AuthorDate: Thu Jul 3 19:49:01 2025 -0700 RANGER-5158: Enable building ranger base images with CI in apache/ranger-tools .github/workflows/build-and-tag.yaml | 86 ++++++++++++++++++++++++++++++++ .github/workflows/build.yaml | 95 ++++++++++++++++++++++++++++++++++++ .github/workflows/pr.yaml | 30 ++++++++++++ .github/workflows/push.yaml | 42 ++++++++++++++++ README.md | 22 +++++++++ docker/Dockerfile | 67 +++++++++++++++++++++++++ docker/README.md | 24 +++++++++ docker/build.sh | 24 +++++++++ 8 files changed, 390 insertions(+)