Closed
Description
Description
See this repo - when running docker
commands (docker login
, docker pull
, etc.) against a registry, a call is made against the server's ROOT_URL
. If there is no server available at the ROOT_URL
, this will result in an error. This can result in issues when the ROOT_URL
refers to the public domain name of the Gitea service, but an image provided by the registry that is a prerequisite for setting up the public domain name is referenced by an internal domain name.
Gitea Version
Gitea version 1.18.0+rc1 built with GNU Make 4.3, go1.19.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Kubernetes in the original situation; docker-compose in the minimal reproduction.
Database
None