| Commit message (Expand) | Author | Age |
* | Merge pull request #2196 from baude/toolbox | Daniel J Walsh | 2019-02-05 |
|\ |
|
| * | Changes to container runlabel for toolbox project | baude | 2019-01-30 |
* | | libpod/image: Use RepoDigests() in Inspect() | W. Trevor King | 2019-01-31 |
|/ |
|
* | FIXME? Introduce imageParts.suspiciousRefNameTagValuesForSearch | Miloslav Trmač | 2019-01-14 |
* | Use imageParts.referenceWithRegistry in Image.getLocalImage | Miloslav Trmač | 2019-01-14 |
* | Don't try to look up local images with an explicit :latest suffix | Miloslav Trmač | 2019-01-14 |
* | Return a reference.Named from normalizedTag | Miloslav Trmač | 2019-01-14 |
* | Use reference.TagNameOnly instead of manually adding imageParts.tag in normal... | Miloslav Trmač | 2019-01-14 |
* | Use imageParts.normalizedReference in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Use imageparts.referenceWithRegistry in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Reorganize normalizeTag | Miloslav Trmač | 2019-01-14 |
* | Drop image.DecomposeString, make image.Parts private imageParts again | Miloslav Trmač | 2019-01-14 |
* | remote-client support for images | baude | 2019-01-10 |
* | libpod/image: Use ParseNormalizedNamed in RepoDigests | W. Trevor King | 2019-01-09 |
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
* | Remove the forceSecure parameter on the pull call stack | Miloslav Trmač | 2018-12-06 |
* | Remove manual handling of insecure registries in PushImageToReference | Miloslav Trmač | 2018-12-06 |
* | Remove the forceSecure parameter of Image.PushImageTo* | Miloslav Trmač | 2018-12-06 |
* | Minimally update for the DockerInsecureSkipTLSVerify type change | Miloslav Trmač | 2018-12-06 |
* | Merge pull request #1868 from QiWang19/issue860 | OpenShift Merge Robot | 2018-11-26 |
|\ |
|
| * | Add history and namespaceoptions to image inspect | Qi Wang | 2018-11-26 |
* | | add podman container|image exists | baude | 2018-11-26 |
|/ |
|
* | Vendor in new new buildah/ci | baude | 2018-10-17 |
* | Add container runlabel command | baude | 2018-09-28 |
* | run complex image names with short names | baude | 2018-09-28 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | Fix ambiguity in adding localhost to podman save | haircommander | 2018-08-08 |
* | 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 |