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 (2,678 forks)batch import
good first issue

Repository metrics

Stars
 (9,113 stars)
PR merge metrics
 (Avg merge 5d 9h) (306 merged PRs in 30d)

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