-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Aerospike 8.0.0.7 #18934
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
Merged
Merged
Aerospike 8.0.0.7 #18934
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for 3bbdf3c:diff --git a/_bashbrew-cat b/_bashbrew-cat
index da01554..cab4dcc 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,13 +1,13 @@
Maintainers: Lucien Volmar <lucien@aerospike.com> (@volmarl), Michael Coberly <mcoberly@aerospike.com> (@mcoberly2), Phuc Vinh <pvinh@aerospike.com> (@pvinh-spike), Kevin Porter <kporter@aerospike.com> (@kportertx), Thomas Huelbert <thuelbert@aerospike.com> (@thomasaerospike)
-Tags: ce-8.0.0.6, ce-8.0.0.6_1
+Tags: ce-8.0.0.7, ce-8.0.0.7_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 22dee713af7bf1a8d3c0a3451b99a8c14cf32be1
+GitCommit: f7a9bd678ddd35ed68b819e22ece992a45289e96
Directory: community/ubuntu24.04
-Tags: ee-8.0.0.6, ee-8.0.0.6_1
+Tags: ee-8.0.0.7, ee-8.0.0.7_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 22dee713af7bf1a8d3c0a3451b99a8c14cf32be1
+GitCommit: f7a9bd678ddd35ed68b819e22ece992a45289e96
Directory: enterprise/ubuntu24.04
diff --git a/_bashbrew-list b/_bashbrew-list
index d2e1f7b..31c68c0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:ce-8.0.0.6
-aerospike:ce-8.0.0.6_1
-aerospike:ee-8.0.0.6
-aerospike:ee-8.0.0.6_1
+aerospike:ce-8.0.0.7
+aerospike:ce-8.0.0.7_1
+aerospike:ee-8.0.0.7
+aerospike:ee-8.0.0.7_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index a1679f8..bf7ce54 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-8.0.0.6_1
-aerospike:ee-8.0.0.6_1
+aerospike:ce-8.0.0.7_1
+aerospike:ee-8.0.0.7_1
diff --git a/aerospike_ce-8.0.0.6_1/Dockerfile b/aerospike_ce-8.0.0.7_1/Dockerfile
similarity index 94%
rename from aerospike_ce-8.0.0.6_1/Dockerfile
rename to aerospike_ce-8.0.0.7_1/Dockerfile
index 13b3d66..3b8404b 100644
--- a/aerospike_ce-8.0.0.6_1/Dockerfile
+++ b/aerospike_ce-8.0.0.7_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="8.0.0.6" \
+ org.opencontainers.image.version="8.0.0.7" \
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/8.0.0.6/aerospike-server-community_8.0.0.6_tools-11.2.2_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="efe60dde195d7865ffae749243c81b8f2ba7c6362ca6653ec3ffab51c40ae1f2"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.6/aerospike-server-community_8.0.0.6_tools-11.2.2_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="10dbc7988cbcc7d78d4d74ecc6919c6de73619826e4eeaacfbe2620c724df33f"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.7/aerospike-server-community_8.0.0.7_tools-11.2.2_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="89b6ac9b14156730fb663daa0a43095c12423aa2b1332b4a28c060e5f4124d77"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.7/aerospike-server-community_8.0.0.7_tools-11.2.2_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="8715553eeb690d42a83a514460bd15fa5a079b6adb0486532270cc48e138975f"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ce-8.0.0.6_1/aerospike.template.conf b/aerospike_ce-8.0.0.7_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-8.0.0.6_1/aerospike.template.conf
rename to aerospike_ce-8.0.0.7_1/aerospike.template.conf
diff --git a/aerospike_ce-8.0.0.6_1/entrypoint.sh b/aerospike_ce-8.0.0.7_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-8.0.0.6_1/entrypoint.sh
rename to aerospike_ce-8.0.0.7_1/entrypoint.sh
diff --git a/aerospike_ee-8.0.0.6_1/Dockerfile b/aerospike_ee-8.0.0.7_1/Dockerfile
similarity index 94%
rename from aerospike_ee-8.0.0.6_1/Dockerfile
rename to aerospike_ee-8.0.0.7_1/Dockerfile
index a0663a9..d1cf930 100644
--- a/aerospike_ee-8.0.0.6_1/Dockerfile
+++ b/aerospike_ee-8.0.0.7_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="8.0.0.6" \
+ org.opencontainers.image.version="8.0.0.7" \
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/8.0.0.6/aerospike-server-enterprise_8.0.0.6_tools-11.2.2_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="13b7821aab58158beeed2ebf88fe4c91b6bfce1d251cb08ec6bd1c506711872f"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.6/aerospike-server-enterprise_8.0.0.6_tools-11.2.2_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="ca81cee84344a3859987fde5e62faf707d33a3ed1844dd14545aa4623700e195"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.7/aerospike-server-enterprise_8.0.0.7_tools-11.2.2_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="3c694546fe7ae6e41f6d62a26e6d134e35fb9de1b955683e60b9970b778c3e63"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.7/aerospike-server-enterprise_8.0.0.7_tools-11.2.2_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="6403cc7bc2941ff3958353e602b69dd16c9381e39c9e5d3262087818c019fc20"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ee-8.0.0.6_1/aerospike.template.conf b/aerospike_ee-8.0.0.7_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-8.0.0.6_1/aerospike.template.conf
rename to aerospike_ee-8.0.0.7_1/aerospike.template.conf
diff --git a/aerospike_ee-8.0.0.6_1/entrypoint.sh b/aerospike_ee-8.0.0.7_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-8.0.0.6_1/entrypoint.sh
rename to aerospike_ee-8.0.0.7_1/entrypoint.sh Relevant Maintainers:
|
yosifkit
approved these changes
Apr 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://download.aerospike.com/download/server/notes.html