UiPath Documentation
automation-suite
2.2510
true
Automation Suite on Linux installation guide

Seeding registry fails with DOCKER_REGISTRY_URL: unbound variable

Set DOCKER_REGISTRY_URL environment variable before seeding internal registry in Automation Suite.

Description

When you attempt to seed the in-cluster registry using the commandseed-internal-registry command, the operation may fail with the following error message:

DOCKER_REGISTRY_URL: unbound variable
DOCKER_REGISTRY_URL: unbound variable

Solution

Set the DOCKER_REGISTRY_URL environment variable to point to the local registry address before running the command.

To address the issue, run the following command:

export DOCKER_REGISTRY_URL=localhost:<REGISTRY_NODE_PORT>
export DOCKER_REGISTRY_URL=localhost:<REGISTRY_NODE_PORT>

If not explicitly overridden, the default value of <REGISTRY_NODE_PORT> is 30071.

  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated