Skip to content

Commit

Permalink
Update buildkit version to speed up start time
Browse files Browse the repository at this point in the history
Let's update buildkit version to include startup speed fix
moby/buildkit@0bb8505

Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
  • Loading branch information
giggsoff committed Nov 14, 2022
1 parent aa24821 commit 9d86d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/linuxkit/pkg_build.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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
// this is the most recent manifest pointed to by moby/buildkit:master as of 2022-11-11, 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"
defaultBuilderImage = "moby/buildkit@sha256:a44defefec23a24cfc250116c4862e0e47c8d0339cefc4c7ab0ca7f3837618e3"
)

func pkgBuild(args []string) {
Expand Down

0 comments on commit 9d86d13

Please sign in to comment.