trinodb/trino
View on GitHubDo not override docker image configuration in testing images
Open
#1,978 opened on Nov 7, 2019
good first issue
Description
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