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
Contributor
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
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 7, 2026 13:52
19d5bbe to
eae4d30
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 7, 2026 14:25
eae4d30 to
1e40195
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 7, 2026 14:29
1e40195 to
e897851
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 7, 2026 14:34
e897851 to
52d6fc9
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
2 times, most recently
from
August 10, 2026 15:36
f50b94b to
6f3864f
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 10, 2026 16:14
6f3864f to
1a74c0d
Compare
chruffins
force-pushed
the
hypeship/registry-push-docs
branch
from
August 10, 2026 16:42
1a74c0d to
e3ebc56
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 change with no runtime or security behavior changes.
Overview
Documents remote registry push for cached OCI images: a new Features bullet and a Pushing Images to Remote Registries usage section.
The new section explains docker-style borrowed credentials (client-supplied per push, not stored server-side; fallback to
~/.docker/config.json), curl examples forPOST /pushes(including ECRget-login-password) and polling push job status, plus notes that onlyreadyimages can be pushed and that manifest digests are preserved.Reviewed by Cursor Bugbot for commit e3ebc56. Bugbot is set up for automated code reviews on this repo. Configure here.