Skip to content

Commit

Permalink
adding tutorial overview diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcolman authored and tekton-robot committed Dec 2, 2021
1 parent e5f8d44 commit e57c40e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/getting-started-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This tutorial will guide you through:
We'll be creating a `TaskRun`, signing it, and storing the signature and the payload as annotations on the `TaskRun` itself.
So, no additional authentication should be required!

![getting-started-setup](./images/getting_started.png)

You can opt to try the tutorial with either of the following key types:

* [x509 (Default)](#x509)
Expand Down
Binary file added docs/tutorials/images/getting_started.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorials/images/signed_provenance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/tutorials/signed-provenance-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This tutorial will guide you through:
* Building an image with kaniko in a Tekton TaskRun
* Verifying the signed image and the signed provenance

![signed-provenance-setup](./images/signed_provenance.png)

## Prerequisites

A Kubernetes cluster with the following installed:
Expand Down

0 comments on commit e57c40e

Please sign in to comment.