Commit Graph

  • 558a1bd776 Split doPullImage from pullImage Miloslav Trmač 2018-07-28 07:41:05 +0200
  • 7f5efd8d04 Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:34:46 +0200
  • b63b84ea5e Remove the authFile parameter from getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:33:01 +0200
  • 444142c7c1 Remove the signaturePolicyPath parameter from getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:26:14 +0200
  • 1054b8d2c5 Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:22:12 +0200
  • 2d5410d349 Move pullImage from Image to Runtime Miloslav Trmač 2018-07-28 06:54:34 +0200
  • dbe2395769 Do not re-parse the list of search registries just for an error message Miloslav Trmač 2018-07-28 06:42:43 +0200
  • 8d73e45663 Eliminate duplicate determination whether to use search registries Miloslav Trmač 2018-07-28 06:33:11 +0200
  • 5eac0740c3 Eliminate the "DockerArchive means pull all refPairs" special case Miloslav Trmač 2018-07-28 06:25:23 +0200
  • 86491efea0 Introduce struct pullGoalNames Miloslav Trmač 2018-07-28 06:02:49 +0200
  • fadb143399 Introduce struct pullGoal Miloslav Trmač 2018-07-28 05:36:47 +0200
  • bf0ab88eac Use []pullRefPair instead of []*pullRefPair Miloslav Trmač 2018-07-28 05:29:43 +0200
  • dae6200662 Use []pullRefName instead of []*pullRefName Miloslav Trmač 2018-07-28 05:23:20 +0200
  • 83f40de965 Introduce singlePullRefNameGoal Miloslav Trmač 2018-07-28 05:59:13 +0200
  • 1efbc40999 Use an early return from refNamesFromPossiblyUnqualifiedName Miloslav Trmač 2018-07-28 06:05:53 +0200
  • 4dab4d97de RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestination Miloslav Trmač 2018-07-28 04:27:22 +0200
  • 86fb1bf8eb Remove an unnecessary use of alltransports.ParseImageName Miloslav Trmač 2018-07-28 04:22:58 +0200
  • 90abdfdff5 RFC? Hard-code "format" string values instead of using libpod.* transport names Miloslav Trmač 2018-07-28 04:11:15 +0200
  • a5c1cecbea Use PushImageToReference for (podman save) Miloslav Trmač 2018-07-28 04:05:31 +0200
  • 754fc8e8ec Call imageNameForSaveDestination while creating the references Miloslav Trmač 2018-07-28 03:50:30 +0200
  • 18c4e2c835 Exit early in the simple case in imageNameForSaveDestination Miloslav Trmač 2018-07-28 03:47:21 +0200
  • b142cc6b4e Rename parameters of imageNameForSaveDestination Miloslav Trmač 2018-07-28 03:45:30 +0200
  • c27c6c6707 Split imageNameForSaveDestination from saveCmd Miloslav Trmač 2018-07-28 03:43:03 +0200
  • a4b15548d1 Split a single if statement into two. Miloslav Trmač 2018-07-28 03:38:05 +0200
  • 3cebdc68b8 Move source handling before destination parsing Miloslav Trmač 2018-07-28 03:29:32 +0200
  • 891392339f Split Image.PushImageToReference from Image.PushImage Miloslav Trmač 2018-07-28 03:13:54 +0200
  • 1153486ab0 Don't format to string and re-parse a DockerReference() Miloslav Trmač 2018-07-28 02:36:12 +0200
  • 190e074459 Remove the :// end from DockerTransport Miloslav Trmač 2018-07-28 02:58:56 +0200
  • 9770ed257e Remove the TransportNames arrays Miloslav Trmač 2018-07-28 02:43:41 +0200
  • adfd3930c1 Document the properties of DefaultTransport a bit better. Miloslav Trmač 2018-07-28 02:40:41 +0200
  • b3e6e908ab Eliminate the "dest" variable. Miloslav Trmač 2018-07-28 02:28:23 +0200
  • e8f7442831 Use an early exit if a docker-archive: image has no repo tags Miloslav Trmač 2018-07-27 03:36:25 +0200
  • d4dbe66774 Reorganize the tag loading in DockerArchive case Miloslav Trmač 2018-07-27 03:34:04 +0200
  • 0ef38ba079 Return early in refNamesFromImageReference instead of appending to pullNames Miloslav Trmač 2018-07-27 03:20:25 +0200
  • ecc1db39b5 Use srcRef.StringWithinTransport() instead of parsing imgName again Miloslav Trmač 2018-07-27 02:56:57 +0200
  • 24da27c3e9 Use a switch instead of if/if else/.../else Miloslav Trmač 2018-07-27 02:50:43 +0200
  • 7c37b25b4d Remove the error return value from getPullRefName Miloslav Trmač 2018-07-27 02:47:43 +0200
  • 6ddf81f07d Rename getPullListFromRef to refPairsFromImageReference Miloslav Trmač 2018-07-27 01:20:58 +0200
  • d61bed2b2d Split refNamesFromImageReference from Runtime.getPullListFromRef Miloslav Trmač 2018-07-27 01:16:00 +0200
  • 9c9401a96c Replace getPullRefPair with getPullRefName Miloslav Trmač 2018-07-27 00:18:34 +0200
  • 8e7b4944f0 Include the rejected reference when parsing it fails in pullRefPairsFromRefNames Miloslav Trmač 2018-07-27 00:18:10 +0200
  • 38bef14a84
    Merge 0cbb5a4cc3 into 8e1ef558eb Miloslav Trmač 2018-08-01 18:22:56 +0000
  • 611f2e7f60 Use REGISTRIES_CONFIG_PATH for all tests baude 2018-07-31 17:16:08 -0500
  • 8e1ef558eb Add --force to podman umount to force the unmounting of the rootfs Daniel J Walsh 2018-07-30 09:04:18 -0400
  • cddfbf9026
    Merge c6f3dd6d08 into a8ae7eae9c Daniel J Walsh 2018-08-01 17:30:48 +0000
  • c6f3dd6d08
    Add --force to podman umount to force the unmounting of the rootfs Daniel J Walsh 2018-07-30 09:04:18 -0400
  • 2d98dd22e7
    Merge 83bd2736e2 into a8ae7eae9c Brent Baude 2018-08-01 13:01:48 +0000
  • a8ae7eae9c Integration Test Improvements #3 baude 2018-07-31 09:05:48 -0500
  • 83bd2736e2 Integration Test Improvements #3 baude 2018-07-31 09:05:48 -0500
  • d4ed023135
    Merge 4ddf8bc093 into cfcd928476 Matthew Heon 2018-07-31 14:19:52 +0000
  • 1a439f9fcb Ensure container and pod refresh picks up a State Matthew Heon 2018-07-31 09:26:06 -0400
  • 21f50b9f34 Fix build on non-linux platforms Matthew Heon 2018-07-30 14:50:08 -0400
  • c7c56d800c Rework state testing to allow State structs to be empty Matthew Heon 2018-07-30 13:54:22 -0400
  • f4120f9662 Add additional comments on accessing state in API Matthew Heon 2018-07-30 09:58:37 -0400
  • 1db70cce34 Do not fetch pod and ctr State on retrieval in Bolt Matthew Heon 2018-07-30 09:42:35 -0400
  • cfcd928476 network: add support for rootless network with slirp4netns Giuseppe Scrivano 2018-07-25 15:15:13 +0200
  • 4ddf8bc093 Ensure container and pod refresh picks up a State Matthew Heon 2018-07-31 09:26:06 -0400
  • e1d69a15cb
    Merge edb68721c3 into 5b9c60cc10 Giuseppe Scrivano 2018-07-31 11:39:20 +0000
  • 5b9c60cc10 varlink ImageRemove should always return image ID baude 2018-07-30 17:20:34 -0500
  • 0cbb5a4cc3 RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSource Miloslav Trmač 2018-07-28 08:45:11 +0200
  • c268063496 Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReference Miloslav Trmač 2018-07-28 08:18:57 +0200
  • 71d7615ef3 RFC: Remove unused transport name constants from libpod Miloslav Trmač 2018-07-28 04:12:21 +0200
  • 072b69eca7 Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReference Miloslav Trmač 2018-07-28 08:06:08 +0200
  • 2c107c2544 Rename the "image" variable to "imageName" Miloslav Trmač 2018-07-28 07:58:46 +0200
  • ce4c5206ca Fix the heuristic for docker-archive: sources in (podman pull) Miloslav Trmač 2018-07-28 07:47:31 +0200
  • cb1d792a07 Split doPullImage from pullImage Miloslav Trmač 2018-07-28 07:41:05 +0200
  • 2b325bc1d3 Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:34:46 +0200
  • 8755af85d8 Remove the authFile parameter from getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:33:01 +0200
  • a97cf5b6e1 Remove the signaturePolicyPath parameter from getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:26:14 +0200
  • 0260f42d78 Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext Miloslav Trmač 2018-07-28 07:22:12 +0200
  • 1fad0e6140 Move pullImage from Image to Runtime Miloslav Trmač 2018-07-28 06:54:34 +0200
  • 49fc795030 Do not re-parse the list of search registries just for an error message Miloslav Trmač 2018-07-28 06:42:43 +0200
  • 2bde9188f1 Eliminate duplicate determination whether to use search registries Miloslav Trmač 2018-07-28 06:33:11 +0200
  • 1c73e1e4e5 Eliminate the "DockerArchive means pull all refPairs" special case Miloslav Trmač 2018-07-28 06:25:23 +0200
  • ddf5a1685e Introduce struct pullGoalNames Miloslav Trmač 2018-07-28 06:02:49 +0200
  • 49d5c6b81c Introduce struct pullGoal Miloslav Trmač 2018-07-28 05:36:47 +0200
  • 0dcbf2b075 Use []pullRefPair instead of []*pullRefPair Miloslav Trmač 2018-07-28 05:29:43 +0200
  • b59b67749d Use []pullRefName instead of []*pullRefName Miloslav Trmač 2018-07-28 05:23:20 +0200
  • 82920ab16f Introduce singlePullRefNameGoal Miloslav Trmač 2018-07-28 05:59:13 +0200
  • 055ad7f6ba Use an early return from refNamesFromPossiblyUnqualifiedName Miloslav Trmač 2018-07-28 06:05:53 +0200
  • 2fedcd8067 RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestination Miloslav Trmač 2018-07-28 04:27:22 +0200
  • 126110f62d Remove an unnecessary use of alltransports.ParseImageName Miloslav Trmač 2018-07-28 04:22:58 +0200
  • ead4013951 RFC? Hard-code "format" string values instead of using libpod.* transport names Miloslav Trmač 2018-07-28 04:11:15 +0200
  • 57224162fa Use PushImageToReference for (podman save) Miloslav Trmač 2018-07-28 04:05:31 +0200
  • 59817f049c Call imageNameForSaveDestination while creating the references Miloslav Trmač 2018-07-28 03:50:30 +0200
  • 68ebc699fd Exit early in the simple case in imageNameForSaveDestination Miloslav Trmač 2018-07-28 03:47:21 +0200
  • 4c93a5931e Rename parameters of imageNameForSaveDestination Miloslav Trmač 2018-07-28 03:45:30 +0200
  • 636c76e111 Split imageNameForSaveDestination from saveCmd Miloslav Trmač 2018-07-28 03:43:03 +0200
  • 9f20cfd5f6 Split a single if statement into two. Miloslav Trmač 2018-07-28 03:38:05 +0200
  • beb2417b45 Move source handling before destination parsing Miloslav Trmač 2018-07-28 03:29:32 +0200
  • aac1b05682 Split Image.PushImageToReference from Image.PushImage Miloslav Trmač 2018-07-28 03:13:54 +0200
  • 7796e4805c Don't format to string and re-parse a DockerReference() Miloslav Trmač 2018-07-28 02:36:12 +0200
  • b277c57440 Remove the :// end from DockerTransport Miloslav Trmač 2018-07-28 02:58:56 +0200
  • 83ac16205d Remove the TransportNames arrays Miloslav Trmač 2018-07-28 02:43:41 +0200
  • 9b325991e3 Document the properties of DefaultTransport a bit better. Miloslav Trmač 2018-07-28 02:40:41 +0200
  • 39ae95300a Eliminate the "dest" variable. Miloslav Trmač 2018-07-28 02:28:23 +0200
  • dc04fb2bd9 Use an early exit if a docker-archive: image has no repo tags Miloslav Trmač 2018-07-27 03:36:25 +0200
  • 3feccda94e Reorganize the tag loading in DockerArchive case Miloslav Trmač 2018-07-27 03:34:04 +0200
  • 5371ab8279 Return early in refNamesFromImageReference instead of appending to pullNames Miloslav Trmač 2018-07-27 03:20:25 +0200
  • bc73bc6ecf Use srcRef.StringWithinTransport() instead of parsing imgName again Miloslav Trmač 2018-07-27 02:56:57 +0200