Skip to content

Commit efb9b03

Browse files
Add link for container image signature verification (#22309)
* Add link for container image signature verification * Code review changes
1 parent caec70f commit efb9b03

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

extensions/mssql/l10n/bundle.l10n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,6 +3323,7 @@
33233323
"Learn more about SQL Server 2025 features": "Learn more about SQL Server 2025 features",
33243324
"Compare SQL Server editions": "Compare SQL Server editions",
33253325
"Configure and customize SQL Server containers": "Configure and customize SQL Server containers",
3326+
"Verify a container image by using the Notation CLI": "Verify a container image by using the Notation CLI",
33263327
"Getting Docker Ready...": "Getting Docker Ready...",
33273328
"Checking pre-requisites": "Checking pre-requisites",
33283329
"Create Container": "Create Container",

extensions/mssql/src/webviews/common/locConstants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,6 +1971,9 @@ export class LocConstants {
19711971
learnMoreAboutSqlServer2025: l10n.t("Learn more about SQL Server 2025 features"),
19721972
sqlServerEditionsComparison: l10n.t("Compare SQL Server editions"),
19731973
configureAndCustomizeSqlServer: l10n.t("Configure and customize SQL Server containers"),
1974+
verifyContainerImageNotationCli: l10n.t(
1975+
"Verify a container image by using the Notation CLI",
1976+
),
19741977
gettingDockerReady: l10n.t("Getting Docker Ready..."),
19751978
checkingPrerequisites: l10n.t("Checking pre-requisites"),
19761979
createContainer: l10n.t("Create Container"),

extensions/mssql/src/webviews/pages/Deployment/LocalContainers/localContainersDeploymentInfoPage.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ export const LocalContainersDeploymentInfoPage: React.FC = () => {
118118
href: "https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-configure",
119119
label: locConstants.localContainers.configureAndCustomizeSqlServer,
120120
},
121+
{
122+
href: "https://aka.ms/verify-a-container-image-by-using-the-notation-cli",
123+
label: locConstants.localContainers.verifyContainerImageNotationCli,
124+
},
121125
];
122126

123127
return (

localization/xliff/vscode-mssql.xlf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7414,6 +7414,9 @@
74147414
<trans-unit id="++CODE++1fbf278b53995ff39f69ce0e2aef7d56406fb890b82cd87febce6995e98776cd">
74157415
<source xml:lang="en">Value is required</source>
74167416
</trans-unit>
7417+
<trans-unit id="++CODE++895538d92b916860948aefae4e0444d5fb238835e6cc5af248c89c0582e741dd">
7418+
<source xml:lang="en">Verify a container image by using the Notation CLI</source>
7419+
</trans-unit>
74177420
<trans-unit id="++CODE++cfe6ccd3cadc45db712e2b8e0c06ec209cb988570e74b89253baac39c9d6fab6">
74187421
<source xml:lang="en">Verify backup when finished</source>
74197422
</trans-unit>

0 commit comments

Comments
 (0)