Updated base image name for namenode Dockerfile.

This commit is contained in:
K
2025-04-14 16:43:12 +05:30
parent 2de9a832eb
commit 2924a85a7b
+1 -1
View File
@@ -1,4 +1,4 @@
FROM cc/base:1.0
FROM kshitijka/hadoop-base:3.4.1
HEALTHCHECK CMD curl -f http://localhost:9870/ || exit 1