Skip to content

Commit ae55316

Browse files
authoredNov 15, 2023
[Telink] Update builds to docker version 26 (#30463)
1 parent 26ec08f commit ae55316

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+75
-75
lines changed
 

‎.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
container:
36-
image: ghcr.io/project-chip/chip-build:25
36+
image: ghcr.io/project-chip/chip-build:26
3737

3838
steps:
3939
- name: Checkout

‎.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.actor != 'restyled-io[bot]'
4141

4242
container:
43-
image: ghcr.io/project-chip/chip-build:25
43+
image: ghcr.io/project-chip/chip-build:26
4444
volumes:
4545
- "/tmp/log_output:/tmp/test_logs"
4646
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -135,7 +135,7 @@ jobs:
135135
if: github.actor != 'restyled-io[bot]'
136136

137137
container:
138-
image: ghcr.io/project-chip/chip-build:25
138+
image: ghcr.io/project-chip/chip-build:26
139139
volumes:
140140
- "/tmp/log_output:/tmp/test_logs"
141141
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -283,7 +283,7 @@ jobs:
283283
if: github.actor != 'restyled-io[bot]'
284284

285285
container:
286-
image: ghcr.io/project-chip/chip-build:25
286+
image: ghcr.io/project-chip/chip-build:26
287287
volumes:
288288
- "/tmp/log_output:/tmp/test_logs"
289289
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -343,7 +343,7 @@ jobs:
343343
if: github.actor != 'restyled-io[bot]'
344344

345345
container:
346-
image: ghcr.io/project-chip/chip-build:25
346+
image: ghcr.io/project-chip/chip-build:26
347347
volumes:
348348
- "/tmp/log_output:/tmp/test_logs"
349349
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -451,7 +451,7 @@ jobs:
451451
if: github.actor != 'restyled-io[bot]'
452452

453453
container:
454-
image: ghcr.io/project-chip/chip-build:25
454+
image: ghcr.io/project-chip/chip-build:26
455455
volumes:
456456
- "/tmp/log_output:/tmp/test_logs"
457457
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0

0 commit comments

Comments
 (0)
Please sign in to comment.