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.go
Commit message (
Expand
)
Author
Age
*
Better pull error for fully-qualified images
baude
2018-08-06
*
clarify pull error message
baude
2018-08-02
*
Inline pullGoalNamesFromPossiblyUnqualifiedName into Runtime.pullGoalFromPoss...
Miloslav Trmač
2018-08-02
*
Replace getPullRefName by Runtime.getPullRefPair
Miloslav Trmač
2018-08-02
*
Inline pullGoalNamesFromImageReference back into Runtime.pullGoalFromImageRef...
Miloslav Trmač
2018-08-02
*
Introduce getSinglePullRefNameGoal
Miloslav Trmač
2018-08-02
*
RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSource
Miloslav Trmač
2018-08-01
*
Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReference
Miloslav Trmač
2018-08-01
*
Split doPullImage from pullImage
Miloslav Trmač
2018-08-01
*
Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext
Miloslav Trmač
2018-08-01
*
Remove the authFile parameter from getCopyOptions and DRO.GetSystemContext
Miloslav Trmač
2018-08-01
*
Remove the signaturePolicyPath parameter from getCopyOptions and DRO.GetSyste...
Miloslav Trmač
2018-08-01
*
Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext
Miloslav Trmač
2018-08-01
*
Move pullImage from Image to Runtime
Miloslav Trmač
2018-08-01
*
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
*
Introduce struct pullGoal
Miloslav Trmač
2018-08-01
*
Use []pullRefPair instead of []*pullRefPair
Miloslav Trmač
2018-08-01
*
Use []pullRefName instead of []*pullRefName
Miloslav Trmač
2018-08-01
*
Introduce singlePullRefNameGoal
Miloslav Trmač
2018-08-01
*
Use an early return from refNamesFromPossiblyUnqualifiedName
Miloslav Trmač
2018-08-01
*
Remove an unnecessary use of alltransports.ParseImageName
Miloslav Trmač
2018-08-01
*
Don't format to string and re-parse a DockerReference()
Miloslav Trmač
2018-08-01
*
Remove the :// end from DockerTransport
Miloslav Trmač
2018-08-01
*
Remove the TransportNames arrays
Miloslav Trmač
2018-08-01
*
Document the properties of DefaultTransport a bit better.
Miloslav Trmač
2018-08-01
*
Eliminate the "dest" variable.
Miloslav Trmač
2018-08-01
*
Use an early exit if a docker-archive: image has no repo tags
Miloslav Trmač
2018-08-01
*
Reorganize the tag loading in DockerArchive case
Miloslav Trmač
2018-08-01
*
Return early in refNamesFromImageReference instead of appending to pullNames
Miloslav Trmač
2018-08-01
*
Use srcRef.StringWithinTransport() instead of parsing imgName again
Miloslav Trmač
2018-08-01
*
Use a switch instead of if/if else/.../else
Miloslav Trmač
2018-08-01
*
Remove the error return value from getPullRefName
Miloslav Trmač
2018-08-01
*
Rename getPullListFromRef to refPairsFromImageReference
Miloslav Trmač
2018-08-01
*
Split refNamesFromImageReference from Runtime.getPullListFromRef
Miloslav Trmač
2018-08-01
*
Replace getPullRefPair with getPullRefName
Miloslav Trmač
2018-08-01
*
Include the rejected reference when parsing it fails in pullRefPairsFromRefNames
Miloslav Trmač
2018-08-01
*
Make refNamesFromPossiblyUnqualifiedName independent from Image
Miloslav Trmač
2018-07-23
*
Make Image.HasShaInInputName to an independent local function
Miloslav Trmač
2018-07-23
*
Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedName
Miloslav Trmač
2018-07-23
*
Rename local variables in Runtime.pullRefPairsFromRefNames
Miloslav Trmač
2018-07-23
*
Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPull
Miloslav Trmač
2018-07-23
*
Rename nameToPull to pullRefName
Miloslav Trmač
2018-07-23
*
Rename pullStruct to pullRefPair
Miloslav Trmač
2018-07-23
*
Replace optional nameToPull.shaPullName with mandatory dstName
Miloslav Trmač
2018-07-23
*
Introduce nameToPull, move shaPullName in there
Miloslav Trmač
2018-07-23
*
Remove Image.isShortName
Miloslav Trmač
2018-07-23
*
Merge pull request #1103 from haircommander/load_dockerless
Matthew Heon
2018-07-20
|
\
[next]