Pulling from docker

Pulling TorizonCore Builder…
3: Pulling from torizon/torizoncore-builder
no matching manifest for linux/arm64/v8 in the manifest list entries
Error: could not pull TorizonCore Builder from Docker Hub!

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


The error message indicates that there is a compatibility issue with the architecture when trying to pull the TorizonCore Builder image from Docker Hub. Specifically, there is no matching manifest for the linux/arm64/v8 architecture in the available manifest list entries for the image torizon/torizoncore-builder. This suggests that the TorizonCore Builder image may not be available for the ARM64 architecture.

To address this issue, you can try the following troubleshooting steps:

  1. Check for Alternative Images: Look for alternative Docker images that support the ARM64 architecture. This might involve searching for other versions or variants of the TorizonCore Builder image that are compatible with your architecture.

  2. Verify Supported Architectures: Visit the Docker Hub page for the torizon/torizoncore-builder image to verify which architectures are supported. This information can help you determine if there is a compatible version available.

  3. Consider Different Architectures: If possible, consider using a different architecture that is compatible with the available images. This might involve using a different development environment or hardware that supports the available image architectures.

By exploring these options, you may be able to find a solution that allows you to proceed with your development tasks using TorizonCore.

Please, also check if these links can help you solve your problem:

No matching Manifest for TorizonCore Builder.

Hi @Jai8877

@ToradexAI is correct, we currently don’t support ARM64 TorizonCore Builder.
We have plans to support this someday in the future, but it is currently not prioritized.

Can you give a small description of your use case?

[quote=“ToradexAI, post:2, topic:25713”]
Docker Hub

Hi Allan,

Currently i am using verdin imx8m mini

For customize I need pull . I was used 10 days back in same way.
$ mkdir -p ~/tcbdir/ && cd ~/tcbdir/
$ wget https://raw.githubusercontent.com/toradex/tcb-env-setup/master/tcb-env-setup.sh
source tcb-env-setup.sh

source tcb-env-setup.sh
Warning: If you intend to use torizoncore-builder as a server (listening to ports), then you should pass extra parameters to “docker run” (via the – switch).
TorizonCore Builder is not installed. Pulling the latest version from Docker Hub…
Setting up TorizonCore Builder with version 3.

Pulling TorizonCore Builder…
3: Pulling from torizon/torizoncore-builder
no matching manifest for linux/arm64/v8 in the manifest list entries
Error: could not pull TorizonCore Builder from Docker Hub!

Now I am getting this error. How to use now ?

I need to use torizoncore-builder. How to use it now?

You are supposed to run it on your PC.
Are you on windows?

Can you share the output of this command?

uname -a

jai_admin@Laptop511:~/Jai$ uname -a
Linux Laptop511 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

@Jai8877

Are you using the Torizon IDE extension?
Can you try running the TorizonCore Builder in a new terminal window? Not the one in VSCode.

Also, we have a Torizon IDE Template for TorizonCore Builder that you can try as well.