From b6dadee78c1270d33fd44aeedaeb4db9e83d8072 Mon Sep 17 00:00:00 2001 From: pvinh-spike Date: Fri, 3 Jan 2025 06:20:35 +0000 Subject: [PATCH] 6.1.0.45_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 95e2e74..1b49052 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.45", "aerospike/aerospike-server-enterprise-amd64:latest"] + tags=["aerospike/aerospike-server-enterprise-amd64:6.2.0.35", "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.35", "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.45", "aerospike/aerospike-server-federal-amd64:latest"] + tags=["aerospike/aerospike-server-federal-amd64:6.2.0.35", "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.45", "aerospike/aerospike-server-community-amd64:latest"] + tags=["aerospike/aerospike-server-community-amd64:6.2.0.35", "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.35", "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.45", "aerospike/aerospike-server-enterprise:6.1.0.45_1"] - platforms=["linux/amd64"] + tags=["aerospike/aerospike-server-enterprise:6.2.0.35", "aerospike/aerospike-server-enterprise:6.2.0.35_1"] + platforms=["linux/amd64,linux/arm64"] context="./enterprise/ubuntu20.04" } target "federal_ubuntu20-04" { - tags=["aerospike/aerospike-server-federal:6.1.0.45", "aerospike/aerospike-server-federal:6.1.0.45_1"] + tags=["aerospike/aerospike-server-federal:6.2.0.35", "aerospike/aerospike-server-federal:6.2.0.35_1"] platforms=["linux/amd64"] context="./federal/ubuntu20.04" } target "community_ubuntu20-04" { - tags=["aerospike/aerospike-server:6.1.0.45", "aerospike/aerospike-server:6.1.0.45_1"] - platforms=["linux/amd64"] + tags=["aerospike/aerospike-server:6.2.0.35", "aerospike/aerospike-server:6.2.0.35_1"] + platforms=["linux/amd64,linux/arm64"] context="./community/ubuntu20.04" } diff --git a/community/ubuntu20.04/Dockerfile b/community/ubuntu20.04/Dockerfile index 662d15d..2e3a344 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.45" \ + org.opencontainers.image.version="6.2.0.35" \ 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.45/aerospike-server-community-6.1.0.45-ubuntu20.04.tgz" -ARG AEROSPIKE_SHA_X86_64="ed497f327eb15d9dfff0f31c77cd9f6a4bf1c73bb9cafe78179b26f5194612fe" -ARG AEROSPIKE_AARCH64_LINK="" -ARG AEROSPIKE_SHA_AARCH64="" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.35/aerospike-server-community_6.2.0.35_tools-8.1.0_ubuntu20.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="d0fdf5b04c4228318af31a5724032cf9450e4da38ea145ecf6402974580e0917" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.35/aerospike-server-community_6.2.0.35_tools-8.1.0_ubuntu20.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="27f65013aebb178319d62c4c7c72996be56669b0e1892d0e1c4d9993a96d0cc3" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/enterprise/ubuntu20.04/Dockerfile b/enterprise/ubuntu20.04/Dockerfile index 78ccc6b..62226b0 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.45" \ + org.opencontainers.image.version="6.2.0.35" \ 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.45/aerospike-server-enterprise-6.1.0.45-ubuntu20.04.tgz" -ARG AEROSPIKE_SHA_X86_64="0617768509abd61bebfd1ee180a1e341d3e17362027e3a723a58b4840afb6edd" -ARG AEROSPIKE_AARCH64_LINK="" -ARG AEROSPIKE_SHA_AARCH64="" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.35/aerospike-server-enterprise_6.2.0.35_tools-8.1.0_ubuntu20.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="74c26cde50db79eae2c008b9585ddd50be0740033dc87e9a95b2db32fefed6b5" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.35/aerospike-server-enterprise_6.2.0.35_tools-8.1.0_ubuntu20.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="fad6c46b7e456a8bdb0306fabf817116801b1971a4393fc6bfaf00a464985a81" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/federal/ubuntu20.04/Dockerfile b/federal/ubuntu20.04/Dockerfile index 98cc689..dc53458 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.45" \ + org.opencontainers.image.version="6.2.0.35" \ 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.45/aerospike-server-federal-6.1.0.45-ubuntu20.04.tgz" -ARG AEROSPIKE_SHA_X86_64="c402a8262b069c4c32df1ece10807d2fb4a98a5e08e6c0083114bacbcf887bb8" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.2.0.35/aerospike-server-federal_6.2.0.35_tools-8.1.0_ubuntu20.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="c5b0e4b28a3ce3733c314c5d2ca4a8fdc5e509f82b56eeb676adcd9e212001fe" ARG AEROSPIKE_AARCH64_LINK="" ARG AEROSPIKE_SHA_AARCH64=""