mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
Adding UI for deploying a db proj to docker (#17495)
This commit is contained in:
@@ -24,3 +24,12 @@ export function getConnectionName(connection: any): string {
|
||||
|
||||
return connectionName;
|
||||
}
|
||||
|
||||
|
||||
export function getDockerBaseImages(): string[] {
|
||||
return [
|
||||
`${constants.sqlServerDockerRegistry}/${constants.sqlServerDockerRepository}:2017-latest`,
|
||||
`${constants.sqlServerDockerRegistry}/${constants.sqlServerDockerRepository}:2019-latest`,
|
||||
`${constants.sqlServerDockerRegistry}/${constants.azureSqlEdgeDockerRepository}:latest`
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user