Skip to content

Commit d04f625

Browse files
authored
Update execution images to latest version. (#359)
1 parent f5855de commit d04f625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- "os=linux"
7373
- "arch=x64"
7474
- "remote_execution=${{ matrix.remote_execution }}"
75-
- "engflow-container-image=docker://645088952840.dkr.ecr.eu-west-1.amazonaws.com/engflow-ci/debian11-dind-x64@sha256:604855f1ecd6edad3f45f513ed0112b9e8e32589871133767a1a51944b07f487"
75+
- "engflow-container-image=docker://645088952840.dkr.ecr.eu-west-1.amazonaws.com/engflow-ci/debian11-dind-x64@sha256:a0f386162b6498b9220a33f33f158fd175d2873ddd6ed30ca67aa33915850e1e"
7676
- "engflow-pool=ci_sysbox_x64"
7777
- "engflow-runtime=sysbox-runc"
7878
- "engflow-runner-id=${{ github.repository_id }}_ci-runners-test-matrix_${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}"

docker/sysbox/dind_test/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sh_test(
1717
srcs = ["check_docker.sh"],
1818
exec_properties = {
1919
# Replace the container-image below to use the one you created.
20-
"container-image": "docker://645088952840.dkr.ecr.eu-west-1.amazonaws.com/engflow-ci/debian12-dind-x64@sha256:fbbaadfc4bc64fe8b7bc3aa5baba2307f1324c1572360c94fe952ff3a703a2af",
20+
"container-image": "docker://645088952840.dkr.ecr.eu-west-1.amazonaws.com/engflow-ci/debian12-dind-x64@sha256:e9715893e041427c283808db96760634b47b276d35bef4fc2af3990553f94262",
2121
"dockerRuntime": "sysbox-runc",
2222
"Pool": "ci_sysbox_x64", # this can change depending on what pool has sysbox enabled
2323
"dockerNetwork": "standard",

0 commit comments

Comments
 (0)