File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ variables:
21
21
- name : DisableDockerDetector
22
22
value : true
23
23
- name : LinuxContainerImage
24
- value : mcr.microsoft.com/onebranch/cbl-mariner/build:2.0
24
+ value : onebranch.azurecr.io/linux/ubuntu-2004:latest
25
25
- name : WindowsContainerImage
26
26
value : onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
27
27
- name : ob_sdl_sbom_enabled
@@ -42,6 +42,10 @@ extends:
42
42
parameters :
43
43
featureFlags :
44
44
runHostSDL : true
45
+ # Work around regression in OneBranch docker builds
46
+ needExceptionForUbuntuUsage : true
47
+ LinuxHostVersion :
48
+ Distribution : Ubuntu
45
49
customTags : ' ES365AIMigrationTooling-BulkMigrated'
46
50
stages :
47
51
- stage : StageResolveVersionandYaml
Original file line number Diff line number Diff line change @@ -225,6 +225,9 @@ extends:
225
225
demands :
226
226
- ImageOverride -equals PSMMSUbuntu20.04-Secure-120GB
227
227
steps :
228
+ - checkout : self
229
+ clean : true
230
+ lfs : false
228
231
- task : DownloadPipelineArtifact@2
229
232
inputs :
230
233
targetPath : $(Pipeline.Workspace)
Original file line number Diff line number Diff line change @@ -128,12 +128,6 @@ jobs:
128
128
targetPath : $(Build.SourcesDirectory)/dst/$(dockerBuildImageName)
129
129
artifact : drop_StageGenerateBuild_${{ parameters.channel }}_Job_PreBuild_${{ parameters.archName }}_${{ parameters.artifactSuffix }}
130
130
displayName : ' Download artifact to which Dockerfile was uploaded'
131
- - task : onebranch.pipeline.containercontrol@1
132
- displayName : " Login to source ACR"
133
- inputs :
134
- command : login
135
- acr_name : $(ACRName)
136
- tenant : MSFT
137
131
- task : onebranch.pipeline.imagebuildinfo@1
138
132
displayName : image build
139
133
inputs :
You can’t perform that action at this time.
0 commit comments