driver: update BuildKit version constraint for docker driver

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1731/head
CrazyMax 2 years ago
parent 91fdb0423d
commit 1b816ff838
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -153,7 +153,7 @@ var mobyBuildkitVersions = []mobyBuildkitVersion{
BuildkitVersion: "v0.10.6+4f0ee09",
},
{
MobyVersionConstraint: "23.0.2",
MobyVersionConstraint: ">= 23.0.2-0, < 23.0.4-0",
BuildkitVersion: "v0.10.6+70f2ad5",
},
{

@ -105,7 +105,11 @@ func TestResolveBuildKitVersion(t *testing.T) {
},
{
mobyVersion: "23.0.2-rc.1",
expected: "v0.10+unknown",
expected: "v0.10.6+70f2ad5",
},
{
mobyVersion: "23.0.3",
expected: "v0.10.6+70f2ad5",
},
{
mobyVersion: "23.0.4",

Loading…
Cancel
Save