Skip to content

Commit

Permalink
docs: update upper limit for layers in a bundle
Browse files Browse the repository at this point in the history
The max number of layers in a single tekton oci bundle is 20 (in the
code). This make sure the contract document reflects that.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Nov 14, 2023
1 parent 89ac5c2 commit c5fa1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tekton-bundle-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bundle reference.

Each layer of the image must map 1:1 with a single Tekton resource (eg Task).

*No more than 10* individual layers (Pipelines and/or Tasks) maybe placed in a single image.
*No more than 20* individual layers (Pipelines and/or Tasks) maybe placed in a single image.

Each layer must contain all of the following annotations:

Expand Down

0 comments on commit c5fa1eb

Please sign in to comment.