diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 9604612..55c2bf2 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -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", "3_0_0_2-2", "3_1_0_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"] } target "build-dockerfile" { @@ -100,8 +100,56 @@ target "3_0_0_2-2" { target "3_1_0_0" { inherits = ["build-dockerfile", "build-platforms", "build-common"] - tags = ["docker.io/nlss/s6-rootfs:3.1.0.0", "docker.io/nlss/s6-rootfs:3.1", "docker.io/nlss/s6-rootfs:latest"] + tags = ["docker.io/nlss/s6-rootfs:3.1.0.0"] 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"] + tags = ["docker.io/nlss/s6-rootfs:3.1.2.1", "docker.io/nlss/s6-rootfs:3.1", "docker.io/nlss/s6-rootfs:latest"] + args = { + S6_OVERLAY_VERSION = "3.1.2.1" + } } \ No newline at end of file