mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
driver: update BuildKit version constraint for docker driver
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
1eb9ad979e
commit
60e72ba989
@ -156,6 +156,10 @@ var mobyBuildkitVersions = []mobyBuildkitVersion{
|
||||
MobyVersionConstraint: ">= 23.0.2-0, < 23.0.4-0",
|
||||
BuildkitVersion: "v0.10.6+70f2ad5",
|
||||
},
|
||||
{
|
||||
MobyVersionConstraint: ">= 23.0.4-0, < 23.0.7-0",
|
||||
BuildkitVersion: "v0.10.6+d52b2d5",
|
||||
},
|
||||
{
|
||||
MobyVersionConstraint: "~23-0",
|
||||
BuildkitVersion: "v0.10+unknown",
|
||||
|
@ -112,7 +112,11 @@ func TestResolveBuildKitVersion(t *testing.T) {
|
||||
expected: "v0.10.6+70f2ad5",
|
||||
},
|
||||
{
|
||||
mobyVersion: "23.0.4",
|
||||
mobyVersion: "23.0.5",
|
||||
expected: "v0.10.6+d52b2d5",
|
||||
},
|
||||
{
|
||||
mobyVersion: "23.0.7",
|
||||
expected: "v0.10+unknown",
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user