mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Add image tag matching target platform for publish to docker (#20296)
* add the image tag for the sql server version * add preview text and test * cleanup
This commit is contained in:
@@ -160,6 +160,7 @@ export function OptionNotFoundWarningMessage(label: string) { return localize('o
|
||||
export const SqlServerName = 'SQL server';
|
||||
export const AzureSqlServerName = 'Azure SQL server';
|
||||
export const SqlServerDockerImageName = 'Microsoft SQL Server';
|
||||
export const SqlServerDocker2022ImageName = 'Microsoft SQL Server 2022 (preview)';
|
||||
export const AzureSqlDbFullDockerImageName = 'Azure SQL Database emulator Full';
|
||||
export const AzureSqlDbLiteDockerImageName = 'Azure SQL Database emulator Lite';
|
||||
export const AzureSqlLogicalServerName = 'Azure SQL logical server';
|
||||
|
||||
Reference in New Issue
Block a user