Skip to content

Commit

Permalink
6.2.0.19_1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoberly2 committed Oct 17, 2023
1 parent 69d9ad9 commit b559cc3
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.24", "aerospike/aerospike-server-enterprise-amd64:latest"]
tags=["aerospike/aerospike-server-enterprise-amd64:6.2.0.19", "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.19", "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.24", "aerospike/aerospike-server-federal-amd64:latest"]
tags=["aerospike/aerospike-server-federal-amd64:6.2.0.19", "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.24", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:6.2.0.19", "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.19", "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.24", "aerospike/aerospike-server-enterprise:6.1.0.24_1"]
platforms=["linux/amd64"]
tags=["aerospike/aerospike-server-enterprise:6.2.0.19", "aerospike/aerospike-server-enterprise:6.2.0.19_1"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/debian11"
}

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

target "community_debian11" {
tags=["aerospike/aerospike-server:6.1.0.24", "aerospike/aerospike-server:6.1.0.24_1"]
platforms=["linux/amd64"]
tags=["aerospike/aerospike-server:6.2.0.19", "aerospike/aerospike-server:6.2.0.19_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.24/aerospike-server-community-6.1.0.24-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="fcaa3dcb98986dad7f319eb3e983b58049563b6115230e181cf076c717e698f2"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.19/aerospike-server-community_6.2.0.19_tools-8.1.0_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="4440a4a7cf9a0d11f9b031399ae1c13f8ff1d019529640f5f6f193f7af2b84c0"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.19/aerospike-server-community_6.2.0.19_tools-8.1.0_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="5540699c85cf0ea8ed7149e17d9a4981e8ae2be66a36b00586e0712516ec0de4"

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.24/aerospike-server-enterprise-6.1.0.24-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="ed3088f054f91d2ab8cfe2dc669df472e78792b00236f4bfb07c02f1d70d64f2"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.19/aerospike-server-enterprise_6.2.0.19_tools-8.1.0_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="0125b2b726e9e4be3122b82c17eef3e7ae187452cb27fd46415a9b89192482fc"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.19/aerospike-server-enterprise_6.2.0.19_tools-8.1.0_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="eec3e2b337009674ee91376d7adf7092ba42847da1538c1cae9ac3ce0ea7bf59"

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.24/aerospike-server-federal-6.1.0.24-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="6ca6f730f44b83a509884444453537d89146186214270b733b5c8c73892f584d"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.2.0.19/aerospike-server-federal_6.2.0.19_tools-8.1.0_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="8f7b48390eb206b697e4a22419e0c895ff7b826f87425ae961aa7e24f6cdf5ac"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit b559cc3

Please sign in to comment.