mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-12-08 21:02:40 +01:00
Adapt to buildx v0.8.2 (breaking) changes
Replace . with _
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
group "default" {
|
||||
targets = ["2.1.0.2", "2.2.0.0", "2.2.0.1", "2.2.0.2", "2.2.0.3", "3.0.0.0", "3.0.0.1", "3.0.0.2"]
|
||||
targets = ["2_1_0_2", "2_2_0_0", "2_2_0_1", "2_2_0_2", "2_2_0_3", "3_0_0_0", "3_0_0_1", "3_0_0_2"]
|
||||
}
|
||||
|
||||
target "build-dockerfile" {
|
||||
@@ -18,7 +18,7 @@ target "build-common" {
|
||||
pull = true
|
||||
}
|
||||
|
||||
target "2.1.0.2" {
|
||||
target "2_1_0_2" {
|
||||
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:2.1.0.2", "docker.io/nlss/s6-rootfs:2.1"]
|
||||
args = {
|
||||
@@ -26,7 +26,7 @@ target "2.1.0.2" {
|
||||
}
|
||||
}
|
||||
|
||||
target "2.2.0.0" {
|
||||
target "2_2_0_0" {
|
||||
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:2.2.0.0"]
|
||||
args = {
|
||||
@@ -34,7 +34,7 @@ target "2.2.0.0" {
|
||||
}
|
||||
}
|
||||
|
||||
target "2.2.0.1" {
|
||||
target "2_2_0_1" {
|
||||
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:2.2.0.1"]
|
||||
args = {
|
||||
@@ -42,7 +42,7 @@ target "2.2.0.1" {
|
||||
}
|
||||
}
|
||||
|
||||
target "2.2.0.2" {
|
||||
target "2_2_0_2" {
|
||||
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:2.2.0.2"]
|
||||
args = {
|
||||
@@ -50,7 +50,7 @@ target "2.2.0.2" {
|
||||
}
|
||||
}
|
||||
|
||||
target "2.2.0.3" {
|
||||
target "2_2_0_3" {
|
||||
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:2.2.0.3", "docker.io/nlss/s6-rootfs:2.2"]
|
||||
args = {
|
||||
@@ -58,7 +58,7 @@ target "2.2.0.3" {
|
||||
}
|
||||
}
|
||||
|
||||
target "3.0.0.0" {
|
||||
target "3_0_0_0" {
|
||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:3.0.0.0", "docker.io/nlss/s6-rootfs:3.0.0.0-1"]
|
||||
args = {
|
||||
@@ -66,7 +66,7 @@ target "3.0.0.0" {
|
||||
}
|
||||
}
|
||||
|
||||
target "3.0.0.1" {
|
||||
target "3_0_0_1" {
|
||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:3.0.0.1"]
|
||||
args = {
|
||||
@@ -74,7 +74,7 @@ target "3.0.0.1" {
|
||||
}
|
||||
}
|
||||
|
||||
target "3.0.0.2" {
|
||||
target "3_0_0_2" {
|
||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||
tags = ["docker.io/nlss/s6-rootfs:3.0.0.2", "docker.io/nlss/s6-rootfs:3.0", "docker.io/nlss/s6-rootfs:latest"]
|
||||
args = {
|
||||
|
||||
Reference in New Issue
Block a user