Merge pull request #3874 from giggsoff/update-buildkit-speedup

Update buildkit version to speed up start time
This commit is contained in:
Avi Deitcher 2022-11-14 19:50:39 +02:00 committed by GitHub
commit 61caf54c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,10 @@ import (
const (
buildersEnvVar = "LINUXKIT_BUILDERS"
envVarCacheDir = "LINUXKIT_CACHE"
// this is the most recent manifest pointed to by moby/buildkit:master as of 2022-07-22, so it includes
// our required commit. Once there is a normal semver tag later than this, we should switch to it.
defaultBuilderImage = "moby/buildkit@sha256:19c4637f8809f21af01dedf65f7f0d64636165d8191381ec9d5150fccedbae48"
// this is the most recent manifest pointed to by moby/buildkit:master as of 2022-11-11, with the latest commit
// d3f26c63389c2ad66600ae5c884d6cbde627d6d8.
// Once there is a normal semver tag later than this, we should switch to it.
defaultBuilderImage = "moby/buildkit@sha256:a44defefec23a24cfc250116c4862e0e47c8d0339cefc4c7ab0ca7f3837618e3"
)
func pkgBuild(args []string) {