-
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 6.1.0.4 #13546
Aerospike 6.1.0.4 #13546
Conversation
Diff for 7b132c4:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 31cc9aa..27167d1 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,9 +1,9 @@
-Maintainers: Lucien Volmar <lucien@aerospike.com> (@volmarl), Michael Coberly <mcoberly@aerospike.com> (@mcoberly2), Phuc Vinh <pvinh@aerospike.com> (@pvinh-spike)
+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-6.1.0.3
+Tags: ce-6.1.0.4
GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 4557452ca88bcad1929e91bd303b522a1c242b12
+GitCommit: 80510c3d40228b355b9e5e8c720d93118d6a6c81
-Tags: ee-6.1.0.3
+Tags: ee-6.1.0.4
GitRepo: https://github.com/aerospike/aerospike-server-enterprise.docker.git
-GitCommit: 01871453aad7390a02a51dee11efe8e6a55f95cf
+GitCommit: e4713117b8dec3635be5cb4c27619e18433cd6e5
diff --git a/_bashbrew-list b/_bashbrew-list
index a151121..f4c2940 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-aerospike:ce-6.1.0.3
-aerospike:ee-6.1.0.3
+aerospike:ce-6.1.0.4
+aerospike:ee-6.1.0.4
diff --git a/aerospike_ce-6.1.0.3/.dockerignore b/aerospike_ce-6.1.0.4/.dockerignore
similarity index 100%
rename from aerospike_ce-6.1.0.3/.dockerignore
rename to aerospike_ce-6.1.0.4/.dockerignore
diff --git a/aerospike_ce-6.1.0.3/Dockerfile b/aerospike_ce-6.1.0.4/Dockerfile
similarity index 95%
rename from aerospike_ce-6.1.0.3/Dockerfile
rename to aerospike_ce-6.1.0.4/Dockerfile
index 45512a0..0c6a497 100644
--- a/aerospike_ce-6.1.0.3/Dockerfile
+++ b/aerospike_ce-6.1.0.4/Dockerfile
@@ -4,11 +4,10 @@
# http://github.com/aerospike/aerospike-server.docker
#
+FROM debian:bullseye-20221114-slim
-FROM debian:bullseye-slim
-
-ENV AEROSPIKE_VERSION 6.1.0.3
-ENV AEROSPIKE_SHA256 e4f9c152209547517951b78e42ca0251bd237fe1eba65b7bef81fea94ab653c9
+ENV AEROSPIKE_VERSION 6.1.0.4
+ENV AEROSPIKE_SHA256 4c3e4dfef858ddb5dcc941c5106a8735867860194f67ff5b20b65967a30cd0b4
ENV AS_TINI_SHA256 d1f6826dd70cdd88dde3d5a20d8ed248883a3bc2caba3071c8a3a9b0e0de5940
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/aerospike_ce-6.1.0.3/aerospike.template.conf b/aerospike_ce-6.1.0.4/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-6.1.0.3/aerospike.template.conf
rename to aerospike_ce-6.1.0.4/aerospike.template.conf
diff --git a/aerospike_ce-6.1.0.3/entrypoint.sh b/aerospike_ce-6.1.0.4/entrypoint.sh
similarity index 100%
rename from aerospike_ce-6.1.0.3/entrypoint.sh
rename to aerospike_ce-6.1.0.4/entrypoint.sh
diff --git a/aerospike_ee-6.1.0.3/.dockerignore b/aerospike_ee-6.1.0.4/.dockerignore
similarity index 100%
rename from aerospike_ee-6.1.0.3/.dockerignore
rename to aerospike_ee-6.1.0.4/.dockerignore
diff --git a/aerospike_ee-6.1.0.3/Dockerfile b/aerospike_ee-6.1.0.4/Dockerfile
similarity index 95%
rename from aerospike_ee-6.1.0.3/Dockerfile
rename to aerospike_ee-6.1.0.4/Dockerfile
index 5462e3c..5ffcad2 100644
--- a/aerospike_ee-6.1.0.3/Dockerfile
+++ b/aerospike_ee-6.1.0.4/Dockerfile
@@ -4,11 +4,10 @@
# http://github.com/aerospike/aerospike-server-enterprise.docker
#
+FROM debian:bullseye-20221114-slim
-FROM debian:bullseye-slim
-
-ENV AEROSPIKE_VERSION 6.1.0.3
-ENV AEROSPIKE_SHA256 de62082abe7c5fb040fc5eaaed22274142d96cbcd7dfce7530a52d65bce8b277
+ENV AEROSPIKE_VERSION 6.1.0.4
+ENV AEROSPIKE_SHA256 72406e745a8f03116e688d86ad3165741ee48cfad8e4d7cb637c9bdc4577ec47
ENV AS_TINI_SHA256 d1f6826dd70cdd88dde3d5a20d8ed248883a3bc2caba3071c8a3a9b0e0de5940
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/aerospike_ee-6.1.0.3/aerospike.template.conf b/aerospike_ee-6.1.0.4/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-6.1.0.3/aerospike.template.conf
rename to aerospike_ee-6.1.0.4/aerospike.template.conf
diff --git a/aerospike_ee-6.1.0.3/entrypoint.sh b/aerospike_ee-6.1.0.4/entrypoint.sh
similarity index 100%
rename from aerospike_ee-6.1.0.3/entrypoint.sh
rename to aerospike_ee-6.1.0.4/entrypoint.sh Relevant Maintainers:
|
From the test failures:
As for any Dockerfile changes that I noticed: In official images, we do not recommend using such a specific Background:
We update the Debian base images often (Debian update PRs):
|
https://download.aerospike.com/download/server/notes.html