From d40199440d7730f4974348aec89a475bcd584f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Mon, 8 Jul 2024 14:20:10 +0200 Subject: [PATCH] c8d: Remove `docker convert` mention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not merged yet. Signed-off-by: Paweł Gronowski --- cli/command/image/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command/image/push.go b/cli/command/image/push.go index 4460dda70f..51c4a34528 100644 --- a/cli/command/image/push.go +++ b/cli/command/image/push.go @@ -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. `) }