Skip to content

Commit

Permalink
pre-install-payload: Adjust coco forked containerd version
Browse files Browse the repository at this point in the history
Let's just make it matching the one used in the Makefile.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Aug 31, 2023
1 parent aa02bfe commit 771523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/pre-install-payload/payload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o nounset
script_dir=$(dirname "$(readlink -f "$0")")

coco_containerd_repo=${coco_containerd_repo:-"https://github.com/confidential-containers/containerd"}
coco_containerd_version=${coco_containerd_version:-"v1.6.6.0"}
coco_containerd_version=${coco_containerd_version:-"1.6.8.2"}
official_containerd_repo=${official_containerd_repo:-"https://github.com/containerd/containerd"}
official_containerd_version=${official_containerd_version:-"1.7.0"}
containerd_dir="$(mktemp -d -t containerd-XXXXXXXXXX)/containerd"
Expand Down

0 comments on commit 771523f

Please sign in to comment.