AleksaMCode / Preferred-Network-List-Sniffer

A reconnaissance tool for capturing and displaying SSIDs from device's Preferred Network List.
MIT License
139 stars 7 forks source link

[FEATURE] Docker images for other arm platforms #24

Open srividya-p opened 7 months ago

srividya-p commented 7 months ago

Is there an existing feature request for this?

How badly do you need this?

Is your feature request related to a problem? Please describe.

Hello! First off, great work with this project, The results post deployment are quite impressive.

As the title states, I came across the following error while using the pre-built images during installation:

! frontend The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
! backend The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

While this is problem is easy to fix by building locally, it slows down the deployment process.

Describe the solution that you would like.

More image variants for the commonly used arm platforms could be provided.

Describe alternatives you have considered.

I understand that catering to a large number of platforms is not a priority (unless there is a quick way to do so). So it would be a nice start to just mention supported platforms in the README :)

Anything else?

Docker docs on multi-platform images: https://docs.docker.com/build/building/multi-platform

AleksaMCode commented 7 months ago

Great find! This is an oversight on my part.