From 5880321a36ba7dfb7523bab50685d33ed79683e9 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Wed, 15 May 2024 00:47:46 +0200 Subject: [PATCH] Add support for s6-overlay v3.1.5.0 --- build/docker-bake.hcl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 38c8485..24cf456 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", "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"] + 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"] } target "build-dockerfile" { @@ -240,6 +240,14 @@ target "3_1_4_2" { inherits = ["build-dockerfile", "build-platforms", "build-common"] cache-from = get-cache-from("3.1.4.2") cache-to = get-cache-to("3.1.4.2") - tags = get-tags("3.1.4.2", ["3.1", "3.1.4", "latest"]) + tags = get-tags("3.1.4.2", ["3.1.4"]) args = get-args("3.1.4.2") } + +target "3_1_5_0" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("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"]) + args = get-args("3.1.5.0") +} \ No newline at end of file