Skip to content

Commit 35cb2d7

Browse files
richlanderjkotas
andauthored
Revert "Pin build container SHAs (#116083)" (#116116)
This reverts commit 141b2bb. Co-authored-by: Jan Kotas <[email protected]>
1 parent 321868b commit 35cb2d7

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,113 +17,113 @@ extends:
1717

1818
containers:
1919
linux_arm:
20-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm@sha256:6c30f23aa0d2a014ee9a00cc5a4e7e2ca2551c434612b2c9524c65b6763bb2aa
20+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm
2121
env:
2222
ROOTFS_DIR: /crossrootfs/arm
2323

2424
linux_arm64:
25-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64@sha256:55b7ce3d2c14841c574b1792d0b565b6455162dd58af6e316dedb82c09c034c7
25+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64
2626
env:
2727
ROOTFS_DIR: /crossrootfs/arm64
2828

2929
linux_musl_x64:
30-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-musl@sha256:e0d02e782121dfa31a07aa3236f580f8b0e00dcd11e63c209c197d0d8165eebb
30+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-musl
3131
env:
3232
ROOTFS_DIR: /crossrootfs/x64
3333

3434
linux_musl_arm:
35-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm-musl@sha256:cab9c1389ca47dc6f00e7e23f513c198757cd3bd4165427fc27ebe8386a993a3
35+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm-musl
3636
env:
3737
ROOTFS_DIR: /crossrootfs/arm
3838

3939
linux_musl_arm64:
40-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64-musl@sha256:63b5841373dde875cb053e95a34ccb8a88f4e7ed9b8575ad00be4cab92ce3c1e
40+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64-musl
4141
env:
4242
ROOTFS_DIR: /crossrootfs/arm64
4343

4444
# This container contains all required toolsets to build for Android and for Linux with bionic libc.
4545
android:
46-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-android-amd64@sha256:fc759de4bbf85a3b79240ce69f4280e3a27ba59517d2198c2655a6fa7e4f01ea
46+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-android-amd64
4747

4848
# This container contains all required toolsets to build for Android and for Linux with bionic libc and a special layout of OpenSSL.
4949
linux_bionic:
50-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-android-openssl-amd64@sha256:be1dddb3e8ce753298cf8bc5c448ec045b10b63595b3abf90c5473151cd3efd3
50+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-android-openssl-amd64
5151

5252
# This container contains all required toolsets to build for Android as well as tooling to build docker images.
5353
android_docker:
54-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-docker-amd64@sha256:82949009c89586cfbe724db1e30274af2e19cca125bd59259be217d73b1ac79d
54+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-docker-amd64
5555

5656
linux_x64:
57-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64@sha256:1761b974f5d708f96c505b73769659ca1392a1d632faa953015789cc1dddd991
57+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64
5858
env:
5959
ROOTFS_DIR: /crossrootfs/x64
6060

6161
linux_x86:
62-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-x86@sha256:67b5809029440b6dbccd68d0e5c777ff8b71383e51736b1da84c8779245e7a21
62+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-x86
6363
env:
6464
ROOTFS_DIR: /crossrootfs/x86
6565

6666
linux_x64_dev_innerloop:
67-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-24.04@sha256:d775eb3208cd9f676afb20e0ad566fa9deabf066b7a4e91920a24e2493fa0f6c
67+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-24.04
6868

6969
linux_musl_x64_dev_innerloop:
70-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64@sha256:9784e22e5d262b57dfd24557510856e1cdf1a47b24fba34d9e382ea6bcb0531e
70+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
7171

7272
linux_x64_sanitizer:
73-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-sanitizer@sha256:98264aab1c7adb8af66580f5c18f09be94409f518cbee7157a52e76a17e695cc
73+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-sanitizer
7474
env:
7575
ROOTFS_DIR: /crossrootfs/x64
7676

7777
# Used to test RHEL compatibility: CentOS Stream is upstream of RHEL
7878
SourceBuild_centos_x64:
79-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64@sha256:fb7f6d70dc8818b9cdf5d4de034c5a15b1ad0c3b2012318539fbe833fbaeb613
79+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64
8080

8181
# Used to test RHEL compatibility: Alma Linux is downstream of RHEL
8282
SourceBuild_linux_x64:
83-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-9-source-build-amd64@sha256:af0a4a6212ebe43548db99ec43763c08ee71822f71cc5b597f628122e0fa154d
83+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-9-source-build-amd64
8484

8585
linux_s390x:
86-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-s390x@sha256:69d4e36e82f1cf3e167348067f33ec5aec98a10817ca55c602aa1b52421c32fc
86+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-s390x
8787
env:
8888
ROOTFS_DIR: /crossrootfs/s390x
8989

9090
linux_ppc64le:
91-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-ppc64le@sha256:c6f4a858e4809156a7c45b70472834ac8e99d385bb820c032afd60c423560d5a
91+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-ppc64le
9292
env:
9393
ROOTFS_DIR: /crossrootfs/ppc64le
9494

9595
linux_riscv64:
96-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-riscv64@sha256:4b5c0b16f3656bde2c5e8caf672645be31150545ea81382d8d20aae8dd786bf2
96+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-riscv64
9797
env:
9898
ROOTFS_DIR: /crossrootfs/riscv64
9999

100100
linux_loongarch64:
101-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-loongarch64@sha256:092bf9d35c4e46fe3c854664392fa47e0157b1f2a1eaefcbb8835ec78aeacc10
101+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-loongarch64
102102
env:
103103
ROOTFS_DIR: /crossrootfs/loongarch64
104104

105105
debian-12-gcc15-amd64:
106-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64@sha256:8b3ca233d45f77584aaf16b3c70b6095ea5ccd3740805ad988a8c66685ccc53b
106+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64
107107

108108
linux_x64_llvmaot:
109-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64@sha256:fb7f6d70dc8818b9cdf5d4de034c5a15b1ad0c3b2012318539fbe833fbaeb613
109+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64
110110

111111
browser_wasm:
112-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64@sha256:648e2be848f415b66ee07218311d6138654719e10d7878a688550ca76a032e16
112+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64
113113
env:
114114
ROOTFS_DIR: /crossrootfs/x64
115115

116116
wasi_wasm:
117-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64@sha256:648e2be848f415b66ee07218311d6138654719e10d7878a688550ca76a032e16
117+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64
118118
env:
119119
ROOTFS_DIR: /crossrootfs/x64
120120

121121
freebsd_x64:
122-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-freebsd-14-amd64@sha256:1375c5004be12ee83be556e027207b0e7c47c70021550a1a01080f04ab805e28
122+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-freebsd-14-amd64
123123
env:
124124
ROOTFS_DIR: /crossrootfs/x64
125125

126126
tizen_armel:
127-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-armel-tizen@sha256:aed2adea0f973c0353de7201ec10cade8e517f4ecf75fa5c32b585ab591f74a4
127+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-armel-tizen
128128
env:
129129
ROOTFS_DIR: /crossrootfs/armel

0 commit comments

Comments
 (0)