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 3.13.0.7, 3.14.1.4 #3489

Merged
merged 1 commit into from
Sep 25, 2017
Merged

Conversation

volmarl
Copy link
Contributor

@volmarl volmarl commented Sep 25, 2017

@yosifkit
Copy link
Member

Diff:
warning: insecure protocol git:// detected: git://github.com/aerospike/aerospike-server.docker
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 41890b0..3ade642 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,3 +1,3 @@
 aerospike:3.12.1.3 @ amd64
-aerospike:3.13.0.4 @ amd64
+aerospike:3.13.0.7 @ amd64
 aerospike:latest @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 51ff0a4..3582dd3 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,4 +1,4 @@
 aerospike:3.12.1.3
-aerospike:3.13.0.4
-aerospike:3.14.1.2
+aerospike:3.13.0.7
+aerospike:3.14.1.4
 aerospike:latest
diff --git a/aerospike_3.13.0.4/Dockerfile b/aerospike_3.13.0.7/Dockerfile
similarity index 92%
rename from aerospike_3.13.0.4/Dockerfile
rename to aerospike_3.13.0.7/Dockerfile
index 613cd45..bc6f36d 100644
--- a/aerospike_3.13.0.4/Dockerfile
+++ b/aerospike_3.13.0.7/Dockerfile
@@ -6,8 +6,8 @@
 
 FROM ubuntu:xenial
 
-ENV AEROSPIKE_VERSION 3.13.0.4
-ENV AEROSPIKE_SHA256 42bdb0435270c750072d06d95a1b5dbc6bfb0c841ee8342c5c69e5b065e0c94e  
+ENV AEROSPIKE_VERSION 3.13.0.7
+ENV AEROSPIKE_SHA256 07f13181e876b02211f021c20e262537f4fdb94c1f9a28fa6de47c94f20d2def 
 
 
 # Install Aerospike Server and Tools
diff --git a/aerospike_3.13.0.4/Dockerfile.md b/aerospike_3.13.0.7/Dockerfile.md
similarity index 100%
rename from aerospike_3.13.0.4/Dockerfile.md
rename to aerospike_3.13.0.7/Dockerfile.md
diff --git a/aerospike_3.13.0.4/aerospike.conf b/aerospike_3.13.0.7/aerospike.conf
similarity index 100%
rename from aerospike_3.13.0.4/aerospike.conf
rename to aerospike_3.13.0.7/aerospike.conf
diff --git a/aerospike_3.13.0.4/entrypoint.sh b/aerospike_3.13.0.7/entrypoint.sh
similarity index 100%
rename from aerospike_3.13.0.4/entrypoint.sh
rename to aerospike_3.13.0.7/entrypoint.sh
diff --git a/aerospike_latest/Dockerfile b/aerospike_latest/Dockerfile
index 5234298..0d4d157 100644
--- a/aerospike_latest/Dockerfile
+++ b/aerospike_latest/Dockerfile
@@ -6,8 +6,8 @@
 
 FROM ubuntu:xenial
 
-ENV AEROSPIKE_VERSION 3.14.1.2
-ENV AEROSPIKE_SHA256 c2833a4403fa5190e09804ed6515d2b16fcfd6eb4484ac73729130f5a878912c   
+ENV AEROSPIKE_VERSION 3.14.1.4
+ENV AEROSPIKE_SHA256 ec278ffe0f83e20230c66edc89c0ee00945eb039bca51530ec5644fa239b94fe  
 
 
 # Install Aerospike Server and Tools

@yosifkit
Copy link
Member

Build test of #3489; abccde4 (aerospike):

$ bashbrew build aerospike:3.12.1.3
Building bashbrew/cache:6f661676106541911aef463bf253407a3b7d2fe05347b293dac4946e746f671d (aerospike:3.12.1.3)
Tagging aerospike:3.12.1.3

$ test/run.sh aerospike:3.12.1.3
testing aerospike:3.12.1.3
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build aerospike:3.13.0.7
Building bashbrew/cache:89172913438c9142e7b1494c5e3230a76573870daf1bae71083fbae362d88edc (aerospike:3.13.0.7)
Tagging aerospike:3.13.0.7

$ test/run.sh aerospike:3.13.0.7
testing aerospike:3.13.0.7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build aerospike:3.14.1.4
Building bashbrew/cache:2b8e14ca4cf4285ab48ef8ce433e3ffa96e4baf560e5235c81264fafbfac07c1 (aerospike:3.14.1.4)
Tagging aerospike:3.14.1.4
Tagging aerospike:latest

$ test/run.sh aerospike:3.14.1.4
testing aerospike:3.14.1.4
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit 7539524 into docker-library:master Sep 25, 2017
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.

3 participants