From f7daff336891344b9e79ff4f856128d09282a4ad Mon Sep 17 00:00:00 2001 From: pvinh-spike Date: Sat, 14 Sep 2024 09:47:44 +0000 Subject: [PATCH] 6.2.0.30_1 --- bake.hcl | 30 +++++++++++++++++++++--------- community/ubuntu20.04/Dockerfile | 10 +++++----- enterprise/ubuntu20.04/Dockerfile | 10 +++++----- federal/ubuntu20.04/Dockerfile | 6 +++--- 4 files changed, 34 insertions(+), 22 deletions(-) diff --git a/bake.hcl b/bake.hcl index 0ce905a..32d628e 100644 --- a/bake.hcl +++ b/bake.hcl @@ -10,27 +10,39 @@ #------------------------------------ test ----------------------------------- group "test" { - targets=["enterprise_ubuntu20-04_amd64", "federal_ubuntu20-04_amd64", "community_ubuntu20-04_amd64"] + targets=["enterprise_ubuntu20-04_amd64", "enterprise_ubuntu20-04_arm64", "federal_ubuntu20-04_amd64", "community_ubuntu20-04_amd64", "community_ubuntu20-04_arm64"] } target "enterprise_ubuntu20-04_amd64" { - tags=["aerospike/aerospike-server-enterprise-amd64:6.1.0.40", "aerospike/aerospike-server-enterprise-amd64:latest"] + tags=["aerospike/aerospike-server-enterprise-amd64:6.2.0.30", "aerospike/aerospike-server-enterprise-amd64:latest"] platforms=["linux/amd64"] context="./enterprise/ubuntu20.04" } +target "enterprise_ubuntu20-04_arm64" { + tags=["aerospike/aerospike-server-enterprise-arm64:6.2.0.30", "aerospike/aerospike-server-enterprise-arm64:latest"] + platforms=["linux/arm64"] + context="./enterprise/ubuntu20.04" +} + target "federal_ubuntu20-04_amd64" { - tags=["aerospike/aerospike-server-federal-amd64:6.1.0.40", "aerospike/aerospike-server-federal-amd64:latest"] + tags=["aerospike/aerospike-server-federal-amd64:6.2.0.30", "aerospike/aerospike-server-federal-amd64:latest"] platforms=["linux/amd64"] context="./federal/ubuntu20.04" } target "community_ubuntu20-04_amd64" { - tags=["aerospike/aerospike-server-community-amd64:6.1.0.40", "aerospike/aerospike-server-community-amd64:latest"] + tags=["aerospike/aerospike-server-community-amd64:6.2.0.30", "aerospike/aerospike-server-community-amd64:latest"] platforms=["linux/amd64"] context="./community/ubuntu20.04" } +target "community_ubuntu20-04_arm64" { + tags=["aerospike/aerospike-server-community-arm64:6.2.0.30", "aerospike/aerospike-server-community-arm64:latest"] + platforms=["linux/arm64"] + context="./community/ubuntu20.04" +} + #------------------------------------ push ----------------------------------- group "push" { @@ -38,20 +50,20 @@ group "push" { } target "enterprise_ubuntu20-04" { - tags=["aerospike/aerospike-server-enterprise:6.1.0.40", "aerospike/aerospike-server-enterprise:6.1.0.40_1"] - platforms=["linux/amd64"] + tags=["aerospike/aerospike-server-enterprise:6.2.0.30", "aerospike/aerospike-server-enterprise:6.2.0.30_1"] + platforms=["linux/amd64,linux/arm64"] context="./enterprise/ubuntu20.04" } target "federal_ubuntu20-04" { - tags=["aerospike/aerospike-server-federal:6.1.0.40", "aerospike/aerospike-server-federal:6.1.0.40_1"] + tags=["aerospike/aerospike-server-federal:6.2.0.30", "aerospike/aerospike-server-federal:6.2.0.30_1"] platforms=["linux/amd64"] context="./federal/ubuntu20.04" } target "community_ubuntu20-04" { - tags=["aerospike/aerospike-server:6.1.0.40", "aerospike/aerospike-server:6.1.0.40_1"] - platforms=["linux/amd64"] + tags=["aerospike/aerospike-server:6.2.0.30", "aerospike/aerospike-server:6.2.0.30_1"] + platforms=["linux/amd64,linux/arm64"] context="./community/ubuntu20.04" } diff --git a/community/ubuntu20.04/Dockerfile b/community/ubuntu20.04/Dockerfile index 3e152a5..6df5e4b 100644 --- a/community/ubuntu20.04/Dockerfile +++ b/community/ubuntu20.04/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \ org.opencontainers.image.base.name="docker.io/library/ubuntu:20.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.1.0.40" \ + org.opencontainers.image.version="6.2.0.30" \ org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker" # AEROSPIKE_EDITION - required - must be "community", "enterprise", or @@ -23,10 +23,10 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \ # 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.40/aerospike-server-community-6.1.0.40-ubuntu20.04.tgz" -ARG AEROSPIKE_SHA_X86_64="a9cf9a207631522715aedc9dc0860bf7f3fa4cc879e61f9fd2915b0bb15d1faa" -ARG AEROSPIKE_AARCH64_LINK="" -ARG AEROSPIKE_SHA_AARCH64="" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.30/aerospike-server-community_6.2.0.30_tools-8.1.0_ubuntu20.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="9344db2c6c97666cc4f8e3ee3101b5f4160e911e929a95e38521a1dc71e4b272" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.30/aerospike-server-community_6.2.0.30_tools-8.1.0_ubuntu20.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="397ac24ac23de30a957eab117494e25bd1365f675116465087e8fb19d41faa28" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/enterprise/ubuntu20.04/Dockerfile b/enterprise/ubuntu20.04/Dockerfile index 007d059..fb47ac0 100644 --- a/enterprise/ubuntu20.04/Dockerfile +++ b/enterprise/ubuntu20.04/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \ org.opencontainers.image.base.name="docker.io/library/ubuntu:20.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.1.0.40" \ + org.opencontainers.image.version="6.2.0.30" \ org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker" # AEROSPIKE_EDITION - required - must be "community", "enterprise", or @@ -23,10 +23,10 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \ # 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.40/aerospike-server-enterprise-6.1.0.40-ubuntu20.04.tgz" -ARG AEROSPIKE_SHA_X86_64="f187f4ada4aeb5a0b008e978f0ee9a593d7c93dffa2ad07f9f082558d2f50e04" -ARG AEROSPIKE_AARCH64_LINK="" -ARG AEROSPIKE_SHA_AARCH64="" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.30/aerospike-server-enterprise_6.2.0.30_tools-8.1.0_ubuntu20.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="c50dfd09d4af955fc9af921c6aed3bd0789044b2b1007f3b1060d2936136effc" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.30/aerospike-server-enterprise_6.2.0.30_tools-8.1.0_ubuntu20.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="c9fa7e59f8ed810039aa2ed3e1d137de31676115311f2578893fb0a3a55f160c" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/federal/ubuntu20.04/Dockerfile b/federal/ubuntu20.04/Dockerfile index 2899b1d..5054e03 100644 --- a/federal/ubuntu20.04/Dockerfile +++ b/federal/ubuntu20.04/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \ org.opencontainers.image.base.name="docker.io/library/ubuntu:20.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.1.0.40" \ + org.opencontainers.image.version="6.2.0.30" \ org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker" # AEROSPIKE_EDITION - required - must be "community", "enterprise", or @@ -23,8 +23,8 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \ # 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.40/aerospike-server-federal-6.1.0.40-ubuntu20.04.tgz" -ARG AEROSPIKE_SHA_X86_64="f75667fa17a90adfd307091fb43ef9019a0d39ebea2129f316a30dc7adb1fd61" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.2.0.30/aerospike-server-federal_6.2.0.30_tools-8.1.0_ubuntu20.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="929450621be516287feb1fb69d6e43faf28328a37a737a7763e3c52f4abc1bcf" ARG AEROSPIKE_AARCH64_LINK="" ARG AEROSPIKE_SHA_AARCH64=""