Skip to content

Commit

Permalink
Update text/0000-private-mirrors.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
Signed-off-by: Jesse Brown <jabrown85@gmail.com>
  • Loading branch information
jabrown85 and edmorley committed Jun 17, 2024
1 parent 54db935 commit 83698ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions text/0000-private-mirrors.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ As a platform operator, we'd like to protect our Cloud Native Buildpack operatio
Importantly, the presence of a mirror should be invisible outside of the platform. The resulting image should not contain any references to the mirror. This will allow the image to be used in any environment, regardless of whether the mirror is available. For example, the metadata set on the resulting image would reference the original registry URL, not the mirror URL. This will allow the resulting image to be used as if there was no mirror configured. This is important for future actions against the resulting image, such as `pack rebase` or `pack inspect`.

- What use cases does it support?
If a public registry was having service interruptions, an operator that had a previously configured mirror would be able to continue to build images without interruption.

If a public registry introduced lower rate limits, an operator that had a previously configured mirror would be able to continue to build images without interruption or fear of hitting the rate limit.
If a public registry was having service interruptions, an operator that had a previously configured mirror would be able to continue to build images without interruption.

If a public registry introduced lower rate limits, an operator that had a previously configured mirror would be able to continue to build images without interruption or fear of hitting the rate limit.

- What is the expected outcome?
Operators concerned with the reliability of their builds that use public images will be able to configure private registry mirrors for the most popular registries.

Operators concerned with the reliability of their builds that use public images will be able to configure private registry mirrors for the most popular registries.

# What it is
[what-it-is]: #what-it-is
Expand Down

0 comments on commit 83698ec

Please sign in to comment.