Skip to content

Resolve group failed with v0.8.0 #1020

Description

@yifan-gu-anchorage

Hi guys, we hit some target resolving issue after upgrading to v0.8.0 from v0.7.1

version: v0.8.0

cat buildtest.hcl
group "a" {
  targets = ["b", "c"]
}
group "b" {
  targets = ["d"]
}
group "c" {
  targets = ["b"]
}
target "d" {
  context = "."
  dockerfile = "./testdockerfile"
}

docker buildx bake a -f buildtest.hcl
[+] Building 0.0s (0/0)
error: failed to find target b

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions