mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Pass all of PodmanExecOptions to various [mM]akeOptions functions
This will make it easier to structure the API, at the cost of making it a bit more opaque about which parts of PodmanExecOptions are implemented where. Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -618,7 +618,7 @@ RUN touch /file
|
||||
It("authenticated push", func() {
|
||||
registryOptions := &podmanRegistry.Options{
|
||||
PodmanPath: podmanTest.PodmanBinary,
|
||||
PodmanArgs: podmanTest.MakeOptions(nil, false, false),
|
||||
PodmanArgs: podmanTest.MakeOptions(nil, PodmanExecOptions{}),
|
||||
Image: "docker-archive:" + imageTarPath(REGISTRY_IMAGE),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user