feature: beta release channel builds + per-channel image retention#5
Open
lukepolo wants to merge 1 commit into
Open
feature: beta release channel builds + per-channel image retention#5lukepolo wants to merge 1 commit into
lukepolo wants to merge 1 commit into
Conversation
Build the beta branch into beta-prefixed tags and buildcache, and replace delete-package-versions (which matches version digests, not container tags) with a tag-based prune that only touches the channel being built. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the cross-repo beta release channel feature (admins switch channels from the web panel; the api reconciles deployment images to
:beta/:latest).Changes
betabranch: pushes producebeta,beta-<sha>tags (main is unchanged:latest,<sha>)buildcache-beta-*) so beta builds never thrash main's layer cacheactions/delete-package-versionswith a tag-based prune script: the action'signore-versionsmatches version digests, not container tags (ignore-versions doesn't work actions/delete-package-versions#120), so the old^buildcache-*protection was a no-op and a beta channel head could be evicted by main-build churn🤖 Generated with Claude Code