The :latest tag for the official Spack container images refers to the latest image pushed. Usually this is develop, but when a release is tagged this becomes the new release. This is problematic esp. for patch releases, which are on side branches and are usually missing many new features present in develop.
For users of Spack in automated settings (e.g. CI), we need a stable container tag that represents develop and will not be disturbed by releases.
The
:latesttag for the official Spack container images refers to the latest image pushed. Usually this isdevelop, but when a release is tagged this becomes the new release. This is problematic esp. for patch releases, which are on side branches and are usually missing many new features present indevelop.For users of Spack in automated settings (e.g. CI), we need a stable container tag that represents
developand will not be disturbed by releases.