sdsc-ordes / gimie

Extract linked metadata from repositories
https://sdsc-ordes.github.io/gimie/
Apache License 2.0
6 stars 1 forks source link

burn image versions #109

Open cmdoret opened 2 days ago

cmdoret commented 2 days ago

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

cmdoret commented 2 days ago

burn versions by increasing patch level (incremental numbers)

cmdoret commented 6 hours ago

proposal:

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

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