File tree Expand file tree Collapse file tree
pages/Deployment/LocalContainers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" ) ,
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments