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:
parent
a3480cf87c
commit
fa549139df
7 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ steps:
|
||||||
manual: true
|
manual: true
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.5.0:
|
- docker#v3.5.0:
|
||||||
image: "zephyrprojectrtos/ci:v0.18.2"
|
image: "zephyrprojectrtos/ci:v0.18.3"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
||||||
|
|
|
@ -10,7 +10,7 @@ steps:
|
||||||
manual: true
|
manual: true
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.5.0:
|
- docker#v3.5.0:
|
||||||
image: "zephyrprojectrtos/ci:v0.18.2"
|
image: "zephyrprojectrtos/ci:v0.18.3"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
||||||
|
|
2
.github/workflows/bsim.yaml
vendored
2
.github/workflows/bsim.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: bsim-build-cancel
|
needs: bsim-build-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.2
|
image: zephyrprojectrtos/ci:v0.18.3
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
|
|
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: clang-build-cancel
|
needs: clang-build-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.2
|
image: zephyrprojectrtos/ci:v0.18.3
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
check-errno:
|
check-errno:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.2
|
image: zephyrprojectrtos/ci:v0.18.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|
2
.github/workflows/footprint-tracking.yml
vendored
2
.github/workflows/footprint-tracking.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||||
needs: footprint-tracking-cancel
|
needs: footprint-tracking-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.2
|
image: zephyrprojectrtos/ci:v0.18.3
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
2
.github/workflows/footprint.yml
vendored
2
.github/workflows/footprint.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||||
needs: footprint-cancel
|
needs: footprint-cancel
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.18.2
|
image: zephyrprojectrtos/ci:v0.18.3
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue