chore: add bpftime release surface tracking - #577
Open
yunwei37 wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares bpftime’s first “release surface” improvements by enabling richer GHCR image tagging on releases and adding a living document to track packaging/channel readiness without changing core build logic.
Changes:
- Extend the Docker workflow to run on
v*tags and generatelatest(default branch), semver, ref-tag, and long-SHA tags viadocker/metadata-action. - Add explicit
packages: writepermissions for GHCR publishing and fix the build step id used to read the pushed image digest. - Add
packaging/release-surface.mdto track intended package names, blockers, and submission TODOs across multiple ecosystems.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/workflows/docker.yml |
Adds tag-triggering, GHCR permissions, metadata-based tagging/labeling, and fixes the digest output reference. |
packaging/release-surface.md |
Documents packaging channels, claimed names, blockers, and near-term release/packaging TODOs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jun 15, 2026
This was referenced Jun 29, 2026
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.
Summary
Prepares the first release-surface improvements for bpftime without changing core build logic.
vX.Y.Z,X.Y.Z, and sha tags instead of onlylatestpackages: writepermission for GHCR publishingpackage/release-surface.mdto track package names, blockers, and submission TODOs for Homebrew, APT/PPA, Fedora/COPR, crates.io, PyPI, npm, vcpkg, ConanCenter, nixpkgs, and conda-forgeValidation
ruby -e 'require "yaml"; YAML.load_file(".github/workflows/docker.yml")'git diff --checkNotes
The current
v0.2.0GitHub release has no release assets, so Homebrew/APT/RPM packaging still needs a stable release artifact or source-build layout before submission. This PR records that blocker and starts with the GHCR tags we can safely prepare now.