mirror of https://github.com/docker/cli.git
c8d: Remove `docker convert` mention
It's not merged yet. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
parent
4ce6e50e2e
commit
d40199440d
|
@ -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.
|
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.
|
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.
|
||||||
`)
|
`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue