You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v6) and no specific platform was requested
3aa7aedf0c3ffd9aa394c9ca15f4bc93f9ce5af9a558d47f4dee15da91b83264
The fix can be seen in what pi-hole went through here:
The short answer is this is a problem with the cross building process. Docker is now detecting this and flagging the error saying it was built in correctly. To fix it you need to update how you use buildx so that it flags the architecture properly.
The text was updated successfully, but these errors were encountered:
@Baenwort The error message suggests that you are using the wrong image. You should use datarhei/restreamer-armv7l:latest instead of datarhei/restreamer:latest.
Hi, I'm using the datarhei/restreamer-armv6l:latest as it is a Pi Zero W.
This error occurs with the above image. Per the troubleshooting over in PiHole and other projects this is caused by a change in the latest version of Docker that causes it to flag on images built on other platforms that are using a older build process that doesn't set the flags how Docker expects. It used to ignore it and now gives that warning.
When starting restreamer on a Pi I get:
The fix can be seen in what pi-hole went through here:
pi-hole/docker-pi-hole#735
The short answer is this is a problem with the cross building process. Docker is now detecting this and flagging the error saying it was built in correctly. To fix it you need to update how you use
buildx
so that it flags the architecture properly.The text was updated successfully, but these errors were encountered: