You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
group "default" {
|
|
targets = ["foo", "bar"]
|
|
}
|
|
|
|
target "foo" {
|
|
dockerfile = "foo.Dockerfile"
|
|
output = ["out"]
|
|
}
|
|
|
|
target "bar" {
|
|
dockerfile = "bar.Dockerfile"
|
|
output = ["out"]
|
|
}
|