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

Enable on cluster resolution of gitea OCI container registry #282

Closed jessesanford closed 1 week ago

jessesanford commented 3 weeks ago

Gitea now has implemented my x-forwarded-for fix for the AppURL resolution in 1.22.0. See Discussion here: https://github.com/go-gitea/gitea/issues/29591 and the fix here: https://github.com/go-gitea/gitea/pull/30891 ... while it is not in the release notes for 1.22 you can see that it was merged into that release branch at https://github.com/go-gitea/gitea/commit/d4c2db39bf239d071c6ac96815efa8fd8b03ad94

Let's bump the gitea version to 1.22+ so that we can make use of the oci registry on cluster.

nimakaviani commented 3 weeks ago

PR https://github.com/cnoe-io/idpbuilder/pull/166 partially fixes this.

As part of fully addressing this issue, we should also provide documentation on using the local registry and potentially making use of it where possible.