cr.libnare.net/conex/main:latest
The cr.libnare.net
is being run via Cloud Run using Conex.
BIND_HOST
: The server's binding address. Default is0.0.0.0
.BIND_PORT
: The port to which the server binds. Default is8080
.HOSTNAME
: The hostname used for actual access. It is typically used when the returned address should be fixed.REGISTRY_HOST
: The host address of the target registry to be proxied.REGISTRY_PREFIX
: (Required) The prefix of the target registry to be proxied.
Conex supports authentication for private registries. To enable authentication, set the following environment variables.
This option is used for Google Cloud. (Artifact Registry)
Specify the path to the service account key file. For generating a service account key, see the following article: keys-create-delete
.
This option is used for other registries.
Use the value of auth
in ~/.docker/config.json
after logging into Docker.