-
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 7.0.0.7 #16526
Merged
Merged
Aerospike 7.0.0.7 #16526
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 0753f47:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3277dec..edce126 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.0.0.6, ce-7.0.0.6_1
+Tags: ce-7.0.0.7, ce-7.0.0.7_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: f2e42d0303e91adef6bb9cc7edfec12981dacfdd
+GitCommit: ac0da549af226cf585ebd413fdc087dba202733b
Directory: community/debian12
-Tags: ee-7.0.0.6, ee-7.0.0.6_1
+Tags: ee-7.0.0.7, ee-7.0.0.7_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: f2e42d0303e91adef6bb9cc7edfec12981dacfdd
+GitCommit: ac0da549af226cf585ebd413fdc087dba202733b
Directory: enterprise/debian12
diff --git a/_bashbrew-list b/_bashbrew-list
index 16bf083..7664703 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:ce-7.0.0.6
-aerospike:ce-7.0.0.6_1
-aerospike:ee-7.0.0.6
-aerospike:ee-7.0.0.6_1
+aerospike:ce-7.0.0.7
+aerospike:ce-7.0.0.7_1
+aerospike:ee-7.0.0.7
+aerospike:ee-7.0.0.7_1
diff --git a/aerospike_ce-7.0.0.6_1/Dockerfile b/aerospike_ce-7.0.0.7_1/Dockerfile
similarity index 94%
rename from aerospike_ce-7.0.0.6_1/Dockerfile
rename to aerospike_ce-7.0.0.7_1/Dockerfile
index 9939890..334df5a 100644
--- a/aerospike_ce-7.0.0.6_1/Dockerfile
+++ b/aerospike_ce-7.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/debian:bookworm-slim" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
- org.opencontainers.image.version="7.0.0.6" \
+ org.opencontainers.image.version="7.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/7.0.0.6/aerospike-server-community_7.0.0.6_tools-10.2.1_debian12_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="493374ab6b0ffdde0dde1ba611aba5c05457ab5823090bbb813ea3d086796358"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.6/aerospike-server-community_7.0.0.6_tools-10.2.1_debian12_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="fb068853089fb2e036ca83744083a7dfc4a2692f0333477d81900e5b38baed08"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.7/aerospike-server-community_7.0.0.7_tools-10.2.1_debian12_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="0f79a4a5f760183baa83a1523e1db019de496e6babd90108e073534131634ab8"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.7/aerospike-server-community_7.0.0.7_tools-10.2.1_debian12_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="080514cb8a4faea670992968c0c11f44a12430868beb5a789cc6c7d1ba1baa8e"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ce-7.0.0.6_1/aerospike.template.conf b/aerospike_ce-7.0.0.7_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-7.0.0.6_1/aerospike.template.conf
rename to aerospike_ce-7.0.0.7_1/aerospike.template.conf
diff --git a/aerospike_ce-7.0.0.6_1/entrypoint.sh b/aerospike_ce-7.0.0.7_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-7.0.0.6_1/entrypoint.sh
rename to aerospike_ce-7.0.0.7_1/entrypoint.sh
diff --git a/aerospike_ee-7.0.0.6_1/Dockerfile b/aerospike_ee-7.0.0.7_1/Dockerfile
similarity index 94%
rename from aerospike_ee-7.0.0.6_1/Dockerfile
rename to aerospike_ee-7.0.0.7_1/Dockerfile
index 56cab52..b4a32e7 100644
--- a/aerospike_ee-7.0.0.6_1/Dockerfile
+++ b/aerospike_ee-7.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/debian:bookworm-slim" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
- org.opencontainers.image.version="7.0.0.6" \
+ org.opencontainers.image.version="7.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/7.0.0.6/aerospike-server-enterprise_7.0.0.6_tools-10.2.1_debian12_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="e02ba875ded36cd45e64bd0fcb53f814ada12d75accbfa4eb8130bc731bea55b"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.6/aerospike-server-enterprise_7.0.0.6_tools-10.2.1_debian12_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="aafd173ab624a279b7080fffb19e26f3a6dbfeb497692bb5d112f37815381f45"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.7/aerospike-server-enterprise_7.0.0.7_tools-10.2.1_debian12_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="b42bd0f7d4fe55a6542df24fcc8218956ee44b8775a9d7cb1f575f91539a2c93"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.7/aerospike-server-enterprise_7.0.0.7_tools-10.2.1_debian12_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="e951547c2598665feb532a0a670c0a80157f7ebfde8c961dc08a50d10eb26fce"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ee-7.0.0.6_1/aerospike.template.conf b/aerospike_ee-7.0.0.7_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-7.0.0.6_1/aerospike.template.conf
rename to aerospike_ee-7.0.0.7_1/aerospike.template.conf
diff --git a/aerospike_ee-7.0.0.6_1/entrypoint.sh b/aerospike_ee-7.0.0.7_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-7.0.0.6_1/entrypoint.sh
rename to aerospike_ee-7.0.0.7_1/entrypoint.sh Relevant Maintainers:
|
yosifkit
approved these changes
Apr 3, 2024
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