base image tag for components is now latest

This commit is contained in:
Giannis Mouchakis
2019-05-07 16:56:14 +03:00
parent 59ca5b24c5
commit c4d756e766
6 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8
FROM bde2020/hadoop-base
MAINTAINER Ivan Ermilov <ivan.s.ermilov@gmail.com>
HEALTHCHECK CMD curl -f http://localhost:8088/ || exit 1