Skip to content

Commit 2a4850d

Browse files
galakstephanosio
authored andcommitted
ci: Update docker image to v1.1.0 for ca-cert update
Update to docker image 1.1.0 to get updated certs to allow package downloads from yocto build to work again. Signed-off-by: Kumar Gala <[email protected]>
1 parent cfd2c13 commit 2a4850d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.buildkite/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ steps:
8787
8888
plugins:
8989
- docker#v3.5.0:
90-
image: "zephyrprojectrtos/sdk-build:v1.0.1"
90+
image: "zephyrprojectrtos/sdk-build:v1.1.0"
9191
propagate-environment: true
9292
user: buildkite-agent
9393
environment:

.buildkite/download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
BUILDKITE_CLEAN_CHECKOUT: "true"
1414
plugins:
1515
- docker#v3.5.0:
16-
image: "zephyrprojectrtos/sdk-build:v1.0.1"
16+
image: "zephyrprojectrtos/sdk-build:v1.1.0"
1717
propagate-environment: true
1818
user: buildkite-agent
1919
agents:

.buildkite/pipeline-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
BUILDKITE_CLEAN_CHECKOUT: "true"
1111
plugins:
1212
- docker#v3.5.0:
13-
image: "zephyrprojectrtos/sdk-build:v1.0.1"
13+
image: "zephyrprojectrtos/sdk-build:v1.1.0"
1414
propagate-environment: true
1515
user: buildkite-agent
1616
agents:
@@ -68,7 +68,7 @@ steps:
6868
limit: 2
6969
plugins:
7070
- docker#v3.5.0:
71-
image: "zephyrprojectrtos/sdk-build:v1.0.1"
71+
image: "zephyrprojectrtos/sdk-build:v1.1.0"
7272
propagate-environment: true
7373
user: buildkite-agent
7474
agents:

0 commit comments

Comments
 (0)