Skip to content

Commit 256c5c7

Browse files
authored
Remove SGX pins from base images (#6757)
1 parent c241dd7 commit 256c5c7

File tree

20 files changed

+29
-151
lines changed

20 files changed

+29
-151
lines changed

.azure-pipelines-templates/deploy_aci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
ACR_REGISTRY_RESOURCE_NAME: ccfmsrc
5252
ACR_REGISTRY: ccfmsrc.azurecr.io
53-
BASE_IMAGE: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
53+
BASE_IMAGE: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
5454
5555
- script: |
5656
set -ex

.azure_pipelines_snp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ schedules:
2222
resources:
2323
containers:
2424
- container: virtual
25-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
25+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
2626
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
2727

2828
jobs:

.github/workflows/bencher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Continuous Benchmarking with Bencher
1414
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
1515
container:
16-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
16+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

.github/workflows/ci-verification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Model Checking - Consistency
2525
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
2626
container:
27-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
27+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
2828
defaults:
2929
run:
3030
working-directory: tla
@@ -102,7 +102,7 @@ jobs:
102102
name: Model Checking - Consensus
103103
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
104104
container:
105-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
105+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
106106
defaults:
107107
run:
108108
working-directory: tla
@@ -158,7 +158,7 @@ jobs:
158158
name: Trace Validation - Consensus
159159
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
160160
container:
161-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
161+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
162162

163163
steps:
164164
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
checks:
2121
name: "Format and License Checks"
2222
runs-on: ubuntu-latest
23-
container: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
23+
container: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
2424

2525
steps:
2626
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -44,7 +44,7 @@ jobs:
4444
options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
4545
runs-on: ${{ matrix.platform.nodes }}
4646
container:
47-
image: ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-08-01-2025-2
47+
image: ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-14-01-2025
4848
options: ${{ matrix.platform.options }}
4949
steps:
5050
- uses: actions/checkout@v4

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Insufficient space to run on public runner, so use custom pool
2626
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
2727
container:
28-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
28+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
2929
options: --user root
3030

3131
permissions:

.github/workflows/long-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
1818
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
1919
container:
20-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
20+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
3636
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
3737
container:
38-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
38+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
3939

4040
steps:
4141
- uses: actions/checkout@v4
@@ -79,7 +79,7 @@ jobs:
7979
name: TSAN
8080
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
8181
container:
82-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
82+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
8383

8484
steps:
8585
- uses: actions/checkout@v4
@@ -117,7 +117,7 @@ jobs:
117117
name: LTS
118118
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
119119
container:
120-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
120+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
121121

122122
steps:
123123
- uses: actions/checkout@v4

.github/workflows/long-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ contains(github.event.pull_request.labels.*.name, 'run-long-verification') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
2323
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
2424
container:
25-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
25+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
2626
defaults:
2727
run:
2828
working-directory: tla
@@ -50,7 +50,7 @@ jobs:
5050
if: ${{ contains(github.event.pull_request.labels.*.name, 'run-long-verification') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5151
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
5252
container:
53-
image: ghcr.io/microsoft/ccf/ci/default:build-08-01-2025-2
53+
image: ghcr.io/microsoft/ccf/ci/default:build-14-01-2025
5454
defaults:
5555
run:
5656
working-directory: tla

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
nodes: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
7676
runs-on: ${{ matrix.platform.nodes }}
7777
container:
78-
image: ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-08-01-2025-2
78+
image: ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-14-01-2025
7979
options: "--user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro ${{ matrix.platform.container_options }}"
8080
steps:
8181
- uses: actions/checkout@v4

.snpcc_canary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/-xXx--//-----x=x--/-xXx--/---x---->>>--/
55
...
66
/\/\d(-_-)b/\/\
7-
----vmpl
7+
----vmpl--

0 commit comments

Comments
 (0)