Skip to content

Support sha references to scylla images #2455

Open
@mflendrich

Description

@mflendrich

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 like 4.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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.lifecycle/from-migrationIndicates that this issue is a copy of a corresponding issue mentioned in the description.priority/backlogHigher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions