Skip to content

Commit

Permalink
docs: address additional comments
Browse files Browse the repository at this point in the history
Signed-off-by: mbshields <[email protected]>
  • Loading branch information
mbshields committed Oct 6, 2023
1 parent 2da36f9 commit d37b4ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/articles/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

The following sections describe the step-by-step workflow. To view the steps combined into a single script, see [Reference: Full workflow script](#fullscript).

For the workflow examples, the zot registry is assumed to be installed and running at `localhost:8080`.

### Step 1: Download the client tools

Expand Down Expand Up @@ -128,6 +129,8 @@ The `--subject` command flag associates the artifact file with the specified sub

This step prints the artifact tree of the busybox image. The tree includes the artifact yaml file, showing the association of the artifact to the busybox image.

These script commands define REF0 as the artifact that was uploaded referring to the first container image.

```shell
{% raw %}
REF0=$(${REGCLIENT} artifact tree --format '{{jsonPretty .}}' localhost:8080/busybox:latest | jq .referrer[0].reference.Digest)
Expand Down

0 comments on commit d37b4ef

Please sign in to comment.