Update to v3.1.4.1

This commit is contained in:
Aleksandar Puharic 2023-03-17 17:15:31 +01:00
parent 9eba8a728b
commit dfe04fed44
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -1,5 +1,5 @@
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"] 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"]
} }
target "build-dockerfile" { target "build-dockerfile" {
@ -160,8 +160,16 @@ target "3_1_3_0" {
target "3_1_4_0" { target "3_1_4_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"] inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.4.0", "docker.io/nlss/s6-rootfs:3.1", "docker.io/nlss/s6-rootfs:latest"] tags = ["docker.io/nlss/s6-rootfs:3.1.4.0"]
args = { args = {
S6_OVERLAY_VERSION = "3.1.4.0" S6_OVERLAY_VERSION = "3.1.4.0"
} }
}
target "3_1_4_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.4.1", "docker.io/nlss/s6-rootfs:3.1", "docker.io/nlss/s6-rootfs:latest"]
args = {
S6_OVERLAY_VERSION = "3.1.4.1"
}
} }