-
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.4 #17252
Merged
Merged
Aerospike 7.1.0.4 #17252
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 d8d7529:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ef668ae..e2f9008 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.3, ce-7.1.0.3_1
+Tags: ce-7.1.0.4, ce-7.1.0.4_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 8604900602430740d476f04ab210611d929ca421
+GitCommit: 5b0b75ffdc67ec24173935876f571cd1ebe47e4f
Directory: community/ubuntu22.04
-Tags: ee-7.1.0.3, ee-7.1.0.3_1
+Tags: ee-7.1.0.4, ee-7.1.0.4_1
Architectures: amd64, arm64v8
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 8604900602430740d476f04ab210611d929ca421
+GitCommit: 5b0b75ffdc67ec24173935876f571cd1ebe47e4f
Directory: enterprise/ubuntu22.04
diff --git a/_bashbrew-list b/_bashbrew-list
index 9256153..9c11a6b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-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
+aerospike:ce-7.1.0.4
+aerospike:ce-7.1.0.4_1
+aerospike:ee-7.1.0.4
+aerospike:ee-7.1.0.4_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 9a2346e..822a0aa 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-7.1.0.3_1
-aerospike:ee-7.1.0.3_1
+aerospike:ce-7.1.0.4_1
+aerospike:ee-7.1.0.4_1
diff --git a/aerospike_ce-7.1.0.3_1/Dockerfile b/aerospike_ce-7.1.0.4_1/Dockerfile
similarity index 94%
rename from aerospike_ce-7.1.0.3_1/Dockerfile
rename to aerospike_ce-7.1.0.4_1/Dockerfile
index cf871f3..652da53 100644
--- a/aerospike_ce-7.1.0.3_1/Dockerfile
+++ b/aerospike_ce-7.1.0.4_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.3" \
+ org.opencontainers.image.version="7.1.0.4" \
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.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"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.4/aerospike-server-community_7.1.0.4_tools-11.0.2_ubuntu22.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="57095d4300357664e1c4947bdb81fb0fff0d1a740cb4809491f314b787d02af1"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.4/aerospike-server-community_7.1.0.4_tools-11.0.2_ubuntu22.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="626d96783d7cff2baceb27286d2765ae846b07faf06d073fa98519f47207bbd3"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ce-7.1.0.3_1/aerospike.template.conf b/aerospike_ce-7.1.0.4_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-7.1.0.3_1/aerospike.template.conf
rename to aerospike_ce-7.1.0.4_1/aerospike.template.conf
diff --git a/aerospike_ce-7.1.0.3_1/entrypoint.sh b/aerospike_ce-7.1.0.4_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-7.1.0.3_1/entrypoint.sh
rename to aerospike_ce-7.1.0.4_1/entrypoint.sh
diff --git a/aerospike_ee-7.1.0.3_1/Dockerfile b/aerospike_ee-7.1.0.4_1/Dockerfile
similarity index 94%
rename from aerospike_ee-7.1.0.3_1/Dockerfile
rename to aerospike_ee-7.1.0.4_1/Dockerfile
index 2c07d33..916b451 100644
--- a/aerospike_ee-7.1.0.3_1/Dockerfile
+++ b/aerospike_ee-7.1.0.4_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.3" \
+ org.opencontainers.image.version="7.1.0.4" \
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.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"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.4/aerospike-server-enterprise_7.1.0.4_tools-11.0.2_ubuntu22.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="4c0b1111b36ee1ef92cf3d3f05d8a94153e625deb9402895242d416138ab4ce0"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.4/aerospike-server-enterprise_7.1.0.4_tools-11.0.2_ubuntu22.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="02d1eb109ad21abcbd898cb0f31b221f888f98489b400d73ac39031c6ada8afd"
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
diff --git a/aerospike_ee-7.1.0.3_1/aerospike.template.conf b/aerospike_ee-7.1.0.4_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-7.1.0.3_1/aerospike.template.conf
rename to aerospike_ee-7.1.0.4_1/aerospike.template.conf
diff --git a/aerospike_ee-7.1.0.3_1/entrypoint.sh b/aerospike_ee-7.1.0.4_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-7.1.0.3_1/entrypoint.sh
rename to aerospike_ee-7.1.0.4_1/entrypoint.sh Relevant Maintainers:
|
tianon
approved these changes
Jul 25, 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