From 033b7b6fea20a2f425e59657dd4ee7f90b3d0828 Mon Sep 17 00:00:00 2001 From: pvinh-spike Date: Fri, 3 Jan 2025 06:32:37 +0000 Subject: [PATCH] 7.2.0.6_1 --- bake.hcl | 52 +++++++++---------- .../{ubuntu22.04 => ubuntu24.04}/Dockerfile | 14 ++--- .../{ubuntu22.04 => ubuntu24.04}/README.md | 0 .../aerospike.template.conf | 0 .../entrypoint.sh | 0 .../{ubuntu22.04 => ubuntu24.04}/Dockerfile | 14 ++--- .../{ubuntu22.04 => ubuntu24.04}/README.md | 0 .../aerospike.template.conf | 0 .../entrypoint.sh | 0 .../{ubuntu22.04 => ubuntu24.04}/Dockerfile | 10 ++-- .../{ubuntu22.04 => ubuntu24.04}/README.md | 0 .../aerospike.template.conf | 0 .../entrypoint.sh | 0 13 files changed, 45 insertions(+), 45 deletions(-) rename community/{ubuntu22.04 => ubuntu24.04}/Dockerfile (93%) rename community/{ubuntu22.04 => ubuntu24.04}/README.md (100%) rename community/{ubuntu22.04 => ubuntu24.04}/aerospike.template.conf (100%) rename community/{ubuntu22.04 => ubuntu24.04}/entrypoint.sh (100%) rename enterprise/{ubuntu22.04 => ubuntu24.04}/Dockerfile (93%) rename enterprise/{ubuntu22.04 => ubuntu24.04}/README.md (100%) rename enterprise/{ubuntu22.04 => ubuntu24.04}/aerospike.template.conf (100%) rename enterprise/{ubuntu22.04 => ubuntu24.04}/entrypoint.sh (100%) rename federal/{ubuntu22.04 => ubuntu24.04}/Dockerfile (96%) rename federal/{ubuntu22.04 => ubuntu24.04}/README.md (100%) rename federal/{ubuntu22.04 => ubuntu24.04}/aerospike.template.conf (100%) rename federal/{ubuntu22.04 => ubuntu24.04}/entrypoint.sh (100%) diff --git a/bake.hcl b/bake.hcl index 54590222..6b8711e6 100644 --- a/bake.hcl +++ b/bake.hcl @@ -10,60 +10,60 @@ #------------------------------------ test ----------------------------------- group "test" { - targets=["enterprise_ubuntu22-04_amd64", "enterprise_ubuntu22-04_arm64", "federal_ubuntu22-04_amd64", "community_ubuntu22-04_amd64", "community_ubuntu22-04_arm64"] + targets=["enterprise_ubuntu24-04_amd64", "enterprise_ubuntu24-04_arm64", "federal_ubuntu24-04_amd64", "community_ubuntu24-04_amd64", "community_ubuntu24-04_arm64"] } -target "enterprise_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-enterprise-amd64:7.1.0.12", "aerospike/aerospike-server-enterprise-amd64:latest"] +target "enterprise_ubuntu24-04_amd64" { + tags=["aerospike/aerospike-server-enterprise-amd64:7.2.0.6", "aerospike/aerospike-server-enterprise-amd64:latest"] platforms=["linux/amd64"] - context="./enterprise/ubuntu22.04" + context="./enterprise/ubuntu24.04" } -target "enterprise_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-enterprise-arm64:7.1.0.12", "aerospike/aerospike-server-enterprise-arm64:latest"] +target "enterprise_ubuntu24-04_arm64" { + tags=["aerospike/aerospike-server-enterprise-arm64:7.2.0.6", "aerospike/aerospike-server-enterprise-arm64:latest"] platforms=["linux/arm64"] - context="./enterprise/ubuntu22.04" + context="./enterprise/ubuntu24.04" } -target "federal_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-federal-amd64:7.1.0.12", "aerospike/aerospike-server-federal-amd64:latest"] +target "federal_ubuntu24-04_amd64" { + tags=["aerospike/aerospike-server-federal-amd64:7.2.0.6", "aerospike/aerospike-server-federal-amd64:latest"] platforms=["linux/amd64"] - context="./federal/ubuntu22.04" + context="./federal/ubuntu24.04" } -target "community_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-community-amd64:7.1.0.12", "aerospike/aerospike-server-community-amd64:latest"] +target "community_ubuntu24-04_amd64" { + tags=["aerospike/aerospike-server-community-amd64:7.2.0.6", "aerospike/aerospike-server-community-amd64:latest"] platforms=["linux/amd64"] - context="./community/ubuntu22.04" + context="./community/ubuntu24.04" } -target "community_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-community-arm64:7.1.0.12", "aerospike/aerospike-server-community-arm64:latest"] +target "community_ubuntu24-04_arm64" { + tags=["aerospike/aerospike-server-community-arm64:7.2.0.6", "aerospike/aerospike-server-community-arm64:latest"] platforms=["linux/arm64"] - context="./community/ubuntu22.04" + context="./community/ubuntu24.04" } #------------------------------------ push ----------------------------------- group "push" { - targets=["enterprise_ubuntu22-04", "federal_ubuntu22-04", "community_ubuntu22-04"] + targets=["enterprise_ubuntu24-04", "federal_ubuntu24-04", "community_ubuntu24-04"] } -target "enterprise_ubuntu22-04" { - tags=["aerospike/aerospike-server-enterprise:7.1.0.12", "aerospike/aerospike-server-enterprise:7.1.0.12_1"] +target "enterprise_ubuntu24-04" { + tags=["aerospike/aerospike-server-enterprise:7.2.0.6", "aerospike/aerospike-server-enterprise:7.2.0.6_1"] platforms=["linux/amd64,linux/arm64"] - context="./enterprise/ubuntu22.04" + context="./enterprise/ubuntu24.04" } -target "federal_ubuntu22-04" { - tags=["aerospike/aerospike-server-federal:7.1.0.12", "aerospike/aerospike-server-federal:7.1.0.12_1"] +target "federal_ubuntu24-04" { + tags=["aerospike/aerospike-server-federal:7.2.0.6", "aerospike/aerospike-server-federal:7.2.0.6_1"] platforms=["linux/amd64"] - context="./federal/ubuntu22.04" + context="./federal/ubuntu24.04" } -target "community_ubuntu22-04" { - tags=["aerospike/aerospike-server:7.1.0.12", "aerospike/aerospike-server:7.1.0.12_1"] +target "community_ubuntu24-04" { + tags=["aerospike/aerospike-server:7.2.0.6", "aerospike/aerospike-server:7.2.0.6_1"] platforms=["linux/amd64,linux/arm64"] - context="./community/ubuntu22.04" + context="./community/ubuntu24.04" } diff --git a/community/ubuntu22.04/Dockerfile b/community/ubuntu24.04/Dockerfile similarity index 93% rename from community/ubuntu22.04/Dockerfile rename to community/ubuntu24.04/Dockerfile index 4307bc99..c0ea3c79 100644 --- a/community/ubuntu22.04/Dockerfile +++ b/community/ubuntu24.04/Dockerfile @@ -5,15 +5,15 @@ # http://github.com/aerospike/aerospike-server.docker # -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL org.opencontainers.image.title="Aerospike Community Server" \ org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \ org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \ - org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \ + org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="7.1.0.12" \ + org.opencontainers.image.version="7.2.0.6" \ 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/7.1.0.12/aerospike-server-community_7.1.0.12_tools-11.0.2_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="c2b92d783d15b7931b800b64bedb8553909f31727652daea105e1c0efa47ddd2" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.12/aerospike-server-community_7.1.0.12_tools-11.0.2_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="929e0e757a6cdc02d0a1c0b54ec94664e7098e60a302f218164e4f434aa3b933" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.6/aerospike-server-community_7.2.0.6_tools-11.1.1_ubuntu24.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="09fa044d310f1a0a0627fccdc79ae907e32e1096795cf2717078cdab1c61e904" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.6/aerospike-server-community_7.2.0.6_tools-11.1.1_ubuntu24.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="35e359aba1af7b1eb84ace66f81bb5bc880a5c348b2f363c08f9da6bc006fecc" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/community/ubuntu22.04/README.md b/community/ubuntu24.04/README.md similarity index 100% rename from community/ubuntu22.04/README.md rename to community/ubuntu24.04/README.md diff --git a/community/ubuntu22.04/aerospike.template.conf b/community/ubuntu24.04/aerospike.template.conf similarity index 100% rename from community/ubuntu22.04/aerospike.template.conf rename to community/ubuntu24.04/aerospike.template.conf diff --git a/community/ubuntu22.04/entrypoint.sh b/community/ubuntu24.04/entrypoint.sh similarity index 100% rename from community/ubuntu22.04/entrypoint.sh rename to community/ubuntu24.04/entrypoint.sh diff --git a/enterprise/ubuntu22.04/Dockerfile b/enterprise/ubuntu24.04/Dockerfile similarity index 93% rename from enterprise/ubuntu22.04/Dockerfile rename to enterprise/ubuntu24.04/Dockerfile index c63f1459..403fa22f 100644 --- a/enterprise/ubuntu22.04/Dockerfile +++ b/enterprise/ubuntu24.04/Dockerfile @@ -5,15 +5,15 @@ # http://github.com/aerospike/aerospike-server.docker # -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \ org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \ org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \ - org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \ + org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="7.1.0.12" \ + org.opencontainers.image.version="7.2.0.6" \ 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/7.1.0.12/aerospike-server-enterprise_7.1.0.12_tools-11.0.2_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="99ca26216d42663bbb36a582d2bd30b4104e2dfa97972ebc8d37dbeb50c98005" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.12/aerospike-server-enterprise_7.1.0.12_tools-11.0.2_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="87fb7006f60347e0cad3a486bb46a704d7d4f851b9d70b5491ae0d801144aa40" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.6/aerospike-server-enterprise_7.2.0.6_tools-11.1.1_ubuntu24.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="de6ac63d85e12bcac6671b28ad5bb8e850f5cf02643ebea34efa3778a2036f4d" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.6/aerospike-server-enterprise_7.2.0.6_tools-11.1.1_ubuntu24.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="8b3d3eb31f18eaf015ed675954c1561110f839378029d3c46a742d9b2c97922d" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/enterprise/ubuntu22.04/README.md b/enterprise/ubuntu24.04/README.md similarity index 100% rename from enterprise/ubuntu22.04/README.md rename to enterprise/ubuntu24.04/README.md diff --git a/enterprise/ubuntu22.04/aerospike.template.conf b/enterprise/ubuntu24.04/aerospike.template.conf similarity index 100% rename from enterprise/ubuntu22.04/aerospike.template.conf rename to enterprise/ubuntu24.04/aerospike.template.conf diff --git a/enterprise/ubuntu22.04/entrypoint.sh b/enterprise/ubuntu24.04/entrypoint.sh similarity index 100% rename from enterprise/ubuntu22.04/entrypoint.sh rename to enterprise/ubuntu24.04/entrypoint.sh diff --git a/federal/ubuntu22.04/Dockerfile b/federal/ubuntu24.04/Dockerfile similarity index 96% rename from federal/ubuntu22.04/Dockerfile rename to federal/ubuntu24.04/Dockerfile index 1b7b64bb..c619c730 100644 --- a/federal/ubuntu22.04/Dockerfile +++ b/federal/ubuntu24.04/Dockerfile @@ -5,15 +5,15 @@ # http://github.com/aerospike/aerospike-server.docker # -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL org.opencontainers.image.title="Aerospike Federal Server" \ org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \ org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \ - org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \ + org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="7.1.0.12" \ + org.opencontainers.image.version="7.2.0.6" \ 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/7.1.0.12/aerospike-server-federal_7.1.0.12_tools-11.0.2_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="7b73967763b90a1d7dde39a25f96a03a68892b6f14665ed0a4ee2c4091962ffa" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.2.0.6/aerospike-server-federal_7.2.0.6_tools-11.1.1_ubuntu24.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="a2fb91f85fbb1436e1f45c654f6ac6cd9bcbed8a57723b2a35157958e47eca7c" ARG AEROSPIKE_AARCH64_LINK="" ARG AEROSPIKE_SHA_AARCH64="" diff --git a/federal/ubuntu22.04/README.md b/federal/ubuntu24.04/README.md similarity index 100% rename from federal/ubuntu22.04/README.md rename to federal/ubuntu24.04/README.md diff --git a/federal/ubuntu22.04/aerospike.template.conf b/federal/ubuntu24.04/aerospike.template.conf similarity index 100% rename from federal/ubuntu22.04/aerospike.template.conf rename to federal/ubuntu24.04/aerospike.template.conf diff --git a/federal/ubuntu22.04/entrypoint.sh b/federal/ubuntu24.04/entrypoint.sh similarity index 100% rename from federal/ubuntu22.04/entrypoint.sh rename to federal/ubuntu24.04/entrypoint.sh