Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
The error message you are encountering suggests that there is a timeout issue when trying to fetch the container image torizon/weston-vivante:3
from the Docker registry. This could be related to the proxy settings not being correctly applied to the Docker daemon or the TorizonCore Builder tool.
Here are a few steps you can take to troubleshoot and potentially resolve the issue:
-
Verify Proxy Settings: Ensure that the proxy settings are correctly configured and applied to all necessary components. You’ve mentioned setting them in several places, but double-check that they are correctly formatted and active.
-
Docker Daemon Configuration: Make sure that the Docker daemon is correctly configured to use the proxy. You can verify this by checking the Docker service configuration files and ensuring that the proxy settings are correctly applied.
-
Network Connectivity: Check if there are any network issues or restrictions that might be causing the timeout. Ensure that the machine running the TorizonCore Builder tool has proper access to the internet and can reach the Docker registry.
-
Increase Timeout: If the network is slow, consider increasing the timeout settings for Docker to allow more time for the connection to be established.
-
Local Registry: If you are using a local registry (
localhost:5002
), ensure that it is correctly set up and accessible. Also, verify that the--insecure-registry
parameter is correctly applied. -
Test Without Proxy: If possible, try running the command without the proxy to see if the issue persists. This can help determine if the proxy is the root cause of the problem.
If these steps do not resolve the issue, you may need to consult additional resources or support specific to your network and proxy configuration.
Please, also check if these links can help you solve your problem:
TorizonCore Builder can't download toolchain because of proxy.