Skip to content

Commit d496551

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
change to use specific onebranch images
1 parent 21f717f commit d496551

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ extends:
6060
ob_sdl_sbom_enabled: false
6161
ob_signing_setup_enabled: false
6262
ob_sdl_codeql_compiled_enabled: false
63+
WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
6364
steps:
6465
- checkout: self
6566
- pwsh: |
@@ -274,10 +275,10 @@ extends:
274275
variables:
275276
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
276277
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
278+
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
277279
displayName: Linux-x64-musl
278280
pool:
279281
type: linux
280-
vmImage: Ubuntu-Latest
281282
steps:
282283
- task: RustInstaller@1
283284
inputs:
@@ -300,10 +301,10 @@ extends:
300301
variables:
301302
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
302303
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
304+
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
303305
displayName: Linux-ARM64-musl
304306
pool:
305307
type: linux
306-
vmImage: Ubuntu-Latest
307308
hostArchitecture: arm64
308309
steps:
309310
- task: RustInstaller@1

0 commit comments

Comments
 (0)