Skip to content

Commit

Permalink
Update base image from 26-09-2024 to 26-09-2024-1 (#6503)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Sep 26, 2024
1 parent 2e7a308 commit c8d5d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8d5d71

Please sign in to comment.