From d15991391c3f8f42ad9e5336d2e98979ea7aea3b Mon Sep 17 00:00:00 2001 From: Jesse Sanford <108698+jessesanford@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:11:59 -0400 Subject: [PATCH] note about this only working with domain based idpbuidler installations Signed-off-by: Jesse Sanford <108698+jessesanford@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eecc8fe9..bbef9c85 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,12 @@ with-app-fix2: digest: sha256:50dc814b89e22988a69ac23aa7158daa834ab450b38b299e7f ```bash ./idpbuilder get secrets -p gitea ``` +### Only Works With Subdomain based Idpbuilder installations +Right now because of the way the OCI registy specifications discovers information about a repo, this will only work with subdomain `gitea.cnoe.localtest.me` +based installations of idpbuilder's core capabilities. + +If you would like to use path based routing, you will have to install and manage your own OCI registry at this time. +Other registries might be able to handle this better, however which registries and how to configure them is beyond the scope of this readme. ### Pulling images internal to cluster: