fauria / docker-vsftpd

🐳 vsftpd Docker image based on Centos 7. Supports passive mode and virtual users.
https://hub.docker.com/r/fauria/vsftpd/
Apache License 2.0
414 stars 341 forks source link

Docker image is not tagged as arm compatible when it is #78

Open CameronSabuda opened 1 year ago

CameronSabuda commented 1 year ago

My team use this ftp image in our project and I'm the only member on the team who has an apple silicon mac. Because this image is listed as only being compatible with amd64 architecture on docker hub, I was looking for alternatives to this FTP image but then I realised that the centos version this image is based on is arm compatible. After copying all the source locally, it runs natively on my apple silicon mac absolutely fine.

If it works fine (which from my testing so far seems to be the case), would it be possible to have the image on the docker hub be tagged as compatible with arm/arm64 architectures?

yuu2lee4 commented 1 month ago

centos has a arm version, you can build a arm version using this repo directly on a arm mechine