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

feat: add container cleanup cronjob #162

Closed
wants to merge 1 commit into from

Conversation

rbtr
Copy link
Collaborator

@rbtr rbtr commented Mar 27, 2024

Prunes any non-release image tags from the container registry daily at 00:00Z.
"non-release" tags include:

  • SemVer prelease such as :v1.2.3-6f5089b0 suffixed tags
  • bare commit tags such as :6f5089b0

"release" tags include only bare SemVer such as :v1.2.3, specifically matching the RegEx "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$", and will be skipped

@rbtr rbtr added type/enhancement New feature or request area/infra Test, Release, or CI Infrastructure labels Mar 27, 2024
@rbtr rbtr self-assigned this Mar 27, 2024
@rbtr rbtr requested a review from a team as a code owner March 27, 2024 19:15
@rbtr rbtr added the priority/1 P1 label Mar 28, 2024
@rbtr rbtr requested a review from jimassa April 8, 2024 17:30
@rbtr rbtr force-pushed the container-cleanup branch 2 times, most recently from 5df14f0 to 9430c15 Compare April 8, 2024 17:36
Copy link

github-actions bot commented Jun 2, 2024

This PR will be closed in 7 days due to inactivity.

@github-actions github-actions bot added the meta/waiting-for-author Blocked and waiting on the author label Jun 2, 2024
timraymond
timraymond previously approved these changes Jun 5, 2024
@rbtr rbtr removed the meta/waiting-for-author Blocked and waiting on the author label Jun 5, 2024
Copy link

github-actions bot commented Jul 6, 2024

This PR will be closed in 7 days due to inactivity.

@github-actions github-actions bot added the meta/waiting-for-author Blocked and waiting on the author label Jul 6, 2024
Copy link

Pull request closed due to inactivity.

@github-actions github-actions bot closed this Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra Test, Release, or CI Infrastructure meta/waiting-for-author Blocked and waiting on the author priority/1 P1 type/enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants