Skip to content

Commit

Permalink
6.2.0.13_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Jul 26, 2023
1 parent 0d7674e commit 6ab3455
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 deletions.
30 changes: 21 additions & 9 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,48 +10,60 @@
#------------------------------------- test -----------------------------------

group "test" {
targets=["enterprise_debian11_amd64", "federal_debian11_amd64", "community_debian11_amd64"]
targets=["enterprise_debian11_amd64", "enterprise_debian11_arm64", "federal_debian11_amd64", "community_debian11_amd64", "community_debian11_arm64"]
}

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

target "enterprise_debian11_arm64" {
tags=["aerospike/aerospike-server-enterprise-arm64:6.2.0.13", "aerospike/aerospike-server-enterprise-arm64:latest"]
platforms=["linux/arm64"]
context="./enterprise/debian11"
}

target "federal_debian11_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.1.0.18", "aerospike/aerospike-server-federal-amd64:latest"]
tags=["aerospike/aerospike-server-federal-amd64:6.2.0.13", "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.18", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:6.2.0.13", "aerospike/aerospike-server-community-amd64:latest"]
platforms=["linux/amd64"]
context="./community/debian11"
}

target "community_debian11_arm64" {
tags=["aerospike/aerospike-server-community-arm64:6.2.0.13", "aerospike/aerospike-server-community-arm64:latest"]
platforms=["linux/arm64"]
context="./community/debian11"
}

#------------------------------------ push -----------------------------------

group "push" {
targets=["enterprise_debian11", "federal_debian11", "community_debian11"]
}

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

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

target "community_debian11" {
tags=["aerospike/aerospike-server:6.1.0.18", "aerospike/aerospike-server:6.1.0.18_1"]
platforms=["linux/amd64"]
tags=["aerospike/aerospike-server:6.2.0.13", "aerospike/aerospike-server:6.2.0.13_1"]
platforms=["linux/amd64,linux/arm64"]
context="./community/debian11"
}

8 changes: 4 additions & 4 deletions community/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ 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.18/aerospike-server-community-6.1.0.18-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="f3bf00fc61b52bc04b4331541e2fe4523b186fc6ab9f8ffe8d9a75e8a9820e7e"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.13/aerospike-server-community_6.2.0.13_tools-8.1.0_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="8c0b891e3936768a43b347d7ff02d8dbae3ece3fb15a66f21f1e12d624b8c90e"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.13/aerospike-server-community_6.2.0.13_tools-8.1.0_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="6615dbe665023f31810e6b38df5da8d4e209b85586dc0436247edb7a48b8b14d"

SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]

Expand Down
8 changes: 4 additions & 4 deletions enterprise/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ 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.18/aerospike-server-enterprise-6.1.0.18-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="5e74f75f4745b3531675fbf39ed91ee2ba63520b633ddd79170662a24f7825a2"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.13/aerospike-server-enterprise_6.2.0.13_tools-8.1.0_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="0a0f282ce16e904d8a664b17e7819792e92ec51c303f7a047af33a37cc537eeb"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.13/aerospike-server-enterprise_6.2.0.13_tools-8.1.0_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="793203970ff347da74eac47747f4d8b77c7878000d3fad4cbfa002631cda3f6e"

SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]

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.18/aerospike-server-federal-6.1.0.18-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="11f6dd9c4d9d3a416995c940d4e1717213e089bc23c66a94335390943a0ed6ba"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.2.0.13/aerospike-server-federal_6.2.0.13_tools-8.1.0_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="f75693546b9cbe0a66fc1b35ce55ccb73b85bed53401d260c739bb9d5e56ba38"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit 6ab3455

Please sign in to comment.