seek-oss / serverless-haskell

Deploying Haskell applications to AWS Lambda with Serverless
MIT License
215 stars 22 forks source link

Deploy fails when using master / rootless Docker #117

Open danwdart opened 4 years ago

danwdart commented 4 years ago

Can we get it to allow non-normally-versioned Dockers?

npx sls deploy output: Error: Error when running Stack: Cannot get Docker version (invalid 'docker --version' output) docker --version output: Docker version master-dockerproject-2019-07-12, build 6fc0dc91 Docker installed via: curl -sSL https://get.docker.com/rootless | sh

Ta!

koterpillar commented 4 years ago

How does one obtain this version of Docker?

This is a result of running stack --docker on the project, so the bug should be passed to Stack.

danwdart commented 4 years ago

It's just what I got when doing curl -sSL https://get.docker.com/rootless | sh

So yes, makes sense

danwdart commented 4 years ago

Here's the Stack issue: https://github.com/commercialhaskell/stack/issues/5087

koterpillar commented 4 years ago

Thank you for raising that.