mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
Added UI for user to accept EULA when deploying sql proj to docker container (#17762)
This commit is contained in:
@@ -131,6 +131,11 @@ export class DeployService {
|
||||
}
|
||||
|
||||
await this.verifyDocker();
|
||||
this.logToOutput(constants.dockerImageMessage);
|
||||
this.logToOutput(profile.localDbSetting.dockerBaseImage);
|
||||
|
||||
this.logToOutput(constants.dockerImageEulaMessage);
|
||||
this.logToOutput(profile.localDbSetting.dockerBaseImageEula);
|
||||
|
||||
const imageSpec = this.getDockerImageSpec(project.projectFileName, profile.localDbSetting.dockerBaseImage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user