podman/libpod/image
Miloslav Trmač 1054b8d2c5 Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext
All callers of getCopyOptions also call GetSystemContext with the same three parameters;
we will want to simplify this by passing the first SystemContext to getCopyOptions,
which can then inherit this data instead of so many parameters everywhere.

For now, just add a *types.SystemContext parameter without using it.

Should not change behavior (but does not add unit tests).

Signed-off-by: Miloslav Trmač <mitr@redhat.com>

Closes: #1176
Approved by: rhatdan
2018-08-01 18:22:59 +00:00
..
testdata Split refNamesFromImageReference from Runtime.getPullListFromRef 2018-08-01 18:22:58 +00:00
docker_registry_options.go Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00
filters.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
image.go Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00
image_test.go Skip unit tests which require storage when not running as root 2018-07-26 20:47:31 +00:00
parts.go Use the result of reference.Parse when checking for digests. 2018-07-23 12:44:38 +00:00
parts_test.go Add unit tests for imageParts 2018-07-23 12:44:38 +00:00
pull.go Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00
pull_test.go Do not re-parse the list of search registries just for an error message 2018-08-01 18:22:59 +00:00
signing_options.go Stage3 Image Library 2018-03-14 20:21:31 +00:00
utils.go Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContext 2018-08-01 18:22:59 +00:00