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

Add job that verifies all image tags are the correct ubuntu codename #100

Open
djbender opened this issue Apr 28, 2023 · 0 comments
Open

Comments

@djbender
Copy link
Contributor

djbender commented Apr 28, 2023

Right now, because core image changes are immediately reflected in all downstream images there's no way to prevent a situation where a tag like -jammy is actually a lunar core image. I think we can repurpose a rake task to generate every tag and then use that to created a build where each image is checked against a known list of core images to ensure a downstream image isn't accidentally upgraded and labelled incorrectly.

Maybe we can repurpose the manifest to be exhaustive check against all tags ever pushed to ECR? That might be paranoid, but it would give a safety net for long term maintenance.

The reason for this issue is that I'm currently unravelling this exact situation manually.

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