https://github.com/sue445/dockerfile-awscli-all
Dockerfile with all awscli installed
https://github.com/sue445/dockerfile-awscli-all
awscli dockerfile
Last synced: 4 months ago
JSON representation
Dockerfile with all awscli installed
- Host: GitHub
- URL: https://github.com/sue445/dockerfile-awscli-all
- Owner: sue445
- License: mit
- Created: 2019-06-12T12:38:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-01T22:02:47.000Z (4 months ago)
- Last Synced: 2025-10-02T00:09:16.423Z (4 months ago)
- Topics: awscli, dockerfile
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sue445/awscli-all/
- Size: 581 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sue445/awscli-all
Dockerfile with all awscli (v1) installed
[](https://github.com/sue445/dockerfile-awscli-all/actions/workflows/build.yml)
[](https://github.com/sue445/dockerfile-awscli-all/actions/workflows/update_version.yml)
[](https://circleci.com/gh/sue445/dockerfile-awscli-all/tree/master)
* https://hub.docker.com/r/sue445/awscli-all/
* https://github.com/sue445/dockerfile-awscli-all
## Installed packages
* `awscli`
* `aws-sam-cli`
* `ecs-cli`
## Build
```bash
docker build --rm -t awscli-all .
```
## Running
```bash
docker run -it --rm sue445/awscli-all bash
```
## Use aws-cli v2
Use `amazon/aws-cli` instead of `sue445/awscli-all`
* https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-docker.html
* https://hub.docker.com/r/amazon/aws-cli