2025.1/base/docker-bake.hcl [1:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
group "all" {
  targets = ["jvm-community", "jvm", "python", "python-community", "other", "cpp", "cpp-community", "ruby3x", "dotnet", "dotnet-community"]
}

group "default" {
  targets = ["jvm-community", "jvm", "python-community", "python", "dotnet-community", "dotnet"]
}

group "more" {
  targets = ["other"]
}

group "clang" {
  targets = ["cpp", "cpp-community"]
}

group "ruby" {
  targets = ["ruby3x"]
}

target "jvm-community" {
  tags = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



2025.2/base/docker-bake.hcl [1:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
group "all" {
  targets = ["jvm-community", "jvm", "python", "python-community", "other", "cpp", "cpp-community", "ruby3x", "dotnet", "dotnet-community"]
}

group "default" {
  targets = ["jvm-community", "jvm", "python-community", "python", "dotnet-community", "dotnet"]
}

group "more" {
  targets = ["other"]
}

group "clang" {
  targets = ["cpp", "cpp-community"]
}

group "ruby" {
  targets = ["ruby3x"]
}

target "jvm-community" {
  tags = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



