2023.3/base/docker-bake.hcl [1:11]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
group "all" {
  targets = ["debian", "debian-js", "python", "python-js", "other"]
}

group "default" {
  targets = ["debian", "debian-js", "python", "python-js"]
}

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



2024.1/base/docker-bake.hcl [1:11]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
group "all" {
  targets = ["debian", "debian-js", "python", "python-js", "other"]
}

group "default" {
  targets = ["debian", "debian-js", "python", "python-js"]
}

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



