Image tags policy
#883
|
[NOT A CONTRIBUTION] Hello, Could you please clarify the image tag policy which is used for releasing mtail images? Thank you |
Answered by
jaqx0r
Jun 24, 2024
Replies: 2 comments
|
The workflow .github/workflows/remove-old-package-versions.yml keeps the last 10 versions around. If you'd like a different policy please propose a PR to change it! |
0 replies
Answer selected by
jaqx0r
|
Thanks for the reply! Briefly looking into "actions/delete-package-versions" action docs, it seems there are two possible options:
Preferably keeping release versions and removing RCs would be an option. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The workflow .github/workflows/remove-old-package-versions.yml keeps the last 10 versions around.
If you'd like a different policy please propose a PR to change it!