UiPath Documentation
automation-suite
2.2510
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

Seeding registry fails with DOCKER_REGISTRY_URL: unbound variable

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