Skip to content

Commit fa54913

Browse files
galaknashif
authored andcommitted
ci: bump to docker image 0.18.3
Update to 0.18.3 to hopefully get fix for uefi-run needed by qemu_x86_64. Signed-off-by: Kumar Gala <[email protected]>
1 parent a3480cf commit fa54913

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.buildkite/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
manual: true
1111
plugins:
1212
- docker#v3.5.0:
13-
image: "zephyrprojectrtos/ci:v0.18.2"
13+
image: "zephyrprojectrtos/ci:v0.18.3"
1414
propagate-environment: true
1515
volumes:
1616
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
manual: true
1111
plugins:
1212
- docker#v3.5.0:
13-
image: "zephyrprojectrtos/ci:v0.18.2"
13+
image: "zephyrprojectrtos/ci:v0.18.3"
1414
propagate-environment: true
1515
volumes:
1616
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"

.github/workflows/bsim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
needs: bsim-build-cancel
2424
container:
25-
image: zephyrprojectrtos/ci:v0.18.2
25+
image: zephyrprojectrtos/ci:v0.18.3
2626
options: '--entrypoint /bin/bash'
2727
env:
2828
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
needs: clang-build-cancel
1616
container:
17-
image: zephyrprojectrtos/ci:v0.18.2
17+
image: zephyrprojectrtos/ci:v0.18.3
1818
options: '--entrypoint /bin/bash'
1919
strategy:
2020
fail-fast: false

.github/workflows/errno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-errno:
99
runs-on: ubuntu-latest
1010
container:
11-
image: zephyrprojectrtos/ci:v0.18.2
11+
image: zephyrprojectrtos/ci:v0.18.3
1212

1313
steps:
1414
- name: checkout

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.repository == 'zephyrproject-rtos/zephyr'
2828
needs: footprint-tracking-cancel
2929
container:
30-
image: zephyrprojectrtos/ci:v0.18.2
30+
image: zephyrprojectrtos/ci:v0.18.3
3131
options: '--entrypoint /bin/bash'
3232
strategy:
3333
fail-fast: false

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository == 'zephyrproject-rtos/zephyr'
1717
needs: footprint-cancel
1818
container:
19-
image: zephyrprojectrtos/ci:v0.18.2
19+
image: zephyrprojectrtos/ci:v0.18.3
2020
options: '--entrypoint /bin/bash'
2121
strategy:
2222
fail-fast: false

0 commit comments

Comments
 (0)