mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #3874 from giggsoff/update-buildkit-speedup
Update buildkit version to speed up start time
This commit is contained in:
commit
61caf54c54
@ -14,9 +14,10 @@ import (
|
|||||||
const (
|
const (
|
||||||
buildersEnvVar = "LINUXKIT_BUILDERS"
|
buildersEnvVar = "LINUXKIT_BUILDERS"
|
||||||
envVarCacheDir = "LINUXKIT_CACHE"
|
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, with the latest commit
|
||||||
// our required commit. Once there is a normal semver tag later than this, we should switch to it.
|
// d3f26c63389c2ad66600ae5c884d6cbde627d6d8.
|
||||||
defaultBuilderImage = "moby/buildkit@sha256:19c4637f8809f21af01dedf65f7f0d64636165d8191381ec9d5150fccedbae48"
|
// Once there is a normal semver tag later than this, we should switch to it.
|
||||||
|
defaultBuilderImage = "moby/buildkit@sha256:a44defefec23a24cfc250116c4862e0e47c8d0339cefc4c7ab0ca7f3837618e3"
|
||||||
)
|
)
|
||||||
|
|
||||||
func pkgBuild(args []string) {
|
func pkgBuild(args []string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user