Document pushing images to remote registries - #354
Draft
chruffins wants to merge 1 commit into
Draft
Conversation
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
2 times, most recently
from
August 5, 2026 19:18
25be7fd to
fdb7cd3
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 5, 2026 19:43
fdb7cd3 to
3821bf1
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 5, 2026 19:43
3821bf1 to
72a31c9
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 5, 2026 19:56
72a31c9 to
a85bd7e
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 5, 2026 20:03
a85bd7e to
fd050e7
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 6, 2026 14:17
8824006 to
c411bbd
Compare
Author
|
reviewed — accurate docs; all findings from the review are addressed in status: all review findings addressed |
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 6, 2026 15:20
c411bbd to
4374006
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 6, 2026 16:13
4374006 to
2a08542
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
2 times, most recently
from
August 6, 2026 21:07
79b24ff to
0846452
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 6, 2026 21:10
0846452 to
19d5bbe
Compare
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.
Layer 4 of remote registry push support (top of the stack: #348 ← #350 ← #353).
Adds user-facing docs for the outbound push feature:
aws ecr get-login-passwordflow) and polling the jobDocs-only; no code changes.
Note
Low Risk
Documentation-only changes with no runtime or security behavior changes in this PR.
Overview
README now documents exporting cached images to remote OCI registries via the authenticated API.
The Features list adds remote registry push with docker-style borrowed credentials. A new Pushing Images to Remote Registries section explains that client credentials are lent per push (not stored server-side), with fallback to the server’s
~/.docker/config.json, and includescurlexamples for creating a push (including ECR password flow) and polling job status (queued→pushing→pushed|failed). It also notes digest preservation and that onlyreadyimages can be pushed.Reviewed by Cursor Bugbot for commit 19d5bbe. Bugbot is set up for automated code reviews on this repo. Configure here.