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

burn image versions #109

Open
cmdoret opened this issue Jul 3, 2024 · 2 comments
Open

burn image versions #109

cmdoret opened this issue Jul 3, 2024 · 2 comments

Comments

@cmdoret
Copy link
Member

cmdoret commented Jul 3, 2024

Use semantic versioning for container tags (git describe can help)
OCI specification does not allow for + in tags

@cmdoret
Copy link
Member Author

cmdoret commented Jul 3, 2024

burn versions by increasing patch level (incremental numbers)

@cmdoret cmdoret changed the title semver for image tags burn image versions Jul 5, 2024
@cmdoret
Copy link
Member Author

cmdoret commented Jul 5, 2024

proposal:

For version x.y.z, always keep 3 images
img:x
img:x.y
img:x.y.z

  • On standard commits, bump only latest
  • On releases, bump all compatible versions

x.y.z is never replaced
x and x.y are always latest compatible patch

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

No branches or pull requests

1 participant