fabfuel / ecs-deploy

Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Other
843 stars 145 forks source link

Dockerhub version #197

Closed pbthorste closed 2 years ago

pbthorste commented 2 years ago

Hey,

First I'd like to thank you for providing such a great tool.

I have been using the version you have uploaded to docker hub, and noticed that it is not up to date with the latest version of this tool.

Will it be updated ? And if so, would there be any chance of providing an arm compatible version ?

Thanks!

fabfuel commented 2 years ago

Hi Petur,

thanks, glad it's helpful for you!

I actually realized yesterday, that Docker is not building my images automatically anymore. Probably because of the pricing changes they introduced. I need to investigate a bit more.

ARM Version? Interesting! But I have to investigate here as well 🙂

Best Fabian

pbthorste commented 2 years ago

Ok - thanks for the update :)

The arm version would be nice-to-have to run on mac m1, but not important imo.

fabfuel commented 2 years ago

But docker run fabfuel/ecs-deploy works fine on a M1 Mac. Just tried it out :-)

pbthorste commented 2 years ago

It works, but I get this warning: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) Which basically means that it is running in emulation mode - would be nice to have a native image but not really important :)