Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda Layers With Containers #20

Merged
merged 1 commit into from Jul 3, 2022
Merged

Lambda Layers With Containers #20

merged 1 commit into from Jul 3, 2022

Conversation

metaskills
Copy link
Member

@metaskills metaskills commented Jul 3, 2022

Learning from customink/crypteia#17 and having a need to use Ruby Libvips with a few projects that need to move to Containers AND not be slowed down by building their own Libvips each time. Example:

FROM ghcr.io/customink/ruby-vips-lambda-layer:8.12.2.1 AS ruby-vips-lambda
FROM public.ecr.aws/lambda/ruby:2.7
COPY --from=ruby-vips-lambda /opt /opt

This pull request also introduces a development container. I was able to use an 8 CPU one during this work to keep the builds fast. NOTE: After I merge this work in I will ensure the release task runs and we get those containers published so the docs actually work.

@metaskills metaskills requested a review from brcarp Jul 3, 2022
@metaskills metaskills merged commit 67da31f into master Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant