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 <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-09-01 10:40:44 -05:00 committed by Anas Nashif
commit fa549139df
7 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ steps:
manual: true
plugins:
- docker#v3.5.0:
image: "zephyrprojectrtos/ci:v0.18.2"
image: "zephyrprojectrtos/ci:v0.18.3"
propagate-environment: true
volumes:
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"

View file

@ -10,7 +10,7 @@ steps:
manual: true
plugins:
- docker#v3.5.0:
image: "zephyrprojectrtos/ci:v0.18.2"
image: "zephyrprojectrtos/ci:v0.18.3"
propagate-environment: true
volumes:
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"

View file

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
needs: bsim-build-cancel
container:
image: zephyrprojectrtos/ci:v0.18.2
image: zephyrprojectrtos/ci:v0.18.3
options: '--entrypoint /bin/bash'
env:
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
needs: clang-build-cancel
container:
image: zephyrprojectrtos/ci:v0.18.2
image: zephyrprojectrtos/ci:v0.18.3
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -8,7 +8,7 @@ jobs:
check-errno:
runs-on: ubuntu-latest
container:
image: zephyrprojectrtos/ci:v0.18.2
image: zephyrprojectrtos/ci:v0.18.3
steps:
- name: checkout

View file

@ -27,7 +27,7 @@ jobs:
if: github.repository == 'zephyrproject-rtos/zephyr'
needs: footprint-tracking-cancel
container:
image: zephyrprojectrtos/ci:v0.18.2
image: zephyrprojectrtos/ci:v0.18.3
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -16,7 +16,7 @@ jobs:
if: github.repository == 'zephyrproject-rtos/zephyr'
needs: footprint-cancel
container:
image: zephyrprojectrtos/ci:v0.18.2
image: zephyrprojectrtos/ci:v0.18.3
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false