Open yannlugrin opened 3 years ago
What kind of "history" do we will have to help us debugging and understand the changes that break our image?
can we imagine having an automated PR each time we detect a new PHP / nodeJS version ?
Have an automated PR to update a specific image when the related PHP or Node version is updated is possible, but that will need time.
The idea is to update automatically the images once a week to be sure to have the last patch version of PHP and minor version of Node, as well others dependencies minor updates.
PRO: Do not run PHP 7.4.8 for months (per example) until the next merge of a PR and so do not have the last bug fixes available. CON: That could break our images
We have automated tests, that can be extended, so the risk is not so important.