Newest release cloudwatch containers no longer start #50
Description
Following the merge of #44 yesterday and the subsequent image updates on docker hub, the cloudwatch docker containers fail to start up.
There is an existing issue for the aws sdk for ruby that details the problem: aws/aws-sdk-ruby#1590. Basically the latest sdk (3.x) is now modularised, so needs to be imported in a different way.
Unfortunately 3.0.0 of the aws sdk was released over a month after that merge request was created - so if it had been merged when the request had been opened, the new images would work correctly.
This re-release of existing tags on docker hub has completely broken our previously stable build. When a release is made, existing tags that reference a specific version (e.g. v0.12.33-cloudwatch
) shouldn't be updated, but should be released using a brand new tag. For generic tags (such as cloudwatch
) updating existing tags is OK, because people expect them to be updated.