dustymabe added a new comment to an issue you are following: ``
Thanks dusty and tomas as well!
and thanks to @puiterwijk who mainly pushed this through the last mile
So, how is it gonna work now? My understanding of https://fedoraproject.org/wiki/Container:Guidelines is that the images will get built automatically and be pushed to stable registry every two weeks, right?
that is correct. My understanding is that even if they don't have new changes they will get rebuilt anyways on top of a newer base image (with possible security updates).
Further thinking... since docker is based on layering and it allows us to share some common parts for more containers, one thing I'm thinking on is how to build containers on updated base image -- e.g. the case with the s2i-base that Tomas mentions above -- if we change something in s2i-base image and depended containers use FROM registry.fedoraproject.org/f26/s2i-base:latest per guidelines, are we not able to build such depended containers within the two weeks? Or am I misunderstanding something?
The build process considers this and builds layered images after dependent layers have been built. If a new s2i-base container is built during a rebuild then new s2i-base-layer1 container would build on top of that s2i-base container that was just built. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7217