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.3 #17832

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Aerospike 7.2.0.3 #17832

merged 1 commit into from
Nov 4, 2024

Conversation

pvinh-spike
Copy link
Contributor

Copy link

github-actions bot commented Nov 2, 2024

Diff for 72e877a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f431035..aedcfae 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.1, ce-7.2.0.1_2
+Tags: ce-7.2.0.3, ce-7.2.0.3_1
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 7e404bba91a84e533b7c5fbc91ca68dd5b3cc27e
+GitCommit: 169e145b437e88a165b6e2b72e2312b1d2ef9409
 Directory: community/ubuntu24.04
 
-Tags: ee-7.2.0.1, ee-7.2.0.1_2
+Tags: ee-7.2.0.3, ee-7.2.0.3_1
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 7e404bba91a84e533b7c5fbc91ca68dd5b3cc27e
+GitCommit: 169e145b437e88a165b6e2b72e2312b1d2ef9409
 Directory: enterprise/ubuntu24.04
diff --git a/_bashbrew-list b/_bashbrew-list
index 2371502..f5baaed 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:ce-7.2.0.1
-aerospike:ce-7.2.0.1_2
-aerospike:ee-7.2.0.1
-aerospike:ee-7.2.0.1_2
+aerospike:ce-7.2.0.3
+aerospike:ce-7.2.0.3_1
+aerospike:ee-7.2.0.3
+aerospike:ee-7.2.0.3_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index fb4fefa..1bab61f 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-7.2.0.1_2
-aerospike:ee-7.2.0.1_2
+aerospike:ce-7.2.0.3_1
+aerospike:ee-7.2.0.3_1
diff --git a/aerospike_ce-7.2.0.1_2/Dockerfile b/aerospike_ce-7.2.0.3_1/Dockerfile
similarity index 94%
rename from aerospike_ce-7.2.0.1_2/Dockerfile
rename to aerospike_ce-7.2.0.3_1/Dockerfile
index f69d988..2554450 100644
--- a/aerospike_ce-7.2.0.1_2/Dockerfile
+++ b/aerospike_ce-7.2.0.3_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.1" \
+      org.opencontainers.image.version="7.2.0.3" \
       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.1/aerospike-server-community_7.2.0.1_tools-11.1.0_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="48b7151ba4d3665e1265f4c3bfa0ac84d62f5085e1e1ac30c6da1e06232e6c21"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.1/aerospike-server-community_7.2.0.1_tools-11.1.0_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="c8af8a0530d1988dd92ccf3c6a70daf2c77dded66949ad491978848a52d9d8e4"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.3/aerospike-server-community_7.2.0.3_tools-11.1.0_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="d3a1c213879fd459ca340fc6fd57a16e07f0c7196cc88ee4bb6adba5099b6c6e"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.3/aerospike-server-community_7.2.0.3_tools-11.1.0_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="537b8c8e02e4c8878ca057942d6af663555ee25ff859d08e35b07c0c445339e0"
 
 SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
 
diff --git a/aerospike_ee-7.2.0.1_2/aerospike.template.conf b/aerospike_ce-7.2.0.3_1/aerospike.template.conf
similarity index 93%
rename from aerospike_ee-7.2.0.1_2/aerospike.template.conf
rename to aerospike_ce-7.2.0.3_1/aerospike.template.conf
index ac92222..7959cee 100644
--- a/aerospike_ee-7.2.0.1_2/aerospike.template.conf
+++ b/aerospike_ce-7.2.0.3_1/aerospike.template.conf
@@ -55,8 +55,8 @@ network {
 
 namespace ${NAMESPACE} {
 	replication-factor 1
-	$( (("${DEFAULT_TTL}" != 0 )) && echo "default-ttl ${DEFAULT_TTL}")
-	$( (("${DEFAULT_TTL}" != 0 )) && echo "nsup-period ${NSUP_PERIOD}")
+	$( [[ "DEFAULT_TTL" != "0" ]] && echo "default-ttl ${DEFAULT_TTL}")
+	$( [[ "DEFAULT_TTL" != "0" ]] && echo "nsup-period ${NSUP_PERIOD}")
 
 	storage-engine $([ "${DATA_IN_MEMORY}" = "true" ] && echo "memory" || echo "device") {
 		# For 'storage-engine memory' with 'device' or 'file' backing, we
diff --git a/aerospike_ce-7.2.0.1_2/entrypoint.sh b/aerospike_ce-7.2.0.3_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-7.2.0.1_2/entrypoint.sh
rename to aerospike_ce-7.2.0.3_1/entrypoint.sh
diff --git a/aerospike_ee-7.2.0.1_2/Dockerfile b/aerospike_ee-7.2.0.3_1/Dockerfile
similarity index 94%
rename from aerospike_ee-7.2.0.1_2/Dockerfile
rename to aerospike_ee-7.2.0.3_1/Dockerfile
index d4aef65..efeec86 100644
--- a/aerospike_ee-7.2.0.1_2/Dockerfile
+++ b/aerospike_ee-7.2.0.3_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.1" \
+      org.opencontainers.image.version="7.2.0.3" \
       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.1/aerospike-server-enterprise_7.2.0.1_tools-11.1.0_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="37b509968d8bb381c39ad308249c4f8be5d8672db3c8b55cad4894d4afb4302a"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.1/aerospike-server-enterprise_7.2.0.1_tools-11.1.0_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="90a93dd277c7607a349d23e88c1576304bae459dd73291455370da77bf9d73bb"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.3/aerospike-server-enterprise_7.2.0.3_tools-11.1.0_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="b165d757b6877dca3750f29e6acc836bdd8888e4d9fca62940fd19cb2bdd08a7"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.3/aerospike-server-enterprise_7.2.0.3_tools-11.1.0_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="8b9efedcda5e92be7f27e987eb46aeb4cd439106d86a744ba971adfb828c8a9f"
 
 SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
 
diff --git a/aerospike_ce-7.2.0.1_2/aerospike.template.conf b/aerospike_ee-7.2.0.3_1/aerospike.template.conf
similarity index 93%
rename from aerospike_ce-7.2.0.1_2/aerospike.template.conf
rename to aerospike_ee-7.2.0.3_1/aerospike.template.conf
index ac92222..7959cee 100644
--- a/aerospike_ce-7.2.0.1_2/aerospike.template.conf
+++ b/aerospike_ee-7.2.0.3_1/aerospike.template.conf
@@ -55,8 +55,8 @@ network {
 
 namespace ${NAMESPACE} {
 	replication-factor 1
-	$( (("${DEFAULT_TTL}" != 0 )) && echo "default-ttl ${DEFAULT_TTL}")
-	$( (("${DEFAULT_TTL}" != 0 )) && echo "nsup-period ${NSUP_PERIOD}")
+	$( [[ "DEFAULT_TTL" != "0" ]] && echo "default-ttl ${DEFAULT_TTL}")
+	$( [[ "DEFAULT_TTL" != "0" ]] && echo "nsup-period ${NSUP_PERIOD}")
 
 	storage-engine $([ "${DATA_IN_MEMORY}" = "true" ] && echo "memory" || echo "device") {
 		# For 'storage-engine memory' with 'device' or 'file' backing, we
diff --git a/aerospike_ee-7.2.0.1_2/entrypoint.sh b/aerospike_ee-7.2.0.3_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-7.2.0.1_2/entrypoint.sh
rename to aerospike_ee-7.2.0.3_1/entrypoint.sh

Relevant Maintainers:

@tianon tianon merged commit 60761e1 into docker-library:master Nov 4, 2024
7 checks passed
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