Skip to content

Intermediate layer caching on EKS #8656

@royassis

Description

@royassis

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions