File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Create a builder image with the compilers, etc. needed
2
- FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240829 AS build-env
2
+ FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20250207 AS build-env
3
3
4
4
# Install all the required packages for building. This list is probably
5
5
# longer than necessary.
@@ -306,7 +306,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \
306
306
307
307
# # Create the distro image with just what's needed at runtime
308
308
309
- FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240829 AS runtime
309
+ FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20250207 AS runtime
310
310
311
311
RUN echo "== Install Core/UI Runtime Dependencies ==" && \
312
312
tdnf install -y \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ stages:
38
38
39
39
- template : devops/common-linux.yml
40
40
41
- - script : wget https://cblmarinerstorage .blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
41
+ - script : wget https://azurelinuxsrcstorage .blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
42
42
tar -xvf mesa-23.1.0.tar.xz
43
43
displayName : ' Download Mesa from CBL Mariner'
44
44
@@ -186,7 +186,7 @@ stages:
186
186
sudo service docker restart
187
187
displayName: 'Enable Docker Engine experimental '
188
188
189
- - script : wget https://cblmarinerstorage .blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
189
+ - script : wget https://azurelinuxsrcstorage .blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
190
190
tar -xvf mesa-23.1.0.tar.xz
191
191
displayName : ' Download Mesa from CBL Mariner'
192
192
You can’t perform that action at this time.
0 commit comments