Abhishek Kumar created RANGER-5440:
--------------------------------------
Summary: [docker] Decouple ranger-plugin image builds from
ranger-server image builds in docker-compose
Key: RANGER-5440
URL: https://issues.apache.org/jira/browse/RANGER-5440
Project: Ranger
Issue Type: Bug
Components: docker, Ranger
Reporter: Abhishek Kumar
Assignee: Abhishek Kumar
Currently, all the ranger-plugin images (ranger-hive, ranger-kafka, etc.) use
"depends_on" in docker compose files with at-least a dependency on ranger-admin
image.
Use of "depends_on" in docker-compose enforces a build time dependency across
images whereas the idea was to have the dependency only at runtime.
Refactor docker-compose files to remove "depends_on" for all ranger-plugin
images.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)