Skip to content

Commit

Permalink
Updating container image to sha256:e9508b45c51604bd0f392520a85fca6df9…
Browse files Browse the repository at this point in the history
…1c3c49c876db31d8adff6274038e46

Image tag: 9d0dd8d86f002379592fb9e5d316a0f65ef06ecb67a0c600399ed38462eaba43
  • Loading branch information
IDX GitHub Automation committed Aug 16, 2024
1 parent 603e9cb commit d840679
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b",
"image": "ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46",
"remoteUser": "ubuntu",
"privileged": true,
"runArgs": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ env:

anchors:
image: &image
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
dind-large-setup: &dind-large-setup
runs-on:
labels: dind-large
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-source/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

anchors:
image: &image
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
dind-small-setup: &dind-small-setup
timeout-minutes: 30
runs-on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-source/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

anchors:
image: &image
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
dind-large-setup: &dind-large-setup
runs-on:
group: zh1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-source/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

anchors:
image: &image
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
dind-large-setup: &dind-large-setup
runs-on:
group: zh1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-source/schedule-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

anchors:
image: &image
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
dind-large-setup: &dind-large-setup
runs-on:
labels: dind-large
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
bazel-test-all:
name: Bazel Test All
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info
timeout-minutes: 90
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info
timeout-minutes: 90
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info
timeout-minutes: 90
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info
timeout-minutes: 90
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
runs-on:
labels: dind-small
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
timeout-minutes: 30
steps:
- name: Checkout
Expand All @@ -290,7 +290,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info
timeout-minutes: 90
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info
timeout-minutes: 90
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info
timeout-minutes: 90
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME
steps:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on:
labels: dind-small
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on:
labels: dind-small
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME
steps:
Expand All @@ -119,7 +119,7 @@ jobs:
runs-on:
labels: dind-small
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME
timeout-minutes: 60
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
group: zh1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 180 # 3 hours
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
group: zh1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 180 # 3 hours
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
group: zh1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 90
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
group: zh1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 60
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# see linux-x86-64 runner group
labels: rust-benchmarks
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
# running on bare metal machine using ubuntu user
options: --user ubuntu -v /cache:/cache
timeout-minutes: 720 # 12 hours
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
bazel-test-bare-metal:
name: Bazel Test Bare Metal
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 120
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
group: zh1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 20
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
group: zh1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 480
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
group: zh1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 60
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/schedule-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 120
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
bazel-system-test-hourly:
name: Bazel System Tests Hourly
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 120
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 120
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME
-v /cache:/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
group: ln1
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:2e888bc60c34a3654cd696982b3b662f033a9dc85fa2ca60697023afe5a4b02b
image: ghcr.io/dfinity/ic-build@sha256:e9508b45c51604bd0f392520a85fca6df91c3c49c876db31d8adff6274038e46
options: >-
-e NODE_NAME -e KUBECONFIG
--privileged --cgroupns host
Expand Down
2 changes: 1 addition & 1 deletion gitlab-ci/container/TAG_GH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
39c45ab938cdb1c83eafa45bf7a71794769bbc5f8c5a19785fb385c43fe08cb6
9d0dd8d86f002379592fb9e5d316a0f65ef06ecb67a0c600399ed38462eaba43

0 comments on commit d840679

Please sign in to comment.