Skip to content

Commit

Permalink
Update manifests.md (#27)
Browse files Browse the repository at this point in the history
* updated manifests.md

Signed-off-by: Andy Clemenko <[email protected]>

* apply suggestions from code review

Co-authored-by: Zack Brady <[email protected]>
Signed-off-by: Andy Clemenko <[email protected]>

* update images.md

Signed-off-by: Andy Clemenko <[email protected]>

---------

Signed-off-by: Andy Clemenko <[email protected]>
Co-authored-by: Zack Brady <[email protected]>
  • Loading branch information
clemenko and zackbradys authored Aug 25, 2024
1 parent a1afb65 commit d5cbcd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guides-references/hauler-content/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ metadata:
annotations:
# global flags for all images in the manifest
# image flags override global flags
# example: key set globally, but not observed if set per image
# example: platform set globally, but not observed if set per image
# example: registry set globally, but not observed if set per image
hauler.dev/key: <cosign public key>
hauler.dev/platform: <platform>
hauler.dev/registry: <registry>
Expand All @@ -59,6 +62,9 @@ metadata:
annotations:
# global flags for all images in the manifest
# image flags override global flags
# example: key set globally, but not observed if set per image
# example: platform set globally, but not observed if set per image
# example: registry set globally, but not observed if set per image
hauler.dev/key: <cosign public key>
hauler.dev/platform: <platform>
hauler.dev/registry: <registry>
Expand Down
3 changes: 3 additions & 0 deletions docs/guides-references/manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ metadata:
annotations:
# global flags for all images in the manifest
# image flags override global flags
# example: key set globally, but not observed if set per image
# example: platform set globally, but not observed if set per image
# example: registry set globally, but not observed if set per image
hauler.dev/key: <cosign public key>
hauler.dev/platform: <platform>
hauler.dev/registry: <registry>
Expand Down

0 comments on commit d5cbcd5

Please sign in to comment.