Skip to content

Commit 6854cec

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent 8e690a6 commit 6854cec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
DEBUG: $[ coalesce(variables['System.Debug'], 'False') ]
2626
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
2727
${{ if eq(job_data.job, 'linux_amd64') }}:
28-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
28+
#LinuxContainerImage: 'mcr.microsoft.com/mirror/docker/library/ubuntu:24.04'
2929
OS: linux
3030
ARCH: amd64
3131
GOOS: linux
@@ -127,7 +127,6 @@ jobs:
127127
OS: linux
128128
${{ elseif eq(job_data.job, 'windows_amd64') }}:
129129
LinuxContainerImage: 'mcr.microsoft.com/onebranch/azurelinux/build:3.0'
130-
#LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
131130
ob_enable_qemu: true
132131
ARCH: amd64
133132
OS: windows

0 commit comments

Comments
 (0)