From fb38fbdfefb506b6af64c4b5548c00f63edb332c Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:17:21 +0100 Subject: [PATCH] scout: add containerd image store prereq to vex guide The containerd image store must be enabled to build and push images with attestations without creating a new buildx builder. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/scout/guides/vex.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/scout/guides/vex.md b/content/scout/guides/vex.md index 6df0482019..703837583e 100644 --- a/content/scout/guides/vex.md +++ b/content/scout/guides/vex.md @@ -24,6 +24,7 @@ In this guide, you will learn about: If you want to follow along the steps of this guide, you'll need the following: - The latest version of Docker Desktop +- The [containerd image store](../../desktop/containerd.md) must be enabled - Git - A [Docker account](../../docker-id/_index.md) - A GitHub account