Skip to content

Commit

Permalink
c8d: Remove docker convert mention
Browse files Browse the repository at this point in the history
It's not merged yet.

Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Jul 9, 2024
1 parent 4ce6e50 commit d401994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/image/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func RunPush(ctx context.Context, dockerCli command.Cli, opts pushOptions) error

printNote(dockerCli, `Selecting a single platform will only push one matching image manifest from a multi-platform image index.
This means that any other components attached to the multi-platform image index (like Buildkit attestations) won't be pushed.
If you want to only push a single platform image while preserving the attestations, please use 'docker convert\n'
If you want to push a whole multi-platform image, make sure all image content is present and remove the --platform flag.
`)
}

Expand Down

0 comments on commit d401994

Please sign in to comment.