Continuous image builds
It would be nice rebuild the images daily/weekly get the newest dependency version. This is needed for a deployment of mat2-web on the immerda.ch infrastructure.
It would be nice rebuild the images daily/weekly get the newest dependency version. This is needed for a deployment of mat2-web on the immerda.ch infrastructure.
changed the description
It would be nice rebuild the images daily/weekly get the newest dependency version. This is needed for a deployment of mat2-web on the immerda.ch infrastructure.
Images are rebuilt daily, but I'm unsure if this works for all the provided distributions, as my knowledge is limited for some of them. It works for Debian at least, see also jvoisin/mat2#136 (closed) for details.
If you want to use these images in production, I think it's essential to have the stuff reviewed, as, initially, these images were meant for usage in CI pipelines, hence the name.
does it not update the last build time on the container registry page if nothing changed?
A cache is leveraged, according to best practices. If nothing changed, nothing gets pushed, which doesn't update the timestamp, in these cases.
closed