Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Receiving Manifest error #2

Open
jeffriesc opened this issue Aug 29, 2020 · 2 comments
Open

Receiving Manifest error #2

jeffriesc opened this issue Aug 29, 2020 · 2 comments

Comments

@jeffriesc
Copy link

I followed all the processes outlined in your project and I am getting an error that states, Error: manifest for bastilimbach/docker-magicmirror:raspberry not found. Do you have any idea as to why?

@m-roberts
Copy link

m-roberts commented Sep 5, 2020

I am also seeing this. It's coming from the the underlying base image in the Dockerfile.

Possible fix is to replace this line with:

FROM --platform=linux/arm64 bastilimbach/docker-magicmirror:latest

Possible platforms, as of v2.11.0 of base image:

linux/amd64
linux/arm/v7
linux/arm64

Note: I am also having issues with installing libraspberrypi-bin on this image, though I am not sure what it is needed for.

With the implementation described above, I am still left with:

05.09.20 21:30:11 (+0100)  Browser  * failed to add service - already in use?
05.09.20 21:30:15 (+0100)  Browser  
05.09.20 21:30:15 (+0100)  Browser  (cog:16): Cog-WARNING **: <http://localhost:90/> Crash!: The renderer process crashed. Reloading the page may fix intermittent failures.

occuring over and over. I am struggling to debug it further at this time, but am posting here to record my experience.

@dhumphrey7
Copy link

Has there been any update to this. I was having an issue with the build process trying to download libraspberrypi-bin I removed it from the dockerfile and everything pushed to balena just fine. Figured I could push it to the image later, but also could not figure out how to, as this is my first dive into this stuff. Ialso was was getting the renderer process crash after.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants