s6-rootfs/build/docker-bake.hcl

167 lines
4.3 KiB
HCL
Raw Normal View History

2022-01-14 21:54:59 +01:00
group "default" {
2023-03-17 17:12:35 +01:00
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"]
2022-01-14 21:54:59 +01:00
}
target "build-dockerfile" {
dockerfile = "Dockerfile"
}
target "build-dockerfile-legacy" {
dockerfile = "Dockerfile.legacy"
}
2022-01-14 21:54:59 +01:00
target "build-platforms" {
platforms = ["linux/amd64", "linux/armhf", "linux/aarch64"]
}
target "build-common" {
pull = true
}
target "2_1_0_2" {
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
2022-01-14 21:54:59 +01:00
tags = ["docker.io/nlss/s6-rootfs:2.1.0.2", "docker.io/nlss/s6-rootfs:2.1"]
args = {
S6_OVERLAY_VERSION = "2.1.0.2"
2022-01-14 21:54:59 +01:00
}
}
target "2_2_0_0" {
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
2022-01-14 21:54:59 +01:00
tags = ["docker.io/nlss/s6-rootfs:2.2.0.0"]
args = {
S6_OVERLAY_VERSION = "2.2.0.0"
2022-01-14 21:54:59 +01:00
}
}
target "2_2_0_1" {
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
2022-01-14 21:54:59 +01:00
tags = ["docker.io/nlss/s6-rootfs:2.2.0.1"]
args = {
S6_OVERLAY_VERSION = "2.2.0.1"
2022-01-14 21:54:59 +01:00
}
}
target "2_2_0_2" {
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
2022-01-14 21:54:59 +01:00
tags = ["docker.io/nlss/s6-rootfs:2.2.0.2"]
args = {
S6_OVERLAY_VERSION = "2.2.0.2"
2022-01-14 21:54:59 +01:00
}
}
target "2_2_0_3" {
inherits = ["build-dockerfile-legacy", "build-platforms", "build-common"]
2022-01-26 13:15:33 +01:00
tags = ["docker.io/nlss/s6-rootfs:2.2.0.3", "docker.io/nlss/s6-rootfs:2.2"]
2022-01-14 21:54:59 +01:00
args = {
S6_OVERLAY_VERSION = "2.2.0.3"
2022-01-14 21:54:59 +01:00
}
}
2022-01-26 13:15:33 +01:00
target "3_0_0_0" {
2022-01-26 13:15:33 +01:00
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-01-30 04:05:32 +01:00
tags = ["docker.io/nlss/s6-rootfs:3.0.0.0", "docker.io/nlss/s6-rootfs:3.0.0.0-1"]
2022-01-26 13:15:33 +01:00
args = {
S6_OVERLAY_VERSION = "3.0.0.0-1"
2022-09-14 00:56:16 +02:00
S6_OVERLAY_PAK_EXT = "-3.0.0.0-1.tar.xz"
2022-01-26 13:15:33 +01:00
}
2022-01-30 04:05:32 +01:00
}
target "3_0_0_1" {
2022-01-30 04:05:32 +01:00
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-01-30 04:07:09 +01:00
tags = ["docker.io/nlss/s6-rootfs:3.0.0.1"]
2022-01-30 04:05:32 +01:00
args = {
S6_OVERLAY_VERSION = "3.0.0.1"
2022-09-14 00:56:16 +02:00
S6_OVERLAY_PAK_EXT = "-3.0.0.1.tar.xz"
2022-01-30 04:05:32 +01:00
}
2022-01-30 04:07:09 +01:00
}
target "3_0_0_2" {
2022-01-30 04:07:09 +01:00
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-09-14 00:11:05 +02:00
tags = ["docker.io/nlss/s6-rootfs:3.0.0.2"]
2022-01-30 04:07:09 +01:00
args = {
S6_OVERLAY_VERSION = "3.0.0.2"
2022-09-14 00:56:16 +02:00
S6_OVERLAY_PAK_EXT = "-3.0.0.2.tar.xz"
2022-01-30 04:07:09 +01:00
}
2022-09-14 00:11:05 +02:00
}
target "3_0_0_2-2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.0.0.2-2", "docker.io/nlss/s6-rootfs:3.0"]
args = {
S6_OVERLAY_VERSION = "3.0.0.2-2"
2022-09-14 00:56:16 +02:00
S6_OVERLAY_PAK_EXT = "-3.0.0.2-2.tar.xz"
2022-09-14 00:11:05 +02:00
}
}
target "3_1_0_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.0.0"]
2022-09-14 00:11:05 +02:00
args = {
S6_OVERLAY_VERSION = "3.1.0.0"
}
}
target "3_1_0_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.0.1"]
args = {
S6_OVERLAY_VERSION = "3.1.0.1"
}
}
target "3_1_1_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.1.0"]
args = {
S6_OVERLAY_VERSION = "3.1.1.0"
}
}
target "3_1_1_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.1.1"]
args = {
S6_OVERLAY_VERSION = "3.1.1.1"
}
}
target "3_1_1_2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.1.2"]
args = {
S6_OVERLAY_VERSION = "3.1.1.2"
}
}
target "3_1_2_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.1.2.0"]
args = {
S6_OVERLAY_VERSION = "3.1.2.0"
}
}
target "3_1_2_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2023-03-17 17:10:14 +01:00
tags = ["docker.io/nlss/s6-rootfs:3.1.2.1"]
args = {
S6_OVERLAY_VERSION = "3.1.2.1"
}
2023-03-17 17:10:14 +01:00
}
target "3_1_3_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2023-03-17 17:12:35 +01:00
tags = ["docker.io/nlss/s6-rootfs:3.1.3.0"]
2023-03-17 17:10:14 +01:00
args = {
S6_OVERLAY_VERSION = "3.1.3.0"
}
2023-03-17 17:12:35 +01:00
}
target "3_1_4_0" {
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"]
args = {
S6_OVERLAY_VERSION = "3.1.4.0"
}
2022-01-26 13:15:33 +01:00
}