Support sha references to scylla images #2455
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/from-migration
Indicates that this issue is a copy of a corresponding issue mentioned in the description.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Issue originally authored by tnozicka as #821
What should the feature do:
Currently scylla images can be specified only with a tag that has to be a semver. This dosn't work for named references like
latest
, rolling update references like4.4
(sort of) and for sha references. As images can be overwritten sha reference is the only reliable way to always reference the same image.As we need to know the information in the operator we can't just download and run the image to find out but when buliding the image we could set an image label that the operator would retrieve. The label is stored in the image manifest that can be downloaded separately from a container registry at low cost and the result can be cached.
Needs cooperation from scylla.
(Look at libs like
github.com/containers/image/v5
)The text was updated successfully, but these errors were encountered: