Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create a builder image with the compilers, etc. needed
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240829 AS build-env
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20250207 AS build-env

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

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

FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240829 AS runtime
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20250207 AS runtime

RUN echo "== Install Core/UI Runtime Dependencies ==" && \
tdnf install -y \
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stages:

- template: devops/common-linux.yml

- script: wget https://cblmarinerstorage.blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
- script: wget https://azurelinuxsrcstorage.blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
tar -xvf mesa-23.1.0.tar.xz
displayName: 'Download Mesa from CBL Mariner'

Expand Down Expand Up @@ -186,7 +186,7 @@ stages:
sudo service docker restart
displayName: 'Enable Docker Engine experimental '

- script: wget https://cblmarinerstorage.blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
- script: wget https://azurelinuxsrcstorage.blob.core.windows.net/sources/core/mesa-23.1.0.tar.xz &&
tar -xvf mesa-23.1.0.tar.xz
displayName: 'Download Mesa from CBL Mariner'

Expand Down