Skip to content

Commit e34e1f9

Browse files
authored
Update base image to 05-12-2024 on main (#6691)
1 parent 04fbd6b commit e34e1f9

11 files changed

+20
-20
lines changed

.azure-pipelines-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ pr: none
88
resources:
99
containers:
1010
- container: virtual
11-
image: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024
11+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
1212
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
1313

1414
- container: snp
15-
image: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024
15+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
1616
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
1717

1818
- container: sgx
19-
image: ghcr.io/microsoft/ccf/ci/sgx:build-08-10-2024
19+
image: ghcr.io/microsoft/ccf/ci/sgx:build-05-12-2024
2020
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
2121

2222
variables:

.azure-pipelines-templates/deploy_aci.yml

+1-1
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-10-2024
53+
BASE_IMAGE: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
5454
5555
- script: |
5656
set -ex

.azure_pipelines_snp.yml

+1-1
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-10-2024
25+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Continuous Benchmarking with Bencher
1212
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
1313
container:
14-
image: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024
14+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

.github/workflows/ci-verification.yml

+3-3
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-10-2024
27+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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-10-2024
105+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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-10-2024
161+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
162162

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

.github/workflows/ci.yml

+2-2
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-10-2024
23+
container: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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-10-2024
47+
image: ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-05-12-2024
4848
options: ${{ matrix.platform.options }}
4949
steps:
5050
- uses: actions/checkout@v4

.github/workflows/codeql-analysis.yml

+1-1
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-10-2024
28+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
2929
options: --user root
3030

3131
permissions:

.github/workflows/long-test.yml

+4-4
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-10-2024
20+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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-10-2024
38+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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-10-2024
82+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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-10-2024
120+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
121121

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

.github/workflows/long-verification.yml

+2-2
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-10-2024
25+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
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-10-2024
53+
image: ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
5454
defaults:
5555
run:
5656
working-directory: tla

.github/workflows/release.yml

+1-1
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-10-2024
78+
image: ghcr.io/microsoft/ccf/ci/${{ matrix.platform.image }}:build-05-12-2024
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

docker/ccf_ci_built

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Also contains CCF source and build directory
44

55
# Latest image as of this change
6-
ARG base=ghcr.io/microsoft/ccf/ci/default:build-08-10-2024
6+
ARG base=ghcr.io/microsoft/ccf/ci/default:build-05-12-2024
77
FROM ${base}
88

99
# SSH. Note that this could (should) be done in the base ccf_ci image instead

0 commit comments

Comments
 (0)