Torizon/wayland-base-vivante on imx8

Hi…
I’m try to get the wayland-base-vivante image on my imx8 by:

docker pull torizon/wayland-base-vivante:$CT_TAG_WESTON_VIVANTE
but answer is → invalid reference format

or

docker pull torizon/wayland-base-vivante
but answer is → Using default tag: latest
Error response from daemon: manifest for torizon/wayland-base-vivante:latest not found: manifest unknown: manifest unknown

What about?
thanks…

Greetings @gianpiero.dicataldo,

Are you running these docker pull commands on the Apalis module running TorizonCore?

The first command you listed docker pull torizon/wayland-base-vivante:$CT_TAG_WESTON_VIVANTE. Will only run on a Torizon module since the environment variable CT_TAG_WESTON_VIVANTE will only be defined there. Judging by the error you got it looks like this variable was undefined on whatever machine you tried to run it.

The second command docker pull torizon/wayland-base-vivante fails because we don’t keep a latest tag on our container images. Since you didn’t specify a tag for the image docker defaults to latest which we don’t have since we use semantic versioning in all of our container images.

If you want to see all the available tags for this container image you can see the full list on our Dockerhub: Docker Hub

Best Regards,
Jeremias