Skip to content

Commit

Permalink
Add support for s6-overlay v3.1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed May 14, 2024
1 parent 4774e6b commit 2b4369e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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_0", "3_1_6_1"
]
}

Expand Down Expand Up @@ -265,6 +265,14 @@ target "3_1_6_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("3.1.6.0")
cache-to = get-cache-to("3.1.6.0")
tags = get-tags("3.1.6.0", ["3.1", "3.1.6", "latest"])
tags = get-tags("3.1.6.0", [])
args = get-args("3.1.6.0")
}

target "3_1_6_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("3.1.6.1")
cache-to = get-cache-to("3.1.6.1")
tags = get-tags("3.1.6.1", ["3.1", "3.1.6", "latest"])
args = get-args("3.1.6.1")
}

0 comments on commit 2b4369e

Please sign in to comment.