image: bump mariner guest version to 3.0

Use Mariner 3.0 (a.k.a., Azure Linux 3.0) as the Guest CI image.

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
Dan Mihai 2025-01-10 20:07:41 +00:00
parent 5fae2a9f91
commit 4707883b40
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
ARG IMAGE_REGISTRY=mcr.microsoft.com
FROM ${IMAGE_REGISTRY}/cbl-mariner/base/core:@OS_VERSION@
FROM ${IMAGE_REGISTRY}/azurelinux/base/core:@OS_VERSION@
RUN tdnf -y install \
ca-certificates \

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
OS_NAME=cbl-mariner
OS_VERSION=${OS_VERSION:-2.0}
OS_VERSION=${OS_VERSION:-3.0}
LIBC="gnu"
PACKAGES="kata-packages-uvm"
[ "$AGENT_INIT" = no ] && PACKAGES+=" systemd"

View File

@ -141,7 +141,7 @@ assets:
version: *default-image-version
mariner:
name: "cbl-mariner"
version: "2.0"
version: "3.0"
nvidia-gpu:
name: *default-image-name
version: "jammy"