https://github.com/major/awscli2-c9s
Container with awscli2 in CentOS Stream 9
https://github.com/major/awscli2-c9s
Last synced: 10 months ago
JSON representation
Container with awscli2 in CentOS Stream 9
- Host: GitHub
- URL: https://github.com/major/awscli2-c9s
- Owner: major
- License: mit
- Archived: true
- Created: 2024-05-29T13:07:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T15:24:47.000Z (over 1 year ago)
- Last Synced: 2025-08-23T12:09:24.043Z (10 months ago)
- Language: Dockerfile
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awscli2-c9s
The awscli2 package will appear in CentOS Stream 9 and RHEL soon, but you can test the container from this repository with podman via this command:
```bash
podman run --rm -it -v ~/.aws:/root/.aws:Z --name awscli2 ghcr.io/major/awscli2-c9s:main
```
This commant automatically mounts your AWS configuration and credentials into the container.