tyro / rabbit-amazon-bridge

A service that routes JSON messages back and forth between AWS and rabbitmq
Apache License 2.0
18 stars 6 forks source link

Produce a docker image as well as a jar #23

Closed maccac closed 5 years ago

maccac commented 5 years ago

For ease of deployment we should look at producing a docker image. Once we have one, we can then consider pushing to docker hub as well as maven central

pauldthomson commented 5 years ago

This shouldn't be too hard either: https://docs.docker.com/docker-hub/builds/

maccac commented 5 years ago

That's a pretty cool idea. We should try it out once we have a dockerhub account sorted. I wonder if it can also be chained from a CI build.

maccac commented 5 years ago

Just realised that of course this will be fine because once we have a CI in place all merges will have gone through a build prior to a merge. How about we try this out after we've done #5 ?

mc-tyro commented 5 years ago

@martingreber may want to take a look at this.

maccac commented 5 years ago

We are not producing a docker image at