Afmhf debian Docker Image

I have a need for the armhf/debian docker image. I found one here:

https://hub.docker.com/r/armhf/debian

It says it is deprecated. I created a dockerfile using FROM armhf/debian and get an error that the source cannot be resolved. I am able to build the same docker file using other images.

Is there are way to get this image from somewhere?

Yeah, the armhf/debian image has been deprecated for a while and may not be reliably available anymore.

That repository description starts with the link to the recommended more specific repositories. Is there any reason why you insist on using the deprecated one?

When I looked in the new repo that is referenced I didn’t see armhf specifically. Turns out it is armv7l that I really wanted and that one works great.

Thanks for the information and tips!