From a3745c59a380bc95dc853a55d1d5a61593cdaf1d Mon Sep 17 00:00:00 2001 From: Eric Yang Date: Mon, 27 May 2019 10:17:47 +0200 Subject: [PATCH] HDDS-1588. Update Ozone dist image to use jdk11. Contributed by Eric Yang. --- hadoop-ozone/dist/src/main/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/Dockerfile b/hadoop-ozone/dist/src/main/Dockerfile index 9c14f498bef..5c65e433a26 100644 --- a/hadoop-ozone/dist/src/main/Dockerfile +++ b/hadoop-ozone/dist/src/main/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/hadoop-runner:latest +FROM apache/hadoop-runner:jdk11 ADD --chown=hadoop . /opt/hadoop