-
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.1.0.3 #17199
Merged
Merged
Aerospike 7.1.0.3 #17199
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 e52ab0b:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 495e35e..ef668ae 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.1.0.2, ce-7.1.0.2_1
+Tags: ce-7.1.0.3, ce-7.1.0.3_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: feb210615277101e394d632493807e8b65f44b5d
+GitCommit: 8604900602430740d476f04ab210611d929ca421
Directory: community/ubuntu22.04
-Tags: ee-7.1.0.2, ee-7.1.0.2_1
+Tags: ee-7.1.0.3, ee-7.1.0.3_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: feb210615277101e394d632493807e8b65f44b5d
+GitCommit: 8604900602430740d476f04ab210611d929ca421
Directory: enterprise/ubuntu22.04
diff --git a/_bashbrew-list b/_bashbrew-list
index abb88e3..9256153 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:ce-7.1.0.2
-aerospike:ce-7.1.0.2_1
-aerospike:ee-7.1.0.2
-aerospike:ee-7.1.0.2_1
+aerospike:ce-7.1.0.3
+aerospike:ce-7.1.0.3_1
+aerospike:ee-7.1.0.3
+aerospike:ee-7.1.0.3_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 607a574..9a2346e 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-7.1.0.2_1
-aerospike:ee-7.1.0.2_1
+aerospike:ce-7.1.0.3_1
+aerospike:ee-7.1.0.3_1
diff --git a/aerospike_ce-7.1.0.2_1/Dockerfile b/aerospike_ce-7.1.0.3_1/Dockerfile
similarity index 94%
rename from aerospike_ce-7.1.0.2_1/Dockerfile
rename to aerospike_ce-7.1.0.3_1/Dockerfile
index f48b62b..cf871f3 100644
--- a/aerospike_ce-7.1.0.2_1/Dockerfile
+++ b/aerospike_ce-7.1.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:22.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
- org.opencontainers.image.version="7.1.0.2" \
+ org.opencontainers.image.version="7.1.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.1.0.2/aerospike-server-community_7.1.0.2_tools-11.0.1_ubuntu22.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="e72fcc9ad9105379dd2f91490ddb0ebba4e2b65ea560e35572162ee3647c6355"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.2/aerospike-server-community_7.1.0.2_tools-11.0.1_ubuntu22.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="c8705d8ad740207bff4d4d2f1934c4582d30fa86d8c59c1347e240fcd5017130"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.3/aerospike-server-community_7.1.0.3_tools-11.0.2_ubuntu22.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="39c8d3a65ce2966615c8f8b4d696ab985c24cc7710723ccba1c754d895701541"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.3/aerospike-server-community_7.1.0.3_tools-11.0.2_ubuntu22.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="c9e7a4c1aa5f24e538136330b4b3b6015e4d16ef6e12d184e98621c05e584cc8"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ce-7.1.0.2_1/aerospike.template.conf b/aerospike_ce-7.1.0.3_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-7.1.0.2_1/aerospike.template.conf
rename to aerospike_ce-7.1.0.3_1/aerospike.template.conf
diff --git a/aerospike_ce-7.1.0.2_1/entrypoint.sh b/aerospike_ce-7.1.0.3_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-7.1.0.2_1/entrypoint.sh
rename to aerospike_ce-7.1.0.3_1/entrypoint.sh
diff --git a/aerospike_ee-7.1.0.2_1/Dockerfile b/aerospike_ee-7.1.0.3_1/Dockerfile
similarity index 94%
rename from aerospike_ee-7.1.0.2_1/Dockerfile
rename to aerospike_ee-7.1.0.3_1/Dockerfile
index 98947e6..2c07d33 100644
--- a/aerospike_ee-7.1.0.2_1/Dockerfile
+++ b/aerospike_ee-7.1.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:22.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
- org.opencontainers.image.version="7.1.0.2" \
+ org.opencontainers.image.version="7.1.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.1.0.2/aerospike-server-enterprise_7.1.0.2_tools-11.0.1_ubuntu22.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="fd5027e877a2ca934d0f5efe9f52a8cb4d9ec933d394e8b0a565ce6dabc31ad3"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.2/aerospike-server-enterprise_7.1.0.2_tools-11.0.1_ubuntu22.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="991873240c3a3e322dc8c3fcf872d4cf13963cc69e4b196c505aa029194e13e8"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.3/aerospike-server-enterprise_7.1.0.3_tools-11.0.2_ubuntu22.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="a17f79fc8204a52bd556dfe009911a77c19f31306036807243a0458a8ff54656"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.3/aerospike-server-enterprise_7.1.0.3_tools-11.0.2_ubuntu22.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="95e1990ef29716bd5d19266ed9a4550f78315907bc196154f57277e0503bb400"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ee-7.1.0.2_1/aerospike.template.conf b/aerospike_ee-7.1.0.3_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-7.1.0.2_1/aerospike.template.conf
rename to aerospike_ee-7.1.0.3_1/aerospike.template.conf
diff --git a/aerospike_ee-7.1.0.2_1/entrypoint.sh b/aerospike_ee-7.1.0.3_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-7.1.0.2_1/entrypoint.sh
rename to aerospike_ee-7.1.0.3_1/entrypoint.sh Relevant Maintainers:
|
LaurentGoderre
approved these changes
Jul 18, 2024
yosifkit
approved these changes
Jul 18, 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