Defining different containers and commands for older versions of a project
As GitSlice traverses through commits the configuration options which work to run a newer version may not work correctly on an older version - for example, if the requirements.txt
file for Python applications is moved or because an older version of the container (i.e. Python 3.10 to 3.9) is required. It should be possible to set configuration options based on the age of a commit.