-
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.0-rc2 #18213
Aerospike 8.0.0.0-rc2 #18213
Conversation
Diff for 0b26de6:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 30aab8d..12a4405 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)
-Tags: ce-7.2.0.6, ce-7.2.0.6_1
+Tags: ce-8.0.0.0-rc2, ce-8.0.0.0-rc2_1
Architectures: amd64, arm64v8
GitRepo: /~https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 033b7b6fea20a2f425e59657dd4ee7f90b3d0828
+GitCommit: e04d0d7568ecf79c017902a5f7404470c613dfba
Directory: community/ubuntu24.04
-Tags: ee-7.2.0.6, ee-7.2.0.6_1
+Tags: ee-8.0.0.0-rc2, ee-8.0.0.0-rc2_1
Architectures: amd64, arm64v8
GitRepo: /~https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 033b7b6fea20a2f425e59657dd4ee7f90b3d0828
+GitCommit: e04d0d7568ecf79c017902a5f7404470c613dfba
Directory: enterprise/ubuntu24.04
diff --git a/_bashbrew-list b/_bashbrew-list
index ae1e488..42a9b17 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-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
+aerospike:ce-8.0.0.0-rc2
+aerospike:ce-8.0.0.0-rc2_1
+aerospike:ee-8.0.0.0-rc2
+aerospike:ee-8.0.0.0-rc2_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 88354c4..f133f60 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-7.2.0.6_1
-aerospike:ee-7.2.0.6_1
+aerospike:ce-8.0.0.0-rc2_1
+aerospike:ee-8.0.0.0-rc2_1
diff --git a/aerospike_ce-7.2.0.6_1/Dockerfile b/aerospike_ce-8.0.0.0-rc2_1/Dockerfile
similarity index 94%
rename from aerospike_ce-7.2.0.6_1/Dockerfile
rename to aerospike_ce-8.0.0.0-rc2_1/Dockerfile
index c0ea3c7..3d7a686 100644
--- a/aerospike_ce-7.2.0.6_1/Dockerfile
+++ b/aerospike_ce-8.0.0.0-rc2_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.6" \
+ org.opencontainers.image.version="8.0.0.0-rc2" \
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.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"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.0-rc2/aerospike-server-community_8.0.0.0-rc2_tools-11.1.1_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="20c05affb5dc84bdfc3dd31e643f446969f413c99a458d8fb82c275ddc4dbcf6"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.0-rc2/aerospike-server-community_8.0.0.0-rc2_tools-11.1.1_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="b5e4064c6381c1523ed0c8767c394b82f246b520b0cc8add71ae09ca30775682"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ce-7.2.0.6_1/aerospike.template.conf b/aerospike_ce-8.0.0.0-rc2_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-7.2.0.6_1/aerospike.template.conf
rename to aerospike_ce-8.0.0.0-rc2_1/aerospike.template.conf
diff --git a/aerospike_ce-7.2.0.6_1/entrypoint.sh b/aerospike_ce-8.0.0.0-rc2_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-7.2.0.6_1/entrypoint.sh
rename to aerospike_ce-8.0.0.0-rc2_1/entrypoint.sh
diff --git a/aerospike_ee-7.2.0.6_1/Dockerfile b/aerospike_ee-8.0.0.0-rc2_1/Dockerfile
similarity index 94%
rename from aerospike_ee-7.2.0.6_1/Dockerfile
rename to aerospike_ee-8.0.0.0-rc2_1/Dockerfile
index 403fa22..d587c3b 100644
--- a/aerospike_ee-7.2.0.6_1/Dockerfile
+++ b/aerospike_ee-8.0.0.0-rc2_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.6" \
+ org.opencontainers.image.version="8.0.0.0-rc2" \
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.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"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.0-rc2/aerospike-server-enterprise_8.0.0.0-rc2_tools-11.1.1_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="a8c2e2e74ed7bbb5127c9cba87c22ceb4f8a2d49cdab39272f3f4516b00bf8b5"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0.0.0-rc2/aerospike-server-enterprise_8.0.0.0-rc2_tools-11.1.1_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="209bd20f5e5a66de34f2ac003bb8ed2f0b7642eab77da86ee491823931481dd3"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ee-7.2.0.6_1/aerospike.template.conf b/aerospike_ee-8.0.0.0-rc2_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-7.2.0.6_1/aerospike.template.conf
rename to aerospike_ee-8.0.0.0-rc2_1/aerospike.template.conf
diff --git a/aerospike_ee-7.2.0.6_1/entrypoint.sh b/aerospike_ee-8.0.0.0-rc2_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-7.2.0.6_1/entrypoint.sh
rename to aerospike_ee-8.0.0.0-rc2_1/entrypoint.sh Relevant Maintainers:
|
@@ -3,14 +3,14 @@ Maintainers: Lucien Volmar <lucien@aerospike.com> (@volmarl), | |||
Phuc Vinh <pvinh@aerospike.com> (@pvinh-spike), | |||
Kevin Porter <kporter@aerospike.com> (@kportertx) | |||
|
|||
Tags: ee-7.2.0.6, ee-7.2.0.6_1 | |||
Tags: ee-8.0.0.0-rc2, ee-8.0.0.0-rc2_1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that 8.0.*
is a Developer Preview Release, did you mean to remove the 7.2
images? Or did you want to keep both until 8.0
is no longer a preview build?
I am not sure if 7.2.x
would have a new version in parallel to possibly other 8.0.x
pre-releases, but it might confuse users if the Docker Hub page no longer has 7.2
in the "Supported tags" list and only lists the 8.0
preview.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the input. I'm closing the pr and wait for the GA.
We'll wait for the 8.0 GA. Thanks |
https://download.aerospike.com/download/server/notes.html