Currently --reproducible parameter is hardcoded in entrypoint file and it has led to problems where changes in Dockerfile and image system packages were not generating a new layer and therefore no new image.
So I think it should be a parameter that is able to be removed with a simple true|false input or in any other form.
Currently
--reproducibleparameter is hardcoded in entrypoint file and it has led to problems where changes in Dockerfile and image system packages were not generating a new layer and therefore no new image.So I think it should be a parameter that is able to be removed with a simple true|false input or in any other form.