From 64876e3af30debae68aa899657bfb72703bb538b Mon Sep 17 00:00:00 2001 From: mohammedzee1000 Date: Tue, 11 Apr 2017 11:50:59 +0530 Subject: [PATCH 1/3] Added elastic search 2.4 container to pipeline. --- index.d/centos.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.d/centos.yml b/index.d/centos.yml index 3bad6711..c02a1482 100644 --- a/index.d/centos.yml +++ b/index.d/centos.yml @@ -412,3 +412,14 @@ Projects: desired-tag: 7.3.1611 notify-email: mohammed.zee1000@gmail.com depends-on: null + + - id: 36 + app-id: centos + job-id: elasticsearch + git-url: https://github.com/mohammedzee1000/CentOS-Dockerfile + git-branch: 2017-04-10_11-32-10-elastic + git-path: elasticsearch/centos7 + target-file: Dockerfile.24 + desired-tag: 2.4.0 + notify-email: mohammed.zee1000@gmail.com + depends-on: centos/centos:7 From 8f2a549146aae17d27917a7d5ddeff5ee2771a0e Mon Sep 17 00:00:00 2001 From: mohammedzee1000 Date: Tue, 11 Apr 2017 11:59:45 +0530 Subject: [PATCH 2/3] Fixed duplicate id. --- index.d/centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d/centos.yml b/index.d/centos.yml index c02a1482..2fe800a0 100644 --- a/index.d/centos.yml +++ b/index.d/centos.yml @@ -413,7 +413,7 @@ Projects: notify-email: mohammed.zee1000@gmail.com depends-on: null - - id: 36 + - id: 37 app-id: centos job-id: elasticsearch git-url: https://github.com/mohammedzee1000/CentOS-Dockerfile From 55bc41a524518783aa948a539cfa78378d974b96 Mon Sep 17 00:00:00 2001 From: mohammedzee1000 Date: Tue, 11 Apr 2017 12:11:18 +0530 Subject: [PATCH 3/3] Fixed the git url. Signed-off-by: mohammedzee1000 --- index.d/centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d/centos.yml b/index.d/centos.yml index 2fe800a0..05dfb88b 100644 --- a/index.d/centos.yml +++ b/index.d/centos.yml @@ -416,7 +416,7 @@ Projects: - id: 37 app-id: centos job-id: elasticsearch - git-url: https://github.com/mohammedzee1000/CentOS-Dockerfile + git-url: https://github.com/mohammedzee1000/CentOS-Dockerfiles git-branch: 2017-04-10_11-32-10-elastic git-path: elasticsearch/centos7 target-file: Dockerfile.24