trinodb/trino

Do not override docker image configuration in testing images

Open

#1,978 opened on Nov 7, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (9,113 stars) (2,678 forks)batch import
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

Contributor guide