YARN-3339. TestDockerContainerExecutor should pull a single image and not the entire centos repository. (Ravindra Kumar Naik via raviprak)
This commit is contained in:
parent
7522a643fa
commit
56085203c4
|
@ -58,6 +58,9 @@ Release 2.8.0 - UNRELEASED
|
|||
|
||||
OPTIMIZATIONS
|
||||
|
||||
YARN-3339. TestDockerContainerExecutor should pull a single image and not
|
||||
the entire centos repository. (Ravindra Kumar Naik via raviprak)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
Release 2.7.0 - UNRELEASED
|
||||
|
|
|
@ -78,7 +78,7 @@ public class TestDockerContainerExecutor {
|
|||
private int id = 0;
|
||||
private String appSubmitter;
|
||||
private String dockerUrl;
|
||||
private String testImage = "centos";
|
||||
private String testImage = "centos:latest";
|
||||
private String dockerExec;
|
||||
private String containerIdStr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue