cnoe-io / idpbuilder

Spin up a complete internal developer platform with only Docker required as a dependency.
https://cloud-native.slack.com/archives/C05TN9WFN5S
Apache License 2.0
149 stars 45 forks source link

Docs for #282: added oci registry readme help text #302

Closed jessesanford closed 1 week ago

omrishiv commented 2 weeks ago

Awesome, thanks! Is it worth mentioning how to pull the image from the cluster? I assume we either need a service account with the docker credentials or create a .dockerconfig on the node?

csantanapr commented 2 weeks ago

@omrishiv

Awesome, thanks! Is it worth mentioning how to pull the image from the cluster? I assume we either need a service account with the docker credentials or create a .dockerconfig on the node?

no need for pull secrets, the images are public read access

omrishiv commented 2 weeks ago

Ah, thanks for the clarification. Maybe something to think about in the future, but good to know.