ChinmayHegde24 opened a new pull request, #603: URL: https://github.com/apache/ranger/pull/603
## What changes were proposed in this pull request? ranger_in_docker only determines Docker Compose V1 and not Docker Compose V2. See https://github.com/apache/ranger/blob/release-ranger-2.5.0/ranger_in_docker#L136 . This will prevent everyone from compiling Docker Images, because Docker Compose V2 has become a Docker Plugin, and the command is docker compose. So added logic to detect whether the system supports docker compose (v2) or docker-compose (v1) and uses the correct syntax accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org