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 5.3.0.3 #9332

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Aerospike 5.3.0.3 #9332

merged 1 commit into from
Dec 21, 2020

Conversation

volmarl
Copy link
Contributor

@volmarl volmarl commented Dec 21, 2020

@github-actions
Copy link

Diff for 91cd048:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 34474b0..c95b6b5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,13 +1,13 @@
 Maintainers: Lucien Volmar <lucien@aerospike.com> (@volmarl)
 
-Tags: 5.1.0.19
+Tags: 5.1.0.20
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 7702f8d7743f3daf5c60a0bfc4e6f40e15039e78
+GitCommit: 67ad928704a1378653f6c27ec10fbdb57db5bbd9
 
-Tags: 5.2.0.11
+Tags: 5.2.0.12
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 997fe18e4bf9e757bf41851ed93b0e32257feb25
+GitCommit: bdee8b1ad15f470ef629480fa68b6d8736a3518b
 
-Tags: 5.3.0.2, latest
+Tags: 5.3.0.3, latest
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 049047dd2bf8b15d71b86eb48cff5c859e0902b7
+GitCommit: 8adf691c24ca86d4e468d8dbb7c45e1b3dd69c75
diff --git a/_bashbrew-list b/_bashbrew-list
index 8dbd9d1..e2e104f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
-aerospike:5.1.0.19
-aerospike:5.2.0.11
-aerospike:5.3.0.2
+aerospike:5.1.0.20
+aerospike:5.2.0.12
+aerospike:5.3.0.3
 aerospike:latest
diff --git a/aerospike_5.1.0.19/.dockerignore b/aerospike_5.1.0.20/.dockerignore
similarity index 100%
rename from aerospike_5.1.0.19/.dockerignore
rename to aerospike_5.1.0.20/.dockerignore
diff --git a/aerospike_5.2.0.11/Dockerfile b/aerospike_5.1.0.20/Dockerfile
similarity index 93%
rename from aerospike_5.2.0.11/Dockerfile
rename to aerospike_5.1.0.20/Dockerfile
index afe600f..a9b9747 100644
--- a/aerospike_5.2.0.11/Dockerfile
+++ b/aerospike_5.1.0.20/Dockerfile
@@ -6,8 +6,8 @@
 
 FROM debian:stretch-slim 
 
-ENV AEROSPIKE_VERSION 5.2.0.11
-ENV AEROSPIKE_SHA256 125988a398a008981079cd7a31c9257c392348415ca14b4eccdb70412031c3be
+ENV AEROSPIKE_VERSION 5.1.0.20
+ENV AEROSPIKE_SHA256 1cf1497c88baf917b37f0b4af380a3ce403c3ce47538c5b1d38737bfe45d1ac9
 
 # Install Aerospike Server and Tools
 
diff --git a/aerospike_5.1.0.19/aerospike.template.conf b/aerospike_5.1.0.20/aerospike.template.conf
similarity index 100%
rename from aerospike_5.1.0.19/aerospike.template.conf
rename to aerospike_5.1.0.20/aerospike.template.conf
diff --git a/aerospike_5.1.0.19/entrypoint.sh b/aerospike_5.1.0.20/entrypoint.sh
similarity index 100%
rename from aerospike_5.1.0.19/entrypoint.sh
rename to aerospike_5.1.0.20/entrypoint.sh
diff --git a/aerospike_5.2.0.11/.dockerignore b/aerospike_5.2.0.12/.dockerignore
similarity index 100%
rename from aerospike_5.2.0.11/.dockerignore
rename to aerospike_5.2.0.12/.dockerignore
diff --git a/aerospike_5.1.0.19/Dockerfile b/aerospike_5.2.0.12/Dockerfile
similarity index 93%
rename from aerospike_5.1.0.19/Dockerfile
rename to aerospike_5.2.0.12/Dockerfile
index 3b35d9f..ecc78e2 100644
--- a/aerospike_5.1.0.19/Dockerfile
+++ b/aerospike_5.2.0.12/Dockerfile
@@ -6,8 +6,8 @@
 
 FROM debian:stretch-slim 
 
-ENV AEROSPIKE_VERSION 5.1.0.19
-ENV AEROSPIKE_SHA256 beeacac98acfccedf9e7ffe923937f69d3c266f528f6a6e676a241ac9f173514
+ENV AEROSPIKE_VERSION 5.2.0.12
+ENV AEROSPIKE_SHA256 890c27dde115223e29cb01b65571c6d2f1d36bb8ac94c22b3244d7ad710ffbdc
 
 # Install Aerospike Server and Tools
 
diff --git a/aerospike_5.2.0.11/aerospike.template.conf b/aerospike_5.2.0.12/aerospike.template.conf
similarity index 100%
rename from aerospike_5.2.0.11/aerospike.template.conf
rename to aerospike_5.2.0.12/aerospike.template.conf
diff --git a/aerospike_5.2.0.11/entrypoint.sh b/aerospike_5.2.0.12/entrypoint.sh
similarity index 100%
rename from aerospike_5.2.0.11/entrypoint.sh
rename to aerospike_5.2.0.12/entrypoint.sh
diff --git a/aerospike_latest/Dockerfile b/aerospike_latest/Dockerfile
index 4ae2510..f2e66b6 100644
--- a/aerospike_latest/Dockerfile
+++ b/aerospike_latest/Dockerfile
@@ -6,8 +6,8 @@
 
 FROM debian:stretch-slim 
 
-ENV AEROSPIKE_VERSION 5.3.0.2
-ENV AEROSPIKE_SHA256 11f33419443e486821608e74bf7db318e184686503043cc1a3e7e07ab90eb059
+ENV AEROSPIKE_VERSION 5.3.0.3
+ENV AEROSPIKE_SHA256 a37fc7f70aec0976ae959b36a94ef7022e539e87f1abf20054e53742c40ed058
 
 # Install Aerospike Server and Tools
 

@tianon tianon merged commit 8c2cfee into docker-library:master Dec 21, 2020
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