Skip to content

Commit c0432d5

Browse files
author
IDX GitHub Automation
committed
Updating container image to sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
Image tag: d6be76135e33664d3232e5476a6707d7c3bf9fc9fa5407b3496a444d2e16a7f8
1 parent a986bb3 commit c0432d5

16 files changed

+16
-16
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b",
2+
"image": "ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08",
33
"remoteUser": "ubuntu",
44
"privileged": true,
55
"runArgs": [

.github/workflows/api-bn-recovery-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on:
2323
labels: dind-large
2424
container:
25-
image: ghcr.io/dfinity/ic-build@sha256:2caf6df6009b29ede72a520b60f3db064324e22192be532349caa82a987f8c50
25+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
2626
options: >-
2727
-e NODE_NAME --privileged --cgroupns host
2828
--mount type=tmpfs,target="/home/buildifier/.local/share/containers"

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: &dind-large-setup
2727
labels: dind-large
2828
container: &container-setup
29-
image: ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b
29+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
3030
options: >-
3131
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/tmp/containers"
3232
timeout-minutes: 90

.github/workflows/ci-pr-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: &dind-small-setup
3838
labels: dind-small
3939
container: &container-setup
40-
image: ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b
40+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
4141
options: >-
4242
-e NODE_NAME --mount type=tmpfs,target="/tmp/containers"
4343
steps:

.github/workflows/container-api-bn-recovery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on:
2929
labels: dind-large
3030
container:
31-
image: ghcr.io/dfinity/ic-build@sha256:2caf6df6009b29ede72a520b60f3db064324e22192be532349caa82a987f8c50
31+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
3232
options: >-
3333
-e NODE_NAME --privileged --cgroupns host
3434
--mount type=tmpfs,target="/home/buildifier/.local/share/containers"

.github/workflows/container-scan-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on:
1313
labels: dind-large
1414
container:
15-
image: ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b
15+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
1616
options: >-
1717
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/tmp/containers"
1818
timeout-minutes: 60

.github/workflows/pocket-ic-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
bazel-build-pocket-ic:
4646
name: Bazel Build PocketIC
4747
container:
48-
image: ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b
48+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
4949
options: >-
5050
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/tmp/containers"
5151
timeout-minutes: 90

.github/workflows/rate-limits-backend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
labels: dind-large
3333

3434
container:
35-
image: ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b
35+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
3636
options: >-
3737
-e NODE_NAME --privileged --cgroupns host -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info --mount type=tmpfs,target="/tmp/containers"
3838

.github/workflows/release-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: &dind-large-setup
3333
labels: dind-large
3434
container: &container-setup
35-
image: ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b
35+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
3636
options: >-
3737
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/tmp/containers"
3838
timeout-minutes: 180

.github/workflows/rosetta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on:
2323
labels: dind-large
2424
container:
25-
image: ghcr.io/dfinity/ic-build@sha256:15e6eca52d696697a681916c92ab3623ebff1fcff70156220b0270c2985a6b2b
25+
image: ghcr.io/dfinity/ic-build@sha256:c1961dc5486be24804ced2d1cb426b236a69a2910eb3ea1a05e433ee8d003e08
2626
options: >-
2727
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/tmp/containers"
2828
environment: DockerHub

0 commit comments

Comments
 (0)