Skip to content

Commit e4288ff

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
update container image
1 parent 09ac379 commit e4288ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ pr:
1010
variables:
1111
BuildConfiguration: 'release'
1212
PackageRoot: '$(System.ArtifactsDirectory)/Packages'
13-
LinuxContainerImage: 'mcr.microsoft.com/onebranch/cbl-mariner/build:2.0'
14-
WindowsContainerImage: onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
13+
# LinuxContainerImage: 'mcr.microsoft.com/onebranch/cbl-mariner/build:2.0'
14+
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
15+
WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
1516

1617
resources:
1718
repositories:
@@ -64,7 +65,6 @@ extends:
6465
ob_sdl_sbom_enabled: false
6566
ob_signing_setup_enabled: false
6667
ob_sdl_codeql_compiled_enabled: false
67-
WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
6868
steps:
6969
- checkout: self
7070
- pwsh: |
@@ -280,7 +280,6 @@ extends:
280280
variables:
281281
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
282282
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
283-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
284283
displayName: Linux-x64-musl
285284
pool:
286285
type: linux
@@ -307,7 +306,6 @@ extends:
307306
variables:
308307
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
309308
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
310-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
311309
displayName: Linux-ARM64-musl
312310
pool:
313311
type: linux

0 commit comments

Comments
 (0)