https://github.com/vane-tech/circleci-awscli
An image to use docker and awscli on circlci
https://github.com/vane-tech/circleci-awscli
Last synced: about 2 months ago
JSON representation
An image to use docker and awscli on circlci
- Host: GitHub
- URL: https://github.com/vane-tech/circleci-awscli
- Owner: vane-tech
- Created: 2021-03-19T14:07:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T14:08:39.000Z (about 4 years ago)
- Last Synced: 2025-01-27T10:45:00.080Z (4 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A docker image to be used on CircleCI
**The docker repository is public, don't add anything private!**
# Publish a new version
```sh
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/x7p5c2p8
docker build -t public.ecr.aws/x7p5c2p8/circleci-awscli . && docker push public.ecr.aws/x7p5c2p8/circleci-awscli
```