Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Latest commit

 

History

History

Publish as ${ECR_REGISTRY}/mysql-ruby-lambda

This image used to be published as cdluc3/mysql-ruby-lambda

This Docker image is used to facilitate building Ruby Lambda dependencies.

MySql binaries need to be built for the Lambda environment.

docker build --pull -t ${ECR_REGISTRY}/mysql-ruby-lambda .
docker push ${ECR_REGISTRY}/mysql-ruby-lambda