Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Missing docker image for ARM #4156

Closed
iocron opened this issue Jun 3, 2024 · 2 comments
Closed

[Bug]: Missing docker image for ARM #4156

iocron opened this issue Jun 3, 2024 · 2 comments
Assignees
Labels

Comments

@iocron
Copy link

iocron commented Jun 3, 2024

Steps to Reproduce

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

@iocron iocron added bug status/needs-triage Issue pending triage labels Jun 3, 2024
@jfagoagas
Copy link
Member

jfagoagas commented Jun 4, 2024

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.

Please let me know if this works for you.

Thanks for using Prowler 🚀

@jfagoagas jfagoagas added question and removed bug status/needs-triage Issue pending triage labels Jun 4, 2024
@jfagoagas jfagoagas self-assigned this Jun 4, 2024
@jfagoagas
Copy link
Member

Hi @iocron I'll close this issue. Please feel free to reopen it or reach to us if this doesn't work for you.

Thanks for using Prowler 🚀

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

No branches or pull requests

2 participants