Skip to content

Commit

Permalink
6.3.0.6_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Jul 26, 2023
1 parent 6ab3455 commit 1a67d9e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ group "test" {
}

target "enterprise_debian11_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.2.0.13", "aerospike/aerospike-server-enterprise-amd64:latest"]
tags=["aerospike/aerospike-server-enterprise-amd64:6.3.0.6", "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"]
tags=["aerospike/aerospike-server-enterprise-arm64:6.3.0.6", "aerospike/aerospike-server-enterprise-arm64:latest"]
platforms=["linux/arm64"]
context="./enterprise/debian11"
}

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

target "community_debian11_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.2.0.13", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:6.3.0.6", "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"]
tags=["aerospike/aerospike-server-community-arm64:6.3.0.6", "aerospike/aerospike-server-community-arm64:latest"]
platforms=["linux/arm64"]
context="./community/debian11"
}
Expand All @@ -50,19 +50,19 @@ group "push" {
}

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

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

target "community_debian11" {
tags=["aerospike/aerospike-server:6.2.0.13", "aerospike/aerospike-server:6.2.0.13_1"]
tags=["aerospike/aerospike-server:6.3.0.6", "aerospike/aerospike-server:6.3.0.6_1", "aerospike/aerospike-server:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./community/debian11"
}
Expand Down
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.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"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.3.0.6/aerospike-server-community_6.3.0.6_tools-8.5.1_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="40db2ae8824d9a561c235aca56bcd1cb92c88eb29b36312060b96a0aaa95d705"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.3.0.6/aerospike-server-community_6.3.0.6_tools-8.5.1_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="3a782a13cdc0c5eb92cb1e48d128cde31e9db0b70f722a7f57ffc28ffaf9b52d"

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.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"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.3.0.6/aerospike-server-enterprise_6.3.0.6_tools-8.5.1_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="85b00ab32cdc21cfe0e67495ede6ff3b58614cdb2ce37a6b9c5fa903cfdce223"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.3.0.6/aerospike-server-enterprise_6.3.0.6_tools-8.5.1_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="15359a49ea62fbbc64c79129cca61000d8e2aa6e7927c9105a8ba5764868909f"

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.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_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.3.0.6/aerospike-server-federal_6.3.0.6_tools-8.5.1_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="70ef1997beded18cdbda2c8b179dfc09a456b04a8155c2d53895665fdd2c4110"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit 1a67d9e

Please sign in to comment.