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

Clean up of the old images from the registry #36

Open
nandajavarma opened this issue Feb 15, 2022 · 3 comments
Open

Clean up of the old images from the registry #36

nandajavarma opened this issue Feb 15, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@nandajavarma
Copy link
Contributor

The deprecated images need cleaning up from the registry, deleting it from the images.yml loses track of the image

@nandajavarma nandajavarma added the enhancement New feature or request label Feb 15, 2022
@nutellinoit
Copy link
Member

As a starting point, we can create a deprecated directory that has the same subfolders modules has, and move all the tags we don't want to sync anymore.

@ralgozino
Copy link
Member

I'd add a deprecated field to the yaml and filter out the ones that have that field in true in the sync, we could even have some cron that deletes them from the registry after a while also.
As a side note: our registry supports deleting old (unused) images automatically.

@nutellinoit
Copy link
Member

instead of deprecated as a field, we could create a deprecated list with all the deprecated tags

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

3 participants