kumaab opened a new pull request, #601: URL: https://github.com/apache/ranger/pull/601
## What changes were proposed in this pull request? - With RANGER-5158, ranger-base docker images are now pushed to GitHub and DockerHub registries. With INFRA-26969, a repo for apache/ranger-base is now in place: https://hub.docker.com/r/apache/ranger-base and different versions of images are available as can be seen here: https://hub.docker.com/r/apache/ranger-base/tags - The PR updates all references of ranger-base:latest to refer to: `${RANGER_BASE_IMAGE}:${RANGER_BASE_VERSION}` where ``` RANGER_BASE_IMAGE=apache/ranger-base RANGER_BASE_VERSION=20250707-1-8 # format: yyyymmdd-id-jdk_version, id increments from 1 if multiple versions of base images are published on the same day. ``` - It removes the dependency on `ranger-base` which has moved to a different repo: https://github.com/apache/ranger-tools and is de-coupled from this repo. - Changes to `ranger-hadoop` and `ranger-hbase` images to allow ssh to work. ## How was this patch tested? - Successful build: `docker-compose -f docker-compose.ranger-build.yml up -d` - Brought up all containers in local machine, plugin download successful for all services, ranger core services are working. - Testing with UBI base image is pending. - Testing with `ranger_in_docker` is pending. -- 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