Skip to content

Comments

Aerospike 8.1.1.1#20892

Merged
tianon merged 1 commit intodocker-library:masterfrom
pvinh-spike:patch-14
Feb 20, 2026
Merged

Aerospike 8.1.1.1#20892
tianon merged 1 commit intodocker-library:masterfrom
pvinh-spike:patch-14

Conversation

@pvinh-spike
Copy link
Contributor

@pvinh-spike pvinh-spike requested a review from a team as a code owner February 20, 2026 20:57
@github-actions
Copy link

Diff for 89b40da:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ff793ff..2d360dc 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), Thomas Huelbert <thuelbert@aerospike.com> (@thomasaerospike)
 
-Tags: ce-8.1.1.0, ce-8.1.1.0_1
+Tags: ce-8.1.1.1, ce-8.1.1.1_1
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 2153860e208d5a21cb4cc786633eb35bfc8567bf
+GitCommit: 8b5917e1d0dba5b3d7f7ea8839a6bbe74f609b1b
 Directory: community/ubuntu24.04
 
-Tags: ee-8.1.1.0, ee-8.1.1.0_1
+Tags: ee-8.1.1.1, ee-8.1.1.1_1
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 2153860e208d5a21cb4cc786633eb35bfc8567bf
+GitCommit: 8b5917e1d0dba5b3d7f7ea8839a6bbe74f609b1b
 Directory: enterprise/ubuntu24.04
diff --git a/_bashbrew-list b/_bashbrew-list
index f1fe6c2..848d441 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:ce-8.1.1.0
-aerospike:ce-8.1.1.0_1
-aerospike:ee-8.1.1.0
-aerospike:ee-8.1.1.0_1
+aerospike:ce-8.1.1.1
+aerospike:ce-8.1.1.1_1
+aerospike:ee-8.1.1.1
+aerospike:ee-8.1.1.1_1
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 2e7762c..2807c4b 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-aerospike:ce-8.1.1.0_1
-aerospike:ee-8.1.1.0_1
+aerospike:ce-8.1.1.1_1
+aerospike:ee-8.1.1.1_1
diff --git a/aerospike_ce-8.1.1.0_1/Dockerfile b/aerospike_ce-8.1.1.1_1/Dockerfile
similarity index 94%
rename from aerospike_ce-8.1.1.0_1/Dockerfile
rename to aerospike_ce-8.1.1.1_1/Dockerfile
index 444a7c0..0b21ef4 100644
--- a/aerospike_ce-8.1.1.0_1/Dockerfile
+++ b/aerospike_ce-8.1.1.1_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="8.1.1.0" \
+      org.opencontainers.image.version="8.1.1.1" \
       org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
 
 # AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -24,10 +24,10 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \
 ARG AEROSPIKE_EDITION="community"
 
 ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
-ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.1.0/aerospike-server-community_8.1.1.0_tools-12.1.1_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="efffa17793cf85aad6ba47fc053ef63ee57f6f993dbe7c87a9e2309c313da446"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.1.0/aerospike-server-community_8.1.1.0_tools-12.1.1_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="c66ad3082316c9064c88b0d3448d287565edd3e7b34990010023ee2a1c6463f4"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.1.1/aerospike-server-community_8.1.1.1_tools-12.1.1_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="bbbbb10b08d67391058da8c88df06da027b25f7bd4bf44959a14a78c392d10a7"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.1.1/aerospike-server-community_8.1.1.1_tools-12.1.1_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="5129d72c4dceb753a95f49a2cfc29788dd55acfb140ff4cee7431824301b13c0"
 
 SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
 
diff --git a/aerospike_ce-8.1.1.0_1/aerospike.template.conf b/aerospike_ce-8.1.1.1_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-8.1.1.0_1/aerospike.template.conf
rename to aerospike_ce-8.1.1.1_1/aerospike.template.conf
diff --git a/aerospike_ce-8.1.1.0_1/entrypoint.sh b/aerospike_ce-8.1.1.1_1/entrypoint.sh
similarity index 100%
rename from aerospike_ce-8.1.1.0_1/entrypoint.sh
rename to aerospike_ce-8.1.1.1_1/entrypoint.sh
diff --git a/aerospike_ee-8.1.1.0_1/Dockerfile b/aerospike_ee-8.1.1.1_1/Dockerfile
similarity index 94%
rename from aerospike_ee-8.1.1.0_1/Dockerfile
rename to aerospike_ee-8.1.1.1_1/Dockerfile
index c34be69..6e5bc39 100644
--- a/aerospike_ee-8.1.1.0_1/Dockerfile
+++ b/aerospike_ee-8.1.1.1_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="8.1.1.0" \
+      org.opencontainers.image.version="8.1.1.1" \
       org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
 
 # AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -24,10 +24,10 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
 ARG AEROSPIKE_EDITION="enterprise"
 
 ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
-ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1.1.0/aerospike-server-enterprise_8.1.1.0_tools-12.1.1_ubuntu24.04_x86_64.tgz"
-ARG AEROSPIKE_SHA_X86_64="11c05208d3a982514c0b4ffd4e256f214f08aaf330e0712f659ade5c2782e982"
-ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1.1.0/aerospike-server-enterprise_8.1.1.0_tools-12.1.1_ubuntu24.04_aarch64.tgz"
-ARG AEROSPIKE_SHA_AARCH64="cfb43ed21b27bc77ccf5d35e42f47f7b40fba6c4002e755d4c20962f18608a77"
+ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1.1.1/aerospike-server-enterprise_8.1.1.1_tools-12.1.1_ubuntu24.04_x86_64.tgz"
+ARG AEROSPIKE_SHA_X86_64="a2990f0970a7ca1bdec8068109dc0573ca975c5dd5d014a9a6f1b0a178849625"
+ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1.1.1/aerospike-server-enterprise_8.1.1.1_tools-12.1.1_ubuntu24.04_aarch64.tgz"
+ARG AEROSPIKE_SHA_AARCH64="1ccb5d3a9cb396ce6dcb58d24d71b2a5eb46f29ec3c24b62472318c02e668d4d"
 
 SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
 
diff --git a/aerospike_ee-8.1.1.0_1/aerospike.template.conf b/aerospike_ee-8.1.1.1_1/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-8.1.1.0_1/aerospike.template.conf
rename to aerospike_ee-8.1.1.1_1/aerospike.template.conf
diff --git a/aerospike_ee-8.1.1.0_1/entrypoint.sh b/aerospike_ee-8.1.1.1_1/entrypoint.sh
similarity index 100%
rename from aerospike_ee-8.1.1.0_1/entrypoint.sh
rename to aerospike_ee-8.1.1.1_1/entrypoint.sh

Relevant Maintainers:

@tianon tianon merged commit 8c04c44 into docker-library:master Feb 20, 2026
7 checks passed
@pvinh-spike pvinh-spike deleted the patch-14 branch February 20, 2026 21:01
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