]> source.dussan.org Git - gitea.git/commit
Remove sub-path from container registry realm (#31293)
authorwxiaoguang <wxiaoguang@gmail.com>
Sun, 9 Jun 2024 08:29:29 +0000 (16:29 +0800)
committerGitHub <noreply@github.com>
Sun, 9 Jun 2024 08:29:29 +0000 (16:29 +0800)
commit6106a61eff305f0271dba54e7535fcccf14a42e0
tree0053d92fb05ed2445c128d21fbb3c0e9d0525bab
parent0188d82e4908eb173f7203d577f801f3168ffcb8
Remove sub-path from container registry realm (#31293)

Container registry requires that the "/v2" must be in the root, so the
sub-path in AppURL should be removed
modules/setting/packages.go
modules/test/utils.go
routers/api/packages/container/container.go
routers/web/user/package.go
tests/integration/api_packages_container_test.go