Skip to content

Commit

Permalink
piraeus-server: release 1.28.0
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Jul 11, 2024
1 parent ffbf3f2 commit 2063ad6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dockerfiles/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ variable VERSIONS {
DRBD_REACTOR = "1.4.1-1"
K8S_AWAIT_ELECTION = "v0.4.1"
KTLS_UTILS = "0.11-1"
LINSTOR = "1.27.1-1"
LINSTOR = "1.28.0-1"
}
}

variable "REGISTRIES" {
default = [
"quay.io/piraeusdatastore",
"docker.io/piraeusdatastore",
]
default = "quay.io/piraeusdatastore,docker.io/piraeusdatastore"
}

# Replace all characters that are not supported in a target name with "-".
Expand All @@ -41,7 +38,7 @@ function "escape" {
function "tags" {
params = [name, version]
result = flatten([
for registry in REGISTRIES :
for registry in split(",", REGISTRIES) :
[
// Full version
"${registry}/${name}:v${version}",
Expand Down

0 comments on commit 2063ad6

Please sign in to comment.