Skip to content

Commit 938ea2f

Browse files
committed
hadoop-base: use pinned internal version
1 parent d24c4e3 commit 938ea2f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

datanode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM agileops/hadoop-base:2.9.1
1+
FROM agileops/hadoop-base:2.9.1-0.9
22
33

44
HEALTHCHECK CMD curl -f http://localhost:50075/ || exit 1

historyserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM agileops/hadoop-base:2.9.1
1+
FROM agileops/hadoop-base:2.9.1-0.9
22
33

44
HEALTHCHECK CMD curl -f http://localhost:8188/ || exit 1

namenode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM agileops/hadoop-base:2.9.1
1+
FROM agileops/hadoop-base:2.9.1-0.9
22
33

44
HEALTHCHECK CMD curl -f http://localhost:50070/ || exit 1

nodemanager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM agileops/hadoop-base:2.9.1
1+
FROM agileops/hadoop-base:2.9.1-0.9
22
33

44
HEALTHCHECK CMD curl -f http://localhost:8042/ || exit 1

resourcemanager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM agileops/hadoop-base:2.9.1
1+
FROM agileops/hadoop-base:2.9.1-0.9
22
33

44
HEALTHCHECK CMD curl -f http://localhost:8088/ || exit 1

0 commit comments

Comments
 (0)