You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Referencing Images In Manifests On The Idpbuilder K8s Cluster
275
+
If you are creating a pod or a deployment of some sort, you can reference the images on the cluster using the same image name and tag like in the following example:
Our gitea instance allows for anonymous read access. This means that you can pull git repo contents and container images without the need to login.
292
+
293
+
### Only Works With Subdomain Based Idpbuilder Installations
294
+
Right now because of the way the OCI registry specifications discovers information about a repo, this will only work with subdomain `gitea.cnoe.localtest.me`
295
+
based installations of idpbuilder's core capabilities.
296
+
297
+
If you would like to use path based routing, you will have to install and manage your own OCI registry at this time.
298
+
Other registries might be able to handle this better, however which registries and how to configure them is beyond the scope of this readme.
299
+
300
+
For more info on the OCI registry spec and the root cause of this "discovery" issue see the spec here:
0 commit comments