We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393c86b commit af4447bCopy full SHA for af4447b
.pipelines/build/images.jobs.yaml
@@ -28,7 +28,8 @@ jobs:
28
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
29
${{ if eq(job_data.job, 'linux_amd64') }}:
30
DEBIAN_FRONTEND: noninteractive
31
- LinuxContainerImage: 'mcr.microsoft.com/mirror/docker/library/ubuntu:24.04'
+ LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2404:latest'
32
+ #mcr.microsoft.com/mirror/docker/library/ubuntu:24.04'
33
#LinuxContainerImage: 'mcr.microsoft.com/onebranch/azurelinux/build:3.0'
34
OS: linux
35
ARCH: amd64
0 commit comments