Skip to content
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 1 commit into from
Apr 3, 2024
Merged

Aerospike 7.0.0.7 #16526

merged 1 commit into from
Apr 3, 2024

Conversation

pvinh-spike
Copy link
Contributor

@pvinh-spike pvinh-spike requested a review from a team as a code owner April 2, 2024 23:22
Copy link

github-actions bot commented Apr 2, 2024

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 yosifkit merged commit be79e08 into docker-library:master Apr 3, 2024
7 checks passed
@pvinh-spike pvinh-spike deleted the patch-23 branch January 23, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants