You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@c-vigo Should we prune the stale RC tags (and orphaned sha256-* tags) from ghcr.io/vig-os/devcontainer?
Current State
The GHCR registry currently has 100 tags, broken down as:
Category
Count
Notes
Release tags
12
0.1, 0.2.0, 0.2.1, 0.3.0, 0.3.1 (+ arch variants)
latest
1
RC tags
65
0.3.0-rc1 through 0.3.0-rc3, 0.3.1-rc1 through 0.3.1-rc19 (+ arch variants)
sha256-* tags
22
Orphaned manifest digests
Both 0.3.0 and 0.3.1 have been released as final versions, so all 65 RC tags are stale. The 22 sha256-* tags appear to be orphaned intermediate manifests.
Context
Issue #172 originally scoped automated RC cleanup as part of the release workflow, but the cleanup step was never implemented — only a manual cleanup note exists in the rollback failure message (line 1527 of release.yml).
Proposal
One-time manual prune of all *-rc* and orphaned sha256-* tags
Question
@c-vigo Should we prune the stale RC tags (and orphaned
sha256-*tags) fromghcr.io/vig-os/devcontainer?Current State
The GHCR registry currently has 100 tags, broken down as:
0.1,0.2.0,0.2.1,0.3.0,0.3.1(+ arch variants)latest0.3.0-rc1through0.3.0-rc3,0.3.1-rc1through0.3.1-rc19(+ arch variants)sha256-*tagsBoth
0.3.0and0.3.1have been released as final versions, so all 65 RC tags are stale. The 22sha256-*tags appear to be orphaned intermediate manifests.Context
Issue #172 originally scoped automated RC cleanup as part of the release workflow, but the cleanup step was never implemented — only a manual cleanup note exists in the rollback failure message (line 1527 of
release.yml).Proposal
*-rc*and orphanedsha256-*tagsHappy to take this on if you agree it should be done.