Abhishek Kumar created RANGER-5396:
--------------------------------------
Summary: [docker] Use Volume Mounts for application configs
Key: RANGER-5396
URL: https://issues.apache.org/jira/browse/RANGER-5396
Project: Ranger
Issue Type: Improvement
Components: docker, Ranger
Reporter: Abhishek Kumar
Assignee: Abhishek Kumar
To leverage existing docker images and support both docker and Kubernetes based
deployments, it is important to keep application configs (eg:
install.properties) outside the image(Dockerfile).
The configs can be removed from the image layer and be driven from:
1. Volumes in docker-compose for docker based deployments.
2. ConfigMaps in helm-charts for Kubernetes based deployments.
The jira aims to update all ranger-server docker images to support this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)