Skip to content

Commit

Permalink
version: add new docker version entry for agent test on arm
Browse files Browse the repository at this point in the history
make proto in agent test on arm64 will fail when using docker 18.06
and using docker 19.03 can avoid that failure. So a new entry of
docker version for agent on arm64 is added.

Signed-off-by: Jianyong wu <jianyong.wu@arm.com>
Fixes: kata-containers#3056
  • Loading branch information
jongwu committed Nov 12, 2020
1 parent dcd2dc3 commit 27c558e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ externals:
version: "v18.06-ce"
meta:
swarm-version: "1.12.1"
architecture:
aarch64:
agent:
version: "v19.03-ce"

kubernetes:
description: "Kubernetes project container manager"
Expand Down

0 comments on commit 27c558e

Please sign in to comment.