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

Track time of release #33

Open
AlexGustafsson opened this issue Dec 23, 2024 · 1 comment
Open

Track time of release #33

AlexGustafsson opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@AlexGustafsson
Copy link
Owner

AlexGustafsson commented Dec 23, 2024

We could get the release time of a version by looking at the manifest, which contains "created" and "published" timestamps. These could be used to improve the UI and RSS feed with accurate information of when a release was made. This could also be helpful for things like "latest" images where the tag remains the same, but the actual service can differ a lot over time.

This is probably best done in the common OCI part of the workflow, by getting the manifest for the latest reference if it exists. The current manifest is already being fetched.

@AlexGustafsson AlexGustafsson added the enhancement New feature or request label Dec 23, 2024
@AlexGustafsson
Copy link
Owner Author

AlexGustafsson commented Dec 25, 2024

Note that when finding a "latest" image in Docker or Kubernetes, it would be helpful to know the digest. That way we can diff the current "latest" vs the latest available "latest". Solely getting the "latest" manifest will not allow us to show the user that the image is actually outdated.

The same is true for some tags such as "v2" where the tag can be pushed to every now and then. Differentiating between versions of the same tag would be rather powerful.

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

No branches or pull requests

1 participant