Skip to content

Commit 5c976ac

Browse files
adigiegmarcosb
authored andcommittedMar 4, 2025
Bump Docker images versions to 115 (project-chip#37687)
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 20482ce commit 5c976ac

Some content is hidden

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

48 files changed

+80
-80
lines changed
 

‎.github/workflows/bloat_check.yaml

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

3636
container:
37-
image: ghcr.io/project-chip/chip-build:112
37+
image: ghcr.io/project-chip/chip-build:115
3838

3939
steps:
4040
- name: Checkout

‎.github/workflows/build.yaml

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

4545
container:
46-
image: ghcr.io/project-chip/chip-build:112
46+
image: ghcr.io/project-chip/chip-build:115
4747
volumes:
4848
- "/:/runner-root-volume"
4949
- "/tmp/log_output:/tmp/test_logs"
@@ -131,7 +131,7 @@ jobs:
131131
if: github.actor != 'restyled-io[bot]'
132132

133133
container:
134-
image: ghcr.io/project-chip/chip-build:112
134+
image: ghcr.io/project-chip/chip-build:115
135135
volumes:
136136
- "/:/runner-root-volume"
137137
- "/tmp/log_output:/tmp/test_logs"
@@ -305,7 +305,7 @@ jobs:
305305
if: github.actor != 'restyled-io[bot]'
306306

307307
container:
308-
image: ghcr.io/project-chip/chip-build:112
308+
image: ghcr.io/project-chip/chip-build:115
309309
volumes:
310310
- "/:/runner-root-volume"
311311
- "/tmp/log_output:/tmp/test_logs"
@@ -370,7 +370,7 @@ jobs:
370370
if: github.actor != 'restyled-io[bot]'
371371

372372
container:
373-
image: ghcr.io/project-chip/chip-build:112
373+
image: ghcr.io/project-chip/chip-build:115
374374
volumes:
375375
- "/:/runner-root-volume"
376376
- "/tmp/log_output:/tmp/test_logs"
@@ -492,7 +492,7 @@ jobs:
492492
runs-on: ubuntu-latest
493493

494494
container:
495-
image: ghcr.io/project-chip/chip-build:112
495+
image: ghcr.io/project-chip/chip-build:115
496496
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
497497
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
498498

0 commit comments

Comments
 (0)