From a3a26f55a5efe3643eb337dd969f8c43ee6bd48d Mon Sep 17 00:00:00 2001 From: Karl Isenberg Date: Thu, 25 Jan 2018 10:29:34 -0800 Subject: [PATCH] Hints about Maintenance --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd364db..7796347 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ Or drop it into your path named `aws`: curl -o /usr/local/bin/aws https://raw.githubusercontent.com/mesosphere/aws-cli/master/aws.sh && chmod a+x /usr/local/bin/aws ``` +## Maintenance + +- The Docker image build & publish is automated by DockerHub for master commits and tags. +- The awscli and s3cmd packages have handcoded versions in the Dockerfile that need to be bumped manually. + ## References AWS CLI Docs: https://aws.amazon.com/documentation/cli/