Skip to content

List the versions from oldest to newest

This is a step towrads making use of Docker's cache when building the final archives image. Docker executes the commands serially and each one creates a layer (like a commit), so if a layer exists locally, it uses that. Rotating the versions with each milestone will put the newest version at the bottom, so the rest of them will be re-used.

Merge request reports

Loading