trinodb/trino
Vedi su GitHubDo not override docker image configuration in testing images
Open
#1978 aperta il 7 nov 2019
good first issue
Metriche repository
- Star
- (9113 star)
- Metriche merge PR
- (Merge medio 5g 9h) (306 PR mergiate in 30 g)
Descrizione
Example, one image provides hadoop and so it contains core-site.xml, then that image is used as base for another image (with some additional feature like KRB) and then it overrides core-site.xml. This approach makes it very unclear what actually has changed between these images.
One idea to fix this is to use apply-site-xml-override.sh from https://github.com/prestosql/presto/pull/1958#discussion_r343593949