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: 28 days 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: 2024-11-22T22:03:21.000Z (about 1 month ago)
- Last Synced: 2024-11-22T23:18:00.018Z (about 1 month ago)
- Topics: awscli, dockerfile
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sue445/awscli-all/
- Size: 505 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 Status](https://github.com/sue445/dockerfile-awscli-all/workflows/build/badge.svg?branch=master)](https://github.com/sue445/dockerfile-awscli-all/actions?query=workflow%3Abuild)
[![Build Status](https://github.com/sue445/dockerfile-awscli-all/workflows/update_version/badge.svg?branch=master)](https://github.com/sue445/dockerfile-awscli-all/actions?query=workflow%3Aupdate_version)
[![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