Skip to content

Commit 453f249

Browse files
hideyukn88Hideyuki Nagase
andauthored
Upgrade CBL-Mariner to 2.0.20250207 (#1306)
* Upgrade CBL-Mariner to 2.0.20250207 * fix source storage path for Mesa --------- Co-authored-by: Hideyuki Nagase <hideyukn@ntdev.microsoft.com>
1 parent 861d029 commit 453f249

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
# Install all the required packages for building. This list is probably
55
# longer than necessary.
@@ -306,7 +306,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \
306306

307307
## Create the distro image with just what's needed at runtime
308308

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
310310

311311
RUN echo "== Install Core/UI Runtime Dependencies ==" && \
312312
tdnf install -y \

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ stages:
3838

3939
- template: devops/common-linux.yml
4040

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 &&
4242
tar -xvf mesa-23.1.0.tar.xz
4343
displayName: 'Download Mesa from CBL Mariner'
4444

@@ -186,7 +186,7 @@ stages:
186186
sudo service docker restart
187187
displayName: 'Enable Docker Engine experimental '
188188
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 &&
190190
tar -xvf mesa-23.1.0.tar.xz
191191
displayName: 'Download Mesa from CBL Mariner'
192192

0 commit comments

Comments
 (0)