| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReference | 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 |
* | RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestination | Miloslav Trmač | 2018-08-01 |
* | Remove an unnecessary use of alltransports.ParseImageName | Miloslav Trmač | 2018-08-01 |
* | Split Image.PushImageToReference from Image.PushImage | 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 |
* | podman rmi shouldn't delete named referenced images | umohnani8 | 2018-07-28 |
* | Make Image.HasShaInInputName to an independent local function | Miloslav Trmač | 2018-07-23 |
* | Split normalizeTag from Image.TagImage | Miloslav Trmač | 2018-07-23 |
* | Podman load/tag/save prepend localhost when no repository is present | haircommander | 2018-07-20 |
* | fix pull image that includes a sha | baude | 2018-07-13 |
* | podman rmi should only untag image if parent of another | umohnani8 | 2018-07-12 |
* | remove buildah requirement for the libpod image library | baude | 2018-07-06 |
* | add image user to inspect data | baude | 2018-07-02 |
* | Podman history now prints out intermediate image IDs | umohnani8 | 2018-06-22 |
* | save and load should support multi-tag for docker-archive | umohnani8 | 2018-05-25 |
* | podman push should honor registries.conf | baude | 2018-05-10 |
* | Use buildah commit and bud in podman | baude | 2018-04-27 |
* | varlink images | baude | 2018-04-26 |
* | Strip transport from image name when looking for local image | baude | 2018-04-26 |
* | Do not eat error messages from pullImage | 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 |
* | podman pull should always try to pull | baude | 2018-04-14 |
* | Use buildah commit for podman commit | baude | 2018-04-10 |
* | Allow sha256: prefix for input | baude | 2018-03-29 |
* | Fix some minor issues lint has been picking up | Matthew Heon | 2018-03-27 |
* | cmd/podman/run.go: Error nicely when no image found | baude | 2018-03-27 |
* | First tag, untag THEN reload the image | baude | 2018-03-26 |
* | Stage 4 Image cleanup | baude | 2018-03-23 |
* | Removing tagged images change in behavior | baude | 2018-03-22 |
* | Migrate podman inspect and tag to image library | baude | 2018-03-21 |
* | Migrate podman images to image library | baude | 2018-03-21 |
* | Image library stage 4 - create and commit | baude | 2018-03-20 |
* | Stage3 Image Library | baude | 2018-03-14 |
* | Image Resolution Stage 1 | baude | 2018-03-08 |