From 13342ccc2f58f3223f76e09644abd944e98391f3 Mon Sep 17 00:00:00 2001 From: jonjohnsonjr Date: Thu, 31 Oct 2019 10:44:54 -0700 Subject: [PATCH] Update resources.md Apologies for the pedantry. The image spec is a different thing from the image layout. --- docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources.md b/docs/resources.md index 1fdca15f521..365a10cd21c 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -472,7 +472,7 @@ spec: To surface the image digest in the output of the `taskRun` the builder tool should produce this information in a -[OCI Image Spec](https://github.com/opencontainers/image-spec/blob/master/image-layout.md) +[OCI Image Layout](https://github.com/opencontainers/image-spec/blob/master/image-layout.md) `index.json` file. This file should be placed on a location as specified in the task definition under the default resource directory, or the specified `targetPath`. If there is only one image in the `index.json` file, the digest of that image is exported;