UiPath Documentation
automation-suite
2024.10
false
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

Unable to install temporary registry

Description

In certain situations, when you attempt to install a temporary registry, the installation process can fail with the following error message:

Error: initializing source docker://registry:3.0.0: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": dial tcp <IP>:443: i/o timeout
Error: initializing source docker://registry:3.0.0: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": dial tcp <IP>:443: i/o timeout

Solution

To address the issue, you must re-tag the image locally to avoid pulling from the external registry. Run the following command:

podman tag 3dec7d02aaea localhost/registry:3.0.0
podman tag 3dec7d02aaea localhost/registry:3.0.0
  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated