forked from operator-framework/operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate bundle: Add Image Digest Resolver Option
Add option to select the image digest resolver when rendering bundles with image digests pinned. The set of supported tools is defined in the `operator-manifest-tools` library (currently `crane`, `skopeo`, and `script`). Fixes operator-framework#6868 Signed-off-by: Adam Kaplan <[email protected]>
- Loading branch information
1 parent
0735b20
commit 773fce8
Showing
3 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
entries: | ||
- description: > | ||
Add `--image-digest-resolver` option to the operator-sdk | ||
`generate bundle` command. When using image digests in operator bundles, | ||
this lets developers choose `crane`, `skopeo` or a custom script to | ||
resolve image SHAs. | ||
kind: "addition" | ||
# Is this a breaking change? | ||
breaking: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters