Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milldr/amazon-brew
containerized linuxbrew + awscli
https://github.com/milldr/amazon-brew
awscli docker linuxbrew
Last synced: 25 days ago
JSON representation
containerized linuxbrew + awscli
- Host: GitHub
- URL: https://github.com/milldr/amazon-brew
- Owner: milldr
- License: mit
- Created: 2020-02-10T00:52:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T03:14:02.000Z (almost 5 years ago)
- Last Synced: 2024-12-08T02:43:45.682Z (about 1 month ago)
- Topics: awscli, docker, linuxbrew
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Image with Homebrew and AWS CLI
Linuxbrew with aws cli
## Build
```
docker build -t milldr/amazon-brew:latest ./images/base
```## Usage
Configure:
```
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWS_DEFAULT_REGION=""
```## Maintenance
- The Docker image build & publish is automated by CircleCI
## References
- AWS CLI Docs: https://aws.amazon.com/documentation/cli/
- Homebrew: https://docs.brew.sh/Homebrew-on-Linux