From 2c007f8fa624b383716ef6124018eaae02349870 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sat, 23 Mar 2019 17:12:44 +0100 Subject: [PATCH] Also use adoptjdk builds when using docker-sync (#8971) Motivation: We recently changed the docker config to use adoptjdk builds but missed to include the docker-sync related files. Modifications: Use adoptjdk there as well. Result: More conistent usage of JDK versions. --- docker/docker-sync-compose.centos-6.18.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-sync-compose.centos-6.18.yaml b/docker/docker-sync-compose.centos-6.18.yaml index 7f3f2aa977..4b0648aa67 100644 --- a/docker/docker-sync-compose.centos-6.18.yaml +++ b/docker/docker-sync-compose.centos-6.18.yaml @@ -7,7 +7,7 @@ services: build: args: centos_version : "6" - java_version : "1.8.202" + java_version : "adopt@1.8.202-08" test: image: netty:centos-6-1.8