antistatique / docker-php-dev

Docker image for Drupal development environment
https://hub.docker.com/r/antistatique/php-dev
MIT License
3 stars 0 forks source link

Update image on schedule to have last software versions #63

Open yannlugrin opened 3 years ago

yannlugrin commented 3 years ago

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.

gido commented 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 ?

yannlugrin commented 3 years ago

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.