Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Automatic cleanup of old images #19

Merged
merged 4 commits into from
Jan 10, 2023
Merged

Automatic cleanup of old images #19

merged 4 commits into from
Jan 10, 2023

Conversation

andreas-kupries
Copy link

@andreas-kupries andreas-kupries commented Jan 9, 2023

cleanup flow - pattern v*-g* for the dev images (they have a g-prefix commit id in the tag). include the untagged as well

Description

Added a github workflow to remove old images

Motivation and Context

Fix epinio/epinio#1953

How Has This Been Tested?

CI enhancement. Not yet tested.

Types of changes

  • Devops chore
  • Bug fix (non-breaking change which fixes an issue)
  • Docs update
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have followed the guidelines in CONTRIBUTING.md, including the required formatting of the commit message

pattern `v*-g*` for the dev images (they have a `g`-prefix commit id in the tag).
include the untagged as well
@andreas-kupries andreas-kupries self-assigned this Jan 9, 2023
@andreas-kupries
Copy link
Author

Note: The PAT has been added as repo secret - IMG_CLEANUP_TOKEN. It is the same as used for epinio.

@andreas-kupries andreas-kupries merged commit 54c4514 into main Jan 10, 2023
@andreas-kupries andreas-kupries deleted the 1953-image-cleanup branch January 10, 2023 09:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Cleanup untagged epinio-ui images
3 participants