index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpod
/
image
/
pull_test.go
Commit message (
Expand
)
Author
Age
*
support multi-image (docker) archives
Valentin Rothberg
2020-09-08
*
bump containers/image to v5.0.0, buildah to v1.11.4
Nalin Dahyabhai
2019-10-29
*
Update c/image to v4.0.1 and buildah to 1.11.3
Miloslav Trmač
2019-10-04
*
Use imageParts.referenceWithRegistry in pullGoalFromPossiblyUnqualifiedName
Miloslav Trmač
2019-01-14
*
Use imageParts.referenceWithRegistry in getPullRefPair
Miloslav Trmač
2019-01-14
*
Don't use imageParts.assemble when pulling from a qualified name
Miloslav Trmač
2019-01-14
*
We are mistakenly seeing repos as registries.
Daniel J Walsh
2018-08-31
*
Replace getPullRefName by Runtime.getPullRefPair
Miloslav Trmač
2018-08-02
*
Test Runtime.pullGoalFromPossiblyUnqualifiedName instead of pullGoalNameFrom...
Miloslav Trmač
2018-08-02
*
Test Runtime.pullGoalFromImageReference instead of pullGoalNamesFromImageRefe...
Miloslav Trmač
2018-08-02
*
Do not re-parse the list of search registries just for an error message
Miloslav Trmač
2018-08-01
*
Eliminate duplicate determination whether to use search registries
Miloslav Trmač
2018-08-01
*
Eliminate the "DockerArchive means pull all refPairs" special case
Miloslav Trmač
2018-08-01
*
Introduce struct pullGoalNames
Miloslav Trmač
2018-08-01
*
Use []pullRefName instead of []*pullRefName
Miloslav Trmač
2018-08-01
*
Remove the error return value from getPullRefName
Miloslav Trmač
2018-08-01
*
Split refNamesFromImageReference from Runtime.getPullListFromRef
Miloslav Trmač
2018-08-01
*
Replace getPullRefPair with getPullRefName
Miloslav Trmač
2018-08-01
*
Make refNamesFromPossiblyUnqualifiedName independent from Image
Miloslav Trmač
2018-07-23