This is a minimalist Alpine-based Docker image that includes /usr/bin/aws, a PyInstaller-packaged binary copy of aws-cli, as well as jq, the JSON cli utility. Those two files are the only differences to a stock alpine image.
The PyInstaller Dockerfile is mostly from pyinstaller-alpine.
As of this writing, the component versions used for this image are:
| Component | Version |
|---|---|
| aws-cli | 1.11.178 |
| Alpine | 3.6 |
| Python | 3.6.3 |
| PyInstaller | 3.3 |
| jq | 1.5 |
The resulting image is about 22MB in size.