-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area/buildsam build commandsam build command
Description
Hey
I have a SAM application with multiple AWS lambda functions, that are image based.
Right now we run our CICD pipeline of a Jenkins server that runs on EC2.
All the intermediate docker layers are caches on the instance itself.
We are moving our Jenkins stack (workers and controller) from running on EC2 to EKS, so the layers won't be cached.
There is a solution for this with docker buildkit:
--cache-to and --cache-from.
What is a sutible solution for this when using AWS SAM?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/buildsam build commandsam build command