Sign inSign up

lendone/aws-worker

By lendone

Updated over 8 years ago

Base Docker image for deploying LendOne apps to AWS, including AWS CLI, Zip and JQ for JSON parsing.

Image
0

1.2K

lendone/aws-worker repository overview

This docker image provides a base image for LendOne internal CI/CD requirements. The aim is to produce a Docker image that allows for deployment to AWS Elastic Beanstalk environments. This means of course that Python and the AWS CLI must be installed in the image.

Zip is installed to create Zip archives to upload to S3, and in turn use as deployment packages with Elastic Beanstalk. This is appropriate in, for example, the case of Node.js services.

JQ is also installed to parse and query JSON returned from the AWS CLI. This allows you to query environment information from Elastic Beanstalk, see which one has the non-live CNAME in a blue/green deployment environment and deploy to the non-live environment, for example.

Tag summary

Content type

Image

Digest

Size

235 MB

Last updated

over 8 years ago

docker pull lendone/aws-worker