This is an automated email from the ASF dual-hosted git repository. abhi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ranger-tools.git
from e372faf Add Apache License add 6cbf875 RANGER-5158: Enable building ranger base images with CI in apache/ranger-tools add 4d0523b RANGER-5158: Move docker stuff to docker subdir and add README.md add 8aaa13f RANGER-5158: Add context and relative file path in build.yaml add 2ee6064 RANGER-5158: Add subpaths for triggering CI add 3c837ae Update docker/README.md add 48fe19c Update .github/workflows/pr.yaml add 501d632 Update .github/workflows/push.yaml add 284487f Update docker/README.md new 5328267 RANGER-5158: Enable building ranger base images with CI in apache/ranger-tools The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .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(+) create mode 100644 .github/workflows/build-and-tag.yaml create mode 100644 .github/workflows/build.yaml create mode 100644 .github/workflows/pr.yaml create mode 100644 .github/workflows/push.yaml create mode 100644 README.md create mode 100644 docker/Dockerfile create mode 100644 docker/README.md create mode 100755 docker/build.sh