Skip to content

Commit

Permalink
Add MariaDB 10.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 13, 2023
1 parent 83e41c4 commit 70cf0d1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
group "default" {
targets = [
"10_6_14_r0",
"10_11_3_r0"
"10_11_3_r0",
"10_11_5_r0"
]
}

Expand Down Expand Up @@ -89,6 +90,14 @@ target "10_11_3_r0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("10.11.3")
cache-to = get-cache-to("10.11.3")
tags = get-tags("10.11.3", ["10.11.3-r0", "10.11", "latest"])
tags = get-tags("10.11.3", ["10.11.3-r0"])
args = get-args("10.11.3-r0", "3.18.0")
}

target "10_11_5_r0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("10.11.5")
cache-to = get-cache-to("10.11.5")
tags = get-tags("10.11.5", ["10.11.5-r0", "10.11", "latest"])
args = get-args("10.11.5-r0", "3.18.2")
}

0 comments on commit 70cf0d1

Please sign in to comment.