anchore / anchore-engine

A service that analyzes docker images and scans for vulnerabilities
Apache License 2.0
1.58k stars 271 forks source link

Docker image aarch64 support? #332

Open L0g4n opened 4 years ago

L0g4n commented 4 years ago

Hi,

which CPU microarchitectures are supported by the Docker image of anchore engine besides amd64? Is aarch64 also supported for running this whole thing on a raspberry pi?

L0g4n commented 4 years ago

The Docker image is for amd64 only I see. Is there still a way to run this on aarch64? anchore-engine seems to be written in Python, so I guess I have to manually build the Docker image from the Dockerfile?