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
docker pull toniblyx/prowler
Using default tag: latest
latest: Pulling from toniblyx/prowler
no matching manifest for linux/arm64/v8 in the manifest list entries
Expected behavior
Should pull a existing docker image for ARM, which does not exist as of right now => Solution: Can be build by a github workflow.
Actual Result with Screenshots or Logs
How did you install Prowler?
Docker (docker pull toniblyx/prowler)
Environment Resource
MacOS 14.4
Chip: Apple M1 Pro
Docker Engine: 25.0.3
OS used
MacOS 14.4
Prowler version
latest
Pip version
24.0
Context
No response
The text was updated successfully, but these errors were encountered:
Hi @iocron we are not builiding the container images from ARM yet. As a workaround you can use the following command to get the Prowler image docker pull --platform linux/amd64 toniblyx/prowler.
Steps to Reproduce
Expected behavior
Should pull a existing docker image for ARM, which does not exist as of right now => Solution: Can be build by a github workflow.
Actual Result with Screenshots or Logs
How did you install Prowler?
Docker (docker pull toniblyx/prowler)
Environment Resource
MacOS 14.4
Chip: Apple M1 Pro
Docker Engine: 25.0.3
OS used
MacOS 14.4
Prowler version
latest
Pip version
24.0
Context
No response
The text was updated successfully, but these errors were encountered: