forked from containers/common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libimage: pull: normalize docker-daemon
Normalize images pulled from the docker-daemon transport to docker.io and not to localhost. That preserves previous behavior of Podman. Also fix a parsing bug in the pull code that was revealed while testing the changes; parsing errors should be returned if there is a matching transport without falling through to pulling the input string as an image from a registry. Context: containers/podman/issues/10998 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters