Skip to content

Commit d401994

Browse files
committed
c8d: Remove docker convert mention
It's not merged yet. Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 4ce6e50 commit d401994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/command/image/push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func RunPush(ctx context.Context, dockerCli command.Cli, opts pushOptions) error
8484

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

0 commit comments

Comments
 (0)