docs: GHCR guest package must be linked before CI can overwrite it - #8
Open
real-limitless wants to merge 2 commits into
Open
real-limitless wants to merge 2 commits into
real-limitless wants to merge 2 commits into
Conversation
Frontend, backend, and sandbox-agent published after #7. Guest builds but GHCR denies overwrite because the existing public package is not linked to this repository. Document the maintainer link step and skip provenance/SBOM on image push. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Chen Chiu <real-limitless@users.noreply.github.com>
real-limitless
marked this pull request as ready for review
September 2, 2026 05:24
everflow-sandbox-guest is now linked to ProjectEverflow and tagged latest / sha-446eb19. Keep the reconnect steps as troubleshooting. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Chen Chiu <real-limitless@users.noreply.github.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.
Follow-up to #7 / #6 after the first Publish images run.
Outcome
All four required images are on GHCR (public, linked to this repo,
linux/amd64):ghcr.io/real-limitless/everflow-frontend:latest(sha-446eb19)ghcr.io/real-limitless/everflow-backend:latestghcr.io/real-limitless/everflow-sandbox-agent:latestghcr.io/real-limitless/everflow-sandbox-guest:latestThe first guest push failed with
permission_denied: write_packagebecause the package existed (2026-07-21) and was not connected to this repo. After it was linked, CI overwrotelatest.INSTALL_MODE=ghcrcan now pull the published set. If a later guest push is denied, reconnect the package (steps indocs/images.md) and re-run Publish images.This PR
docs/images.mdprovenance: false/sbom: falseon image push (guest is large)CHANGELOG.md