-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 8.0.0.3 #18467
Merged
Merged
Aerospike 8.0.0.3 #18467
+4
−4
Conversation
This file contains 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 b0cd755:diff --git a/_bashbrew-cat b/_bashbrew-cat
index c916f1c..d0efe7a 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-8.0.0.2, ce-8.0.0.2_1
+Tags: ce-8.0.0.3, ce-8.0.0.3_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: c240b8aebb50e966a17dc27d8a88335992d70e3f
+GitCommit: 8db673742f3422282812f2fcb03eeea71199d276
Directory: community/ubuntu24.04
-Tags: ee-8.0.0.2, ee-8.0.0.2_1
+Tags: ee-8.0.0.3, ee-8.0.0.3_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: c240b8aebb50e966a17dc27d8a88335992d70e3f
+GitCommit: 8db673742f3422282812f2fcb03eeea71199d276
Directory: enterprise/ubuntu24.04
diff --git a/_bashbrew-list b/_bashbrew-list
index e17d30a..0645053 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:ce-8.0.0.2
-aerospike:ce-8.0.0.2_1
-aerospike:ee-8.0.0.2
-aerospike:ee-8.0.0.2_1
+aerospike:ce-8.0.0.3
+aerospike:ce-8.0.0.3_1
+aerospike:ee-8.0.0.3
+aerospike:ee-8.0.0.3_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 20486fd..5888692 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-8.0.0.2_1
-aerospike:ee-8.0.0.2_1
+aerospike:ce-8.0.0.3_1
+aerospike:ee-8.0.0.3_1
diff --git a/aerospike_ce-8.0.0.2_1/Dockerfile b/aerospike_ce-8.0.0.3_1/Dockerfile
similarity index 94%
rename from aerospike_ce-8.0.0.2_1/Dockerfile
rename to aerospike_ce-8.0.0.3_1/Dockerfile
index adaec1c..b53dc4e 100644
--- a/aerospike_ce-8.0.0.2_1/Dockerfile
+++ b/aerospike_ce-8.0.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="8.0.0.2" \
+ org.opencontainers.image.version="8.0.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/8.0.0.2/aerospike-server-community_8.0.0.2_tools-11.2.0_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="6057b132177d40d3a8d9e31046295f000febece16f7453869ce7493413fd0f05"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.2/aerospike-server-community_8.0.0.2_tools-11.2.0_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="6f82d988cb50cb81c1ef234ddbcbbcd7de836208f95daac5384203b725d1b064"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.3/aerospike-server-community_8.0.0.3_tools-11.2.0_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="ad1b33939a88990902255c4bd5c5af55207ea8b74b09e0b5f9a7963f38ede64d"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.3/aerospike-server-community_8.0.0.3_tools-11.2.0_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="2c9218d680e97bc1487013615cb2e121583d63e77dc6bac641df57d47b5bf39f"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ce-8.0.0.2_1/aerospike.template.conf b/aerospike_ce-8.0.0.3_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-8.0.0.2_1/aerospike.template.conf
rename to aerospike_ce-8.0.0.3_1/aerospike.template.conf
diff --git a/aerospike_ce-8.0.0.2_1/entrypoint.sh b/aerospike_ce-8.0.0.3_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-8.0.0.2_1/entrypoint.sh
rename to aerospike_ce-8.0.0.3_1/entrypoint.sh
diff --git a/aerospike_ee-8.0.0.2_1/Dockerfile b/aerospike_ee-8.0.0.3_1/Dockerfile
similarity index 94%
rename from aerospike_ee-8.0.0.2_1/Dockerfile
rename to aerospike_ee-8.0.0.3_1/Dockerfile
index 8116257..adee604 100644
--- a/aerospike_ee-8.0.0.2_1/Dockerfile
+++ b/aerospike_ee-8.0.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="8.0.0.2" \
+ org.opencontainers.image.version="8.0.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/8.0.0.2/aerospike-server-enterprise_8.0.0.2_tools-11.2.0_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="65e2459adfdfa93923f75785e3e7484795ba24ed5697d7ad972223d8c344a413"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.2/aerospike-server-enterprise_8.0.0.2_tools-11.2.0_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="dab7140707a128fa021200d5b03ee3e5cb482020172cca0515ce913f230b6647"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.3/aerospike-server-enterprise_8.0.0.3_tools-11.2.0_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="788ced5386fe117270dbae762a622f3258febd1a3a2f031f981f0c9fc855ed83"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.3/aerospike-server-enterprise_8.0.0.3_tools-11.2.0_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="a1c33abd94a79bed4da806b4d10f04f0feecb1b9e9e90cad43894331e45b20b3"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ee-8.0.0.2_1/aerospike.template.conf b/aerospike_ee-8.0.0.3_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-8.0.0.2_1/aerospike.template.conf
rename to aerospike_ee-8.0.0.3_1/aerospike.template.conf
diff --git a/aerospike_ee-8.0.0.2_1/entrypoint.sh b/aerospike_ee-8.0.0.3_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-8.0.0.2_1/entrypoint.sh
rename to aerospike_ee-8.0.0.3_1/entrypoint.sh Relevant Maintainers:
|
LaurentGoderre
approved these changes
Feb 17, 2025
yosifkit
approved these changes
Feb 18, 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