Hi there, does Seed support layer caching for dock...
# seed
k
Hi there, does Seed support layer caching for docker builds? I'm currently running deploying a Docker image to Fargate through SST from
ContainerImage.fromAsset
however, each build rebuilds the docker image from scratch and redownloads the
FROM ecr.repo.base.image
which takes a long time. It would be nice if I could get these layers cached within the seed environment so builds are faster. Any ideas?
f
Hi @Kyle Boucher, docker layer cache is not supported at the moment. I will add it to the roadmap.
k
Thanks for the reply @Frank!