You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/04/09 17:31:28 UTC

[ambari] branch trunk updated: Update centos version in Dockerfile (logsearch dev)

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 14aacbb  Update centos version in Dockerfile (logsearch dev)
14aacbb is described below

commit 14aacbb8d9bbb8f75d69d3b33e22844c5a0751ea
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Fri Apr 6 20:54:47 2018 +0200

    Update centos version in Dockerfile (logsearch dev)
---
 ambari-logsearch/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-logsearch/docker/Dockerfile b/ambari-logsearch/docker/Dockerfile
index 3ce7c47..c57d795 100644
--- a/ambari-logsearch/docker/Dockerfile
+++ b/ambari-logsearch/docker/Dockerfile
@@ -10,7 +10,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-FROM centos:centos6
+FROM centos:centos7
 
 RUN echo root:changeme | chpasswd
 

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.