Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sha references to scylla images #2455

Closed
mflendrich opened this issue Feb 4, 2025 · 1 comment
Closed

Support sha references to scylla images #2455

mflendrich opened this issue Feb 4, 2025 · 1 comment
Assignees
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.

Comments

@mflendrich
Copy link
Collaborator

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 )

@mflendrich mflendrich added kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Feb 4, 2025
@mflendrich mflendrich added the lifecycle/from-migration Indicates that this issue is a copy of a corresponding issue mentioned in the description. label Feb 4, 2025
@mflendrich
Copy link
Collaborator Author

Unclear if this requires any work. If it does, that work will be done as part of https://github.com/scylladb/scylla-operator-release/issues/377.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants