Add Lunar and other dynamic tags#99
Conversation
Trying to see if we can use latest, rolling and devel to avoid needing a add a folder for new releases as soon as they are released.
|
We primarily use these images to build a package for a particular Linux distribution with fixed versions of libraries (fixed to a set of ABI compatible versions). Packages built on a rolling image will break at some moment in a future, because the rolling distro will be updated in a ABI incompatible way (it is natural for rolling distros). Next, rolling images needs periodic updates and it is a manual work now. If we want to support them, we surely need some images build/push automation. (Maybe we should drop I don't mind to make some effort in this direction, but I would start the discussion with your scenario. |
Trying to see if we can use latest, rolling and devel to avoid needing a add a folder for new releases as soon as they are released.