From 091f6f9fc44204474e223292a62972b37722584c Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:57:16 +0100 Subject: [PATCH] fix(doc): correction of the example for the registry at the login Signed-off-by: dklimpel <5740567+dklimpel@users.noreply.github.com> --- podman/domain/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman/domain/system.py b/podman/domain/system.py index 88d66992..bf123005 100644 --- a/podman/domain/system.py +++ b/podman/domain/system.py @@ -56,9 +56,9 @@ def login( # pylint: disable=too-many-arguments,too-many-positional-arguments,u password: Registry plaintext password email: Registry account email address registry: URL for registry access. For example, + https://quay.io/v2 reauth: Ignored: If True, refresh existing authentication. Default: False dockercfg_path: Ignored: Path to custom configuration file. - https://quay.io/v2 auth: TODO: Add description based on the source code of Podman. identitytoken: IdentityToken is used to authenticate the user and get an access token for the registry.