Skip to content

Commit

Permalink
update to add that crane retains the digest (#1037)
Browse files Browse the repository at this point in the history
* update crane copy help with retain digest

Signed-off-by: Carlos Santana <csantana@us.ibm.com>

* run go code gen

Signed-off-by: Carlos Santana <csantana@us.ibm.com>
  • Loading branch information
csantanapr committed Jun 4, 2021
1 parent 162d96e commit 3bfab55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/crane/cmd/copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func NewCmdCopy(options *[]crane.Option) *cobra.Command {
return &cobra.Command{
Use: "copy SRC DST",
Aliases: []string{"cp"},
Short: "Efficiently copy a remote image from src to dst",
Short: "Efficiently copy a remote image from src to dst while retaining the digest value",
Args: cobra.ExactArgs(2),
RunE: func(_ *cobra.Command, args []string) error {
src, dst := args[0], args[1]
Expand Down
2 changes: 1 addition & 1 deletion cmd/crane/doc/crane.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/crane/doc/crane_copy.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bfab55

Please sign in to comment.