https://github.com/sgreben/docker-awscli
Docker image for the AWS CLI (automatically tracks AWS CLI releases)
https://github.com/sgreben/docker-awscli
aws cli docker image
Last synced: over 1 year ago
JSON representation
Docker image for the AWS CLI (automatically tracks AWS CLI releases)
- Host: GitHub
- URL: https://github.com/sgreben/docker-awscli
- Owner: sgreben
- Created: 2019-07-06T18:52:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:56:10.000Z (over 1 year ago)
- Last Synced: 2024-10-25T12:13:39.177Z (over 1 year ago)
- Topics: aws, cli, docker, image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sgreben/awscli/tags
- Size: 428 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awscli
[](https://hub.docker.com/r/sgreben/awscli/builds) [](https://quay.io/repository/sgreben/awscli) [](https://gitlab.com/sgreben/docker-awscli/pipelines)
Latest releases of `awscli` are automatically tracked, updated in [./requirements.txt](requirements.txt), and built as tagged Docker images (e.g. `sgreben/awscli:1.16.196`) using [Renovate](https://renovatebot.com), [Gitlab CI](https://gitlab.com/sgreben/docker-awscli/pipelines), and [Quay.io](https://quay.io/repository/sgreben/awscli?tab=builds)/[DockerHub](https://hub.docker.com/r/sgreben/awscli/builds).
## Usage
```
docker pull sgreben/awscli
```
```
docker run --rm -i sgreben/awscli aws --version
```