Where is nvcr.io/nvidia/l4t-jetpack:r36.4.3 image gone?

I was using 36.4.3 base image for some time in my Jetson docker. And took a few weeks vacation and made clean Jetson flash afterwards. Now running docker says there is no such image. And googling also does not provide any information. Chatgpt says it never was published. WTF is going on, am I being gaslighted? I was using this base image for months and now it’s gone and I need to figure out how to run all the dependencies on 36.4.0. WTF? What if my production would be based on 36.4.3 ? Why did it suddenly vanished? What does it mean?

Hi,

The latest container for r36 is r36.4.0 since it is compatible for r36.4.3 and r36.4.4:

Thanks.

Now I’m using r36.4.0. But I was using r36.4.4 previously and it was there. I even had to fix some dependencies to make it work in my configuration. Now thinking that you probably put it there by mistake or some automation build put it. You know how I got to use it? Without checking what is “latest” I just added version in my Dockerfile and it worked.

Hi,

The tag for the container is named by the branch instead of latest.
Do you get everything working with the r36.4.0 container?

Thanks.

Yes, all good with r36.4.0.