Support Buildkit 0.12.0 #1942
Replies: 2 comments 1 reply
-
for now it looks like I can specify the buildkit version when creating the builder: docker buildx create --use --driver=docker-container --name=test --bootstrap --driver-opt=image=moby/buildkit:latest and the cache-to supports the image-manifest arg, so things are working. It would be nice to have 0.12 as the default buildkit version for the builder, but for now I'm excited about how well this works! |
Beta Was this translation helpful? Give feedback.
-
0.12.0 has been published few days ago and we usually wait a week before updating |
Beta Was this translation helpful? Give feedback.
-
Description
Hi,
My team has been wanting to handle better caching in our Dockerfiles, especially around multi-stage builds. We've found something that works, but the new cache changes in BuildKit should allow us to use the
image-manifest=true
option and post our builds to AWS ECR much easier, and more efficiently.Beta Was this translation helpful? Give feedback.
All reactions