Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sue445/dockerfile-awscli-all
Dockerfile with all awscli installed
https://github.com/sue445/dockerfile-awscli-all
awscli dockerfile
Last synced: 20 minutes 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 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T22:02:22.000Z (4 days ago)
- Last Synced: 2025-01-21T23:19:05.401Z (4 days ago)
- Topics: awscli, dockerfile
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sue445/awscli-all/
- Size: 521 KB
- Stars: 4
- Watchers: 2
- 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[![build](https://github.com/sue445/dockerfile-awscli-all/actions/workflows/build.yml/badge.svg)](https://github.com/sue445/dockerfile-awscli-all/actions/workflows/build.yml)
[![update_version](https://github.com/sue445/dockerfile-awscli-all/actions/workflows/update_version.yml/badge.svg)](https://github.com/sue445/dockerfile-awscli-all/actions/workflows/update_version.yml)
[![CircleCI](https://circleci.com/gh/sue445/dockerfile-awscli-all/tree/master.svg?style=svg)](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