juxt

2017-04-27T01:48:37.850048Z

sounds interesting!

stijn 2017-04-27T07:58:36.424924Z

i've just setup a beanstalk deployment with a yada/aleph/netty server on docker yesterday

stijn 2017-04-27T07:58:50.428548Z

using AWS Codepipeline to get everything into place

stijn 2017-04-27T07:59:26.437971Z

can share the CodeBuild buildspec.yml if you like

stijn 2017-04-27T08:00:07.450731Z

we run from leiningen instead of uberjar though

stijn 2017-04-27T08:01:36.479014Z

@viebel docker for mac is quite stable since the release of docker-machine, indeed installable through brew

Yehonathan Sharvit 2017-04-27T09:37:48.152223Z

Iā€™d be happy to get buildspec.yml

stijn 2017-04-27T09:45:39.284855Z

we're using a predefined build container from amazon with JDK8 docker

stijn 2017-04-27T09:46:23.297580Z

if you're not using a predefined container, you need to install the aws cli tools in order to interact with container registry

stijn 2017-04-27T09:46:42.302956Z

the whole setup is loosely based on https://github.com/awslabs/ecs-refarch-continuous-deployment

stijn 2017-04-27T09:47:42.320065Z

maybe interesting too šŸ™‚