Skip to content

Commit

Permalink
6.0.0.21_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Aug 11, 2023
1 parent d058dd3 commit 3a3859e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ group "test" {
}

target "enterprise_debian11_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.1.0.19", "aerospike/aerospike-server-enterprise-amd64:latest"]
tags=["aerospike/aerospike-server-enterprise-amd64:6.0.0.21", "aerospike/aerospike-server-enterprise-amd64:latest"]
platforms=["linux/amd64"]
context="./enterprise/debian11"
}

target "federal_debian11_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.1.0.19", "aerospike/aerospike-server-federal-amd64:latest"]
tags=["aerospike/aerospike-server-federal-amd64:6.0.0.21", "aerospike/aerospike-server-federal-amd64:latest"]
platforms=["linux/amd64"]
context="./federal/debian11"
}

target "community_debian11_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.1.0.19", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:6.0.0.21", "aerospike/aerospike-server-community-amd64:latest"]
platforms=["linux/amd64"]
context="./community/debian11"
}
Expand All @@ -38,19 +38,19 @@ group "push" {
}

target "enterprise_debian11" {
tags=["aerospike/aerospike-server-enterprise:6.1.0.19", "aerospike/aerospike-server-enterprise:6.1.0.19_1"]
tags=["aerospike/aerospike-server-enterprise:6.0.0.21", "aerospike/aerospike-server-enterprise:6.0.0.21_1"]
platforms=["linux/amd64"]
context="./enterprise/debian11"
}

target "federal_debian11" {
tags=["aerospike/aerospike-server-federal:6.1.0.19", "aerospike/aerospike-server-federal:6.1.0.19_1"]
tags=["aerospike/aerospike-server-federal:6.0.0.21", "aerospike/aerospike-server-federal:6.0.0.21_1"]
platforms=["linux/amd64"]
context="./federal/debian11"
}

target "community_debian11" {
tags=["aerospike/aerospike-server:6.1.0.19", "aerospike/aerospike-server:6.1.0.19_1"]
tags=["aerospike/aerospike-server:6.0.0.21", "aerospike/aerospike-server:6.0.0.21_1"]
platforms=["linux/amd64"]
context="./community/debian11"
}
Expand Down
4 changes: 2 additions & 2 deletions community/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ FROM debian:bullseye-slim
# By selecting "federal" you agree to the "FEDERAL_LICENSE"
ARG AEROSPIKE_EDITION="community"

ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.1.0.19/aerospike-server-community-6.1.0.19-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="c0e36c4422b1f7e954dac2fbabe326c747d334b5012084fb013b8271efaa38d6"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.0.0.21/aerospike-server-community-6.0.0.21-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="fb5757df43847bea50b9b5a04dd0d89759b388f7b08cef43aa7c8b94bef43e79"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down
4 changes: 2 additions & 2 deletions enterprise/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ FROM debian:bullseye-slim
# By selecting "federal" you agree to the "FEDERAL_LICENSE"
ARG AEROSPIKE_EDITION="enterprise"

ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.1.0.19/aerospike-server-enterprise-6.1.0.19-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="c6d38d19c3fb3e361cc17af65845cf60dd025c12942bff87f269b308fa5d1ab0"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.0.0.21/aerospike-server-enterprise-6.0.0.21-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="33760fdd901310249793db7c4559f6d67106bb5336696b6ffee39471dea12ece"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down
4 changes: 2 additions & 2 deletions federal/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ FROM debian:bullseye-slim
# By selecting "federal" you agree to the "FEDERAL_LICENSE"
ARG AEROSPIKE_EDITION="federal"

ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.1.0.19/aerospike-server-federal-6.1.0.19-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="5c83bc4507f8c043910ded516fcba53ed2d385d59cb38778f1cf247d858489e2"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.0.0.21/aerospike-server-federal-6.0.0.21-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="57d6d20379a2f13d778bbf6dd0a326f5f65a0d5328e1a06987763336c6a9cd68"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit 3a3859e

Please sign in to comment.