From 0e1f5263c9c9281a935e55cdc246518a439c6754 Mon Sep 17 00:00:00 2001 From: pvinh-spike Date: Fri, 3 Jan 2025 06:25:48 +0000 Subject: [PATCH] 6.4.0.28_1 --- bake.hcl | 16 ++++++++-------- community/ubuntu22.04/Dockerfile | 10 +++++----- enterprise/ubuntu22.04/Dockerfile | 10 +++++----- federal/ubuntu22.04/Dockerfile | 6 +++--- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/bake.hcl b/bake.hcl index 1ccdc0f..a4219a3 100644 --- a/bake.hcl +++ b/bake.hcl @@ -14,31 +14,31 @@ group "test" { } target "enterprise_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-enterprise-amd64:6.3.0.33", "aerospike/aerospike-server-enterprise-amd64:latest"] + tags=["aerospike/aerospike-server-enterprise-amd64:6.4.0.28", "aerospike/aerospike-server-enterprise-amd64:latest"] platforms=["linux/amd64"] context="./enterprise/ubuntu22.04" } target "enterprise_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-enterprise-arm64:6.3.0.33", "aerospike/aerospike-server-enterprise-arm64:latest"] + tags=["aerospike/aerospike-server-enterprise-arm64:6.4.0.28", "aerospike/aerospike-server-enterprise-arm64:latest"] platforms=["linux/arm64"] context="./enterprise/ubuntu22.04" } target "federal_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-federal-amd64:6.3.0.33", "aerospike/aerospike-server-federal-amd64:latest"] + tags=["aerospike/aerospike-server-federal-amd64:6.4.0.28", "aerospike/aerospike-server-federal-amd64:latest"] platforms=["linux/amd64"] context="./federal/ubuntu22.04" } target "community_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-community-amd64:6.3.0.33", "aerospike/aerospike-server-community-amd64:latest"] + tags=["aerospike/aerospike-server-community-amd64:6.4.0.28", "aerospike/aerospike-server-community-amd64:latest"] platforms=["linux/amd64"] context="./community/ubuntu22.04" } target "community_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-community-arm64:6.3.0.33", "aerospike/aerospike-server-community-arm64:latest"] + tags=["aerospike/aerospike-server-community-arm64:6.4.0.28", "aerospike/aerospike-server-community-arm64:latest"] platforms=["linux/arm64"] context="./community/ubuntu22.04" } @@ -50,19 +50,19 @@ group "push" { } target "enterprise_ubuntu22-04" { - tags=["aerospike/aerospike-server-enterprise:6.3.0.33", "aerospike/aerospike-server-enterprise:6.3.0.33_1"] + tags=["aerospike/aerospike-server-enterprise:6.4.0.28", "aerospike/aerospike-server-enterprise:6.4.0.28_1"] platforms=["linux/amd64,linux/arm64"] context="./enterprise/ubuntu22.04" } target "federal_ubuntu22-04" { - tags=["aerospike/aerospike-server-federal:6.3.0.33", "aerospike/aerospike-server-federal:6.3.0.33_1"] + tags=["aerospike/aerospike-server-federal:6.4.0.28", "aerospike/aerospike-server-federal:6.4.0.28_1"] platforms=["linux/amd64"] context="./federal/ubuntu22.04" } target "community_ubuntu22-04" { - tags=["aerospike/aerospike-server:6.3.0.33", "aerospike/aerospike-server:6.3.0.33_1"] + tags=["aerospike/aerospike-server:6.4.0.28", "aerospike/aerospike-server:6.4.0.28_1"] platforms=["linux/amd64,linux/arm64"] context="./community/ubuntu22.04" } diff --git a/community/ubuntu22.04/Dockerfile b/community/ubuntu22.04/Dockerfile index 179745f..9c17a2d 100644 --- a/community/ubuntu22.04/Dockerfile +++ b/community/ubuntu22.04/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \ org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.3.0.33" \ + org.opencontainers.image.version="6.4.0.28" \ 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.3.0.33/aerospike-server-community_6.3.0.33_tools-8.5.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="ceb8fb96443c86e2ca9ceabf99f2cf9636ca7569b1bed55d4c8b522cf6cdd15b" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.3.0.33/aerospike-server-community_6.3.0.33_tools-8.5.1_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="79503a68d1d4e013e23e551f4bcf47ef6deb98dff1108da6641de7dc830625f2" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.4.0.28/aerospike-server-community_6.4.0.28_tools-10.0.0_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="fec372fc37ad45011fec511ad3cbe9b4f7bc5a8105afba9ef2cc9c5ae68324a9" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.4.0.28/aerospike-server-community_6.4.0.28_tools-10.0.0_ubuntu22.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="f8011b4ac38ce385a2f2237591d56c9aa9e55d8c8265354c89dadb46b4cee91f" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/enterprise/ubuntu22.04/Dockerfile b/enterprise/ubuntu22.04/Dockerfile index 20f835b..2e1494b 100644 --- a/enterprise/ubuntu22.04/Dockerfile +++ b/enterprise/ubuntu22.04/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \ org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.3.0.33" \ + org.opencontainers.image.version="6.4.0.28" \ 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.3.0.33/aerospike-server-enterprise_6.3.0.33_tools-8.5.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="af629c1810b6fab42a5ceeb344a9e94c3fc6e30b7f70daba906b844530a18beb" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.3.0.33/aerospike-server-enterprise_6.3.0.33_tools-8.5.1_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="308d6b61b2a839da3971dfe34dbff94e6ff400f0042c49c21fb837f02ae0c605" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.4.0.28/aerospike-server-enterprise_6.4.0.28_tools-10.0.0_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="bd396e1e7978ce9a0da3f510294b488c9d8922d9785914fd94e8500c3c01f7e0" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.4.0.28/aerospike-server-enterprise_6.4.0.28_tools-10.0.0_ubuntu22.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="e22162dfbd6fade90492103dc4b88a93ab9a079b50ea3aa26d8cbc3ba299392b" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/federal/ubuntu22.04/Dockerfile b/federal/ubuntu22.04/Dockerfile index ec39e6d..2781f89 100644 --- a/federal/ubuntu22.04/Dockerfile +++ b/federal/ubuntu22.04/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \ org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.3.0.33" \ + org.opencontainers.image.version="6.4.0.28" \ 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.3.0.33/aerospike-server-federal_6.3.0.33_tools-8.5.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="e53908a0de216ce9202160d2cc7ccec43e67c710a5ea10128f38ff7df8120920" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.4.0.28/aerospike-server-federal_6.4.0.28_tools-10.0.0_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="9b15012ad78b6cb94dc6ee99c7ea753bdd489b5ee115788de437b38a25ec8bf3" ARG AEROSPIKE_AARCH64_LINK="" ARG AEROSPIKE_SHA_AARCH64=""