From 0dff2e2eda1748b719d3c7f1ab0d2d39b3ac2163 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 2 Mar 2025 00:05:37 +0100 Subject: [PATCH] Add versions 3.2.0.0, 3.2.0.1 and 3.2.0.2 --- Dockerfile | 4 ++-- build/docker-bake.hcl | 29 +++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b37e0de..c23b43f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG S6_OVERLAY_VERSION="3.1.0.0" +ARG S6_OVERLAY_VERSION="3.2.0.2" ARG S6_OVERLAY_RELEASE="https://github.com/just-containers/s6-overlay/releases/download/" ARG S6_OVERLAY_PAK_EXT=".tar.xz" @@ -66,4 +66,4 @@ FROM scratch AS s6-rootfs LABEL maintainer="Aleksandar Puharic " -COPY --from=rootfs-builder ["/rootfs-build/", "/"] \ No newline at end of file +COPY --from=rootfs-builder ["/rootfs-build/", "/"] diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 09d1402..4c24094 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -7,7 +7,8 @@ group "default" { "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", "3_1_6_1", "3_1_6_2" + "3_1_6_0", "3_1_6_1", "3_1_6_2", + "3_2_0_0", "3_2_0_1", "3_2_0_2" ] } @@ -279,6 +280,30 @@ target "3_1_6_2" { inherits = ["build-dockerfile", "build-platforms", "build-common"] cache-from = get-cache-from("3.1.6.2") cache-to = get-cache-to("3.1.6.2") - tags = get-tags("3.1.6.2", ["3.1", "3.1.6", "latest"]) + tags = get-tags("3.1.6.2", ["3.1", "3.1.6"]) args = get-args("3.1.6.2") } + +target "3_2_0_0" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("3.2.0.0") + cache-to = get-cache-to("3.2.0.0") + tags = get-tags("3.2.0.0", []) + args = get-args("3.2.0.0") +} + +target "3_2_0_1" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("3.2.0.1") + cache-to = get-cache-to("3.2.0.1") + tags = get-tags("3.2.0.1", []) + args = get-args("3.2.0.0") +} + +target "3_2_0_2" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("3.2.0.2") + cache-to = get-cache-to("3.2.0.2") + tags = get-tags("3.2.0.2", ["3.2", "3.2.0", "latest"]) + args = get-args("3.2.0.2") +} \ No newline at end of file