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
...
*
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
|
\
|
*
Podman load/tag/save prepend localhost when no repository is present
haircommander
2018-07-20
*
|
pull: get registries using the registries pkg
Giuseppe Scrivano
2018-07-20
|
/
*
fix pull image that includes a sha
baude
2018-07-13
*
fix panic with podman pull
baude
2018-05-31
*
save and load should support multi-tag for docker-archive
umohnani8
2018-05-25
*
Allow push/save without image reference
umohnani8
2018-05-16
*
Fix pulling from secure registry
baude
2018-05-04
*
Remove more Errorf in favor of Wrapf
Matthew Heon
2018-04-25
*
Vendor in latest containers/image and contaners/storage
umohnani8
2018-04-19
*
regression: tls verify should be set on registries.conf if insecure
baude
2018-04-18
*
Image library stage 4 - create and commit
baude
2018-03-20
*
Stage3 Image Library
baude
2018-03-14
[prev]