Skip to content

Commit 7ec907a

Browse files
committed
Enhance private registry section
1 parent 492ef90 commit 7ec907a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

toc/rfc/rfc-draft-cnb-lifecycle.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,16 @@ This RFC already introduces some SBoM capabilities offered by CNBs. Yet, it is n
137137

138138
#### Pulling Buildpacks from private registries
139139

140+
Cloud Foundry currently supports only a single set of credentials together with a single docker image being passed as part of a `cf push --docker`. However, with Cloud Native Buildpacks multiple images, from multiple registries, using different credentials is possible. Deducting the registry from the passed Cloud Native Buildpacks is not possible e.g. when they are consumed from unauthenticated (e.g. DockerHub) and authenticated registries.
141+
140142
Options:
141143

142144
- Require environment variable with docker config content.
143145

144146
```json
145147
{
146148
"auths": {
147-
"https://index.docker.io/v1/": {
148-
"auth": "dXNlcjpwYXNzd29yZA=="
149-
},
150-
"quay.io": {
149+
"registry.io": {
151150
"auth": "dXNlcjpwYXNzd29yZA=="
152151
}
153152
}

0 commit comments

Comments
 (0)