From c8d5d71bdad2b5a86fc5b42b0f31d448b4ea01e7 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Thu, 26 Sep 2024 13:35:54 +0100 Subject: [PATCH] Update base image from 26-09-2024 to 26-09-2024-1 (#6503) --- .azure-pipelines-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines-release.yml b/.azure-pipelines-release.yml index f060c3fe7c9b..5938cec30fb3 100644 --- a/.azure-pipelines-release.yml +++ b/.azure-pipelines-release.yml @@ -8,15 +8,15 @@ pr: none resources: containers: - container: virtual - image: ghcr.io/microsoft/ccf/ci/default:build-26-09-2024 + image: ghcr.io/microsoft/ccf/ci/default:build-26-09-2024-1 options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro - container: snp - image: ghcr.io/microsoft/ccf/ci/default:build-26-09-2024 + image: ghcr.io/microsoft/ccf/ci/default:build-26-09-2024-1 options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro - container: sgx - image: ghcr.io/microsoft/ccf/ci/sgx:build-26-09-2024 + image: ghcr.io/microsoft/ccf/ci/sgx:build-26-09-2024-1 options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /lib/modules:/lib/modules:ro variables: