Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add custom docker image suport #166

Merged
merged 2 commits into from
Sep 11, 2018
Merged

add custom docker image suport #166

merged 2 commits into from
Sep 11, 2018

Conversation

yungezz
Copy link
Contributor

@yungezz yungezz commented Sep 10, 2018

Summary

support custom docker image. feature ask Issue #163

Issue Type

  • New Feature

@yungezz yungezz requested review from zikalino and yuwzho September 10, 2018 05:48
@@ -127,4 +127,12 @@ export class DockerRunner extends TerminalBaseRunner {
}
});
}

private getDockerImageName(): string {
let customDocker = utilities.getCodeConfiguration<string>('ansible', Constants.Config_dockerImage);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to write the code as let customDocker = utilities.getCodeConfiguration<string>('ansible', Constants.Config_dockerImage) || Constants.DockerImageName;

@yungezz yungezz merged commit 737e86b into master Sep 11, 2018
@yungezz yungezz deleted the custom-dockerimage branch September 11, 2018 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants