From 28cc7f6102fd91b0cf1ad4c313308a5e191a8be3 Mon Sep 17 00:00:00 2001 From: pvinh-spike Date: Fri, 1 Nov 2024 23:12:05 +0000 Subject: [PATCH] 7.1.0.9_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 092207d5..28d6a73c 100644 --- a/bake.hcl +++ b/bake.hcl @@ -14,31 +14,31 @@ group "test" { } target "enterprise_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-enterprise-amd64:7.0.0.18", "aerospike/aerospike-server-enterprise-amd64:latest"] + tags=["aerospike/aerospike-server-enterprise-amd64:7.1.0.9", "aerospike/aerospike-server-enterprise-amd64:latest"] platforms=["linux/amd64"] context="./enterprise/ubuntu22.04" } target "enterprise_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-enterprise-arm64:7.0.0.18", "aerospike/aerospike-server-enterprise-arm64:latest"] + tags=["aerospike/aerospike-server-enterprise-arm64:7.1.0.9", "aerospike/aerospike-server-enterprise-arm64:latest"] platforms=["linux/arm64"] context="./enterprise/ubuntu22.04" } target "federal_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-federal-amd64:7.0.0.18", "aerospike/aerospike-server-federal-amd64:latest"] + tags=["aerospike/aerospike-server-federal-amd64:7.1.0.9", "aerospike/aerospike-server-federal-amd64:latest"] platforms=["linux/amd64"] context="./federal/ubuntu22.04" } target "community_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-community-amd64:7.0.0.18", "aerospike/aerospike-server-community-amd64:latest"] + tags=["aerospike/aerospike-server-community-amd64:7.1.0.9", "aerospike/aerospike-server-community-amd64:latest"] platforms=["linux/amd64"] context="./community/ubuntu22.04" } target "community_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-community-arm64:7.0.0.18", "aerospike/aerospike-server-community-arm64:latest"] + tags=["aerospike/aerospike-server-community-arm64:7.1.0.9", "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:7.0.0.18", "aerospike/aerospike-server-enterprise:7.0.0.18_1"] + tags=["aerospike/aerospike-server-enterprise:7.1.0.9", "aerospike/aerospike-server-enterprise:7.1.0.9_1"] platforms=["linux/amd64,linux/arm64"] context="./enterprise/ubuntu22.04" } target "federal_ubuntu22-04" { - tags=["aerospike/aerospike-server-federal:7.0.0.18", "aerospike/aerospike-server-federal:7.0.0.18_1"] + tags=["aerospike/aerospike-server-federal:7.1.0.9", "aerospike/aerospike-server-federal:7.1.0.9_1"] platforms=["linux/amd64"] context="./federal/ubuntu22.04" } target "community_ubuntu22-04" { - tags=["aerospike/aerospike-server:7.0.0.18", "aerospike/aerospike-server:7.0.0.18_1"] + tags=["aerospike/aerospike-server:7.1.0.9", "aerospike/aerospike-server:7.1.0.9_1"] platforms=["linux/amd64,linux/arm64"] context="./community/ubuntu22.04" } diff --git a/community/ubuntu22.04/Dockerfile b/community/ubuntu22.04/Dockerfile index 209c0dea..869ee9f7 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="7.0.0.18" \ + org.opencontainers.image.version="7.1.0.9" \ 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.0.0.18/aerospike-server-community_7.0.0.18_tools-10.2.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="05a45d3cc92efdf9d3b51fd21526674100cebbfdd0f7f7a4c6cbed9e6de2c06a" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.18/aerospike-server-community_7.0.0.18_tools-10.2.1_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="aab83dea316510e6127b6cc8974d4eae08aa8188d240ea85fb4e2e7747623e30" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.9/aerospike-server-community_7.1.0.9_tools-11.0.2_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="8b8eef08f55d0049fa3cccf781646fd41738d7899ca0c6551446c92fb436d28d" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.9/aerospike-server-community_7.1.0.9_tools-11.0.2_ubuntu22.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="c2eb28953890c96be420b5a4eba997912fc122fbb11bc637b5cd84edf85ad638" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/enterprise/ubuntu22.04/Dockerfile b/enterprise/ubuntu22.04/Dockerfile index a811df5b..a00ed540 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="7.0.0.18" \ + org.opencontainers.image.version="7.1.0.9" \ 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.0.0.18/aerospike-server-enterprise_7.0.0.18_tools-10.2.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="d1252c199dcf5f6296640f37c51d6db345ac170cef50894739ce015727d86ebe" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.18/aerospike-server-enterprise_7.0.0.18_tools-10.2.1_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="4a796d19402688359ccab597cdce1626892926afdde56f63b9e4de8f71436fd1" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.9/aerospike-server-enterprise_7.1.0.9_tools-11.0.2_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="1d93853696b2ef915ce087b5389859ddfa8545e067dbe6da6a5cf8f012663394" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.9/aerospike-server-enterprise_7.1.0.9_tools-11.0.2_ubuntu22.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="830818ce787991a32879fc8dbb3c5c569432c17852d60b1004845456f523eb2a" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/federal/ubuntu22.04/Dockerfile b/federal/ubuntu22.04/Dockerfile index 43165091..99d562e3 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="7.0.0.18" \ + org.opencontainers.image.version="7.1.0.9" \ 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.0.0.18/aerospike-server-federal_7.0.0.18_tools-10.2.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="36409e5388526ef035cbdf1381d0d8b8e7675a56906ea28b9be89ea19d5d7a76" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.1.0.9/aerospike-server-federal_7.1.0.9_tools-11.0.2_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="0608c8d4c62090978e71475308062009cf2417e29966fdf5b8865aec6d2f18b2" ARG AEROSPIKE_AARCH64_LINK="" ARG AEROSPIKE_SHA_AARCH64=""