wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
44.53k stars 1.69k forks source link

DIVE_VERSION does not need to be exported #492

Closed ReneNyffenegger closed 5 months ago

ReneNyffenegger commented 5 months ago

The value of the variable DIVE_VERSION is not needed in a spawned subprocess. Thus, the variable does not necessarily need to be exported. Arguably, the environment is less polluted if it is not exported.