Docker image with aws and other useful utilities
This image is used when following the 3 Musketeers pattern. By running aws inside Docker, we ensure consistency, control and confidence.
aws, you can be sure that they will function the same whether you run it on your Windows workstation or on a Jenkins build agent.Makefile:
deploy:
docker-compose run --rm aws apply
docker-compose.yml:
services:
aws:
image: cmdlabs/aws-utils:1.16.96
volumes:
- .:/opt/app:Z
Content type
Image
Digest
Size
91.7 MB
Last updated
over 7 years ago
docker pull cmdlabs/aws-utils