kerberos-io / agent

An open and scalable video surveillance system for anyone making this world a better and more peaceful place.
https://kerberos.io
MIT License
708 stars 88 forks source link

Docker: no matching manifest for linux/arm/v7 in the manifest list entries #112

Closed SiriusFuenmayor closed 1 year ago

SiriusFuenmayor commented 1 year ago

Greetings,

I am trying to install the docker image of Kerberos Agent on my Raspberry Pi 3 Model A+ with the command

docker run --network=host --name mycamera -d --restart=always kerberos/agent:latest

But I get the error:

Docker: no matching manifest for linux/arm/v7 in the manifest list entries

SiriusFuenmayor commented 1 year ago

Hi, imagine that I had to pull the image with the '[4c03132]' tag since it is the latest one supporting armv7. Is that correct? I think it should be mentioned on the readme.

cedricve commented 1 year ago

We had an issue with the latest build. This should be fixed now, can you try again @SiriusFuenmayor ?

SiriusFuenmayor commented 1 year ago

Hi,I was able to pull the image after the changes. Thank you