mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
SQL Proj - Added an option to deploy to docker to select the base image (#17067)
* Added an option to deploy to docker to select the base image
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { IDeploySettings } from '../IDeploySettings';
|
||||
|
||||
export enum AppSettingType {
|
||||
@@ -21,4 +26,6 @@ export interface ILocalDbSetting {
|
||||
userName: string,
|
||||
password: string,
|
||||
dbName: string,
|
||||
dockerBaseImage: string,
|
||||
connectionRetryTimeout?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user