sounds interesting!
i've just setup a beanstalk deployment with a yada/aleph/netty server on docker yesterday
using AWS Codepipeline to get everything into place
can share the CodeBuild buildspec.yml if you like
we run from leiningen instead of uberjar though
@viebel docker for mac is quite stable since the release of docker-machine, indeed installable through brew
Iād be happy to get buildspec.yml
we're using a predefined build container from amazon with JDK8 docker
if you're not using a predefined container, you need to install the aws cli tools in order to interact with container registry
the whole setup is loosely based on https://github.com/awslabs/ecs-refarch-continuous-deployment
maybe interesting too š