Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aerospike 7.2.0.6 #18181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pvinh-spike
Copy link
Contributor

@pvinh-spike pvinh-spike requested a review from a team as a code owner January 3, 2025 06:38
Copy link

github-actions bot commented Jan 3, 2025

Diff for 46dc7d6:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5cef7ee..30aab8d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,13 +1,13 @@
 Maintainers: Lucien Volmar <[email protected]> (@volmarl), Michael Coberly <[email protected]> (@mcoberly2), Phuc Vinh <[email protected]> (@pvinh-spike), Kevin Porter <[email protected]> (@kportertx)
 
-Tags: ce-7.2.0.4, ce-7.2.0.4_1
+Tags: ce-7.2.0.6, ce-7.2.0.6_1
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: ecbb73c9d4f87474c4e2b64ace09d41a911a4409
+GitCommit: 033b7b6fea20a2f425e59657dd4ee7f90b3d0828
 Directory: community/ubuntu24.04
 
-Tags: ee-7.2.0.4, ee-7.2.0.4_1
+Tags: ee-7.2.0.6, ee-7.2.0.6_1
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: ecbb73c9d4f87474c4e2b64ace09d41a911a4409
+GitCommit: 033b7b6fea20a2f425e59657dd4ee7f90b3d0828
 Directory: enterprise/ubuntu24.04
diff --git a/_bashbrew-list b/_bashbrew-list
index fe600c0..ae1e488 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:ce-7.2.0.4
-aerospike:ce-7.2.0.4_1
-aerospike:ee-7.2.0.4
-aerospike:ee-7.2.0.4_1
+aerospike:ce-7.2.0.6
+aerospike:ce-7.2.0.6_1
+aerospike:ee-7.2.0.6
+aerospike:ee-7.2.0.6_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 5ac43d2..88354c4 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-7.2.0.4_1
-aerospike:ee-7.2.0.4_1
+aerospike:ce-7.2.0.6_1
+aerospike:ee-7.2.0.6_1
diff --git a/aerospike_ce-7.2.0.4_1/Dockerfile b/aerospike_ce-7.2.0.6_1/Dockerfile
similarity index 94%
rename from aerospike_ce-7.2.0.4_1/Dockerfile
rename to aerospike_ce-7.2.0.6_1/Dockerfile
index 004b47f..c0ea3c7 100644
--- a/aerospike_ce-7.2.0.4_1/Dockerfile
+++ b/aerospike_ce-7.2.0.6_1/Dockerfile
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \
       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.2.0.4" \
+      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.2.0.4/aerospike-server-community_7.2.0.4_tools-11.1.1_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="381f61a93eea93d436ed3d4a810da15d90d7f5db7bfda51e807bb90a59263fb8"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.4/aerospike-server-community_7.2.0.4_tools-11.1.1_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="acdc3070ccdb7f24fc8b1fc1762eb803770a73db93d84d4eb3cdffdbccebf89a"
+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/aerospike_ce-7.2.0.4_1/aerospike.template.conf b/aerospike_ce-7.2.0.6_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-7.2.0.4_1/aerospike.template.conf
rename to aerospike_ce-7.2.0.6_1/aerospike.template.conf
diff --git a/aerospike_ce-7.2.0.4_1/entrypoint.sh b/aerospike_ce-7.2.0.6_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-7.2.0.4_1/entrypoint.sh
rename to aerospike_ce-7.2.0.6_1/entrypoint.sh
diff --git a/aerospike_ee-7.2.0.4_1/Dockerfile b/aerospike_ee-7.2.0.6_1/Dockerfile
similarity index 94%
rename from aerospike_ee-7.2.0.4_1/Dockerfile
rename to aerospike_ee-7.2.0.6_1/Dockerfile
index fb1d02c..403fa22 100644
--- a/aerospike_ee-7.2.0.4_1/Dockerfile
+++ b/aerospike_ee-7.2.0.6_1/Dockerfile
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
       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.2.0.4" \
+      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.2.0.4/aerospike-server-enterprise_7.2.0.4_tools-11.1.1_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="56b9d435b7ad1cabb6ae2af5e3a25d82937bbbce9807f7b54234a41a8b1252ef"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.4/aerospike-server-enterprise_7.2.0.4_tools-11.1.1_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="16bc0a9d9a181ab84fafafcc54849b3de7587522ff279f5ff897c73c953cc068"
+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/aerospike_ee-7.2.0.4_1/aerospike.template.conf b/aerospike_ee-7.2.0.6_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-7.2.0.4_1/aerospike.template.conf
rename to aerospike_ee-7.2.0.6_1/aerospike.template.conf
diff --git a/aerospike_ee-7.2.0.4_1/entrypoint.sh b/aerospike_ee-7.2.0.6_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-7.2.0.4_1/entrypoint.sh
rename to aerospike_ee-7.2.0.6_1/entrypoint.sh

Relevant Maintainers:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants