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

Overlaybd versioning strategy #169

Closed
northtyphoon opened this issue Feb 16, 2023 · 1 comment · Fixed by #210
Closed

Overlaybd versioning strategy #169

northtyphoon opened this issue Feb 16, 2023 · 1 comment · Fixed by #210

Comments

@northtyphoon
Copy link
Contributor

northtyphoon commented Feb 16, 2023

Want to start a thread to discuss the general versioning strategy.

We need to way to know if the converted images can work with previous or future version of overlaybd driver. If image convertor introduces any breaking change, we need a way to check the version to know if it can work with current runtime setup.

We are wondering if we can start to include a version annotation in the manifest.

"annotations": {
"containerd.io/snapshot/overlaybd/version": "0.1.0"
}

"annotations": {
"containerd.io/snapshot/fastoci/version": "0.1.0"
}

@BigVan
Copy link
Member

BigVan commented Mar 9, 2023

A label to show the version number is needed.
I think 'fastoci' is a sub-type of overlaybd, so the version maybe:

"annotations": {
"containerd.io/snapshot/overlaybd/version": "0.1.0" // for normal overlaybd-image
"containerd.io/snapshot/overlaybd/version": "0.1.0-fastoci" // for fastOCI index
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants