We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01959f6 commit a3a26f5Copy full SHA for a3a26f5
README.md
@@ -46,6 +46,11 @@ Or drop it into your path named `aws`:
46
curl -o /usr/local/bin/aws https://raw.githubusercontent.com/mesosphere/aws-cli/master/aws.sh && chmod a+x /usr/local/bin/aws
47
```
48
49
+## Maintenance
50
+
51
+- The Docker image build & publish is automated by DockerHub for master commits and tags.
52
+- The awscli and s3cmd packages have handcoded versions in the Dockerfile that need to be bumped manually.
53
54
## References
55
56
AWS CLI Docs: https://aws.amazon.com/documentation/cli/
0 commit comments