mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2024-11-23 13:03:29 +01:00
Add support for s6-overlay v3.1.6.0
This commit is contained in:
parent
5880321a36
commit
4774e6ba1b
|
@ -1,5 +1,14 @@
|
||||||
group "default" {
|
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", "3_0_0_2-2", "3_1_0_0", "3_1_0_1", "3_1_1_0", "3_1_1_1", "3_1_1_2", "3_1_2_0", "3_1_2_1", "3_1_3_0", "3_1_4_0", "3_1_4_1", "3_1_4_2", "3_1_5_0"]
|
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", "3_0_0_2-2",
|
||||||
|
"3_1_0_0", "3_1_0_1", "3_1_1_0",
|
||||||
|
"3_1_1_1", "3_1_1_2", "3_1_2_0",
|
||||||
|
"3_1_2_1", "3_1_3_0", "3_1_4_0",
|
||||||
|
"3_1_4_1", "3_1_4_2", "3_1_5_0",
|
||||||
|
"3_1_6_0"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "build-dockerfile" {
|
target "build-dockerfile" {
|
||||||
|
@ -248,6 +257,14 @@ target "3_1_5_0" {
|
||||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
cache-from = get-cache-from("3.1.5.0")
|
cache-from = get-cache-from("3.1.5.0")
|
||||||
cache-to = get-cache-to("3.1.5.0")
|
cache-to = get-cache-to("3.1.5.0")
|
||||||
tags = get-tags("3.1.5.0", ["3.1", "3.1.5", "latest"])
|
tags = get-tags("3.1.5.0", ["3.1.5"])
|
||||||
args = get-args("3.1.5.0")
|
args = get-args("3.1.5.0")
|
||||||
|
}
|
||||||
|
|
||||||
|
target "3_1_6_0" {
|
||||||
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
|
cache-from = get-cache-from("3.1.6.0")
|
||||||
|
cache-to = get-cache-to("3.1.6.0")
|
||||||
|
tags = get-tags("3.1.6.0", ["3.1", "3.1.6", "latest"])
|
||||||
|
args = get-args("3.1.6.0")
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user