Fork me on GitHub
#juxt
<
2017-04-27
>
minikomi01:04:37

sounds interesting!

stijn07:04:36

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

stijn07:04:50

using AWS Codepipeline to get everything into place

stijn07:04:26

can share the CodeBuild buildspec.yml if you like

stijn08:04:07

we run from leiningen instead of uberjar though

stijn08:04:36

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

Yehonathan Sharvit09:04:48

I’d be happy to get buildspec.yml

stijn09:04:39

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

stijn09:04:23

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

stijn09:04:42

maybe interesting too 🙂