diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-20 17:13:54 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-02-08 13:58:49 -0500 |
commit | 7819e49353b58fe87bdb74c33b2d999e3a7b563e (patch) | |
tree | 5cdd06447a25418b58c92efc5c7ea9a0a1edac61 /test/system | |
parent | 0838a9414d8949cd4b30bb2574c0994eb2e0b8cf (diff) | |
download | podman-7819e49353b58fe87bdb74c33b2d999e3a7b563e.tar.gz podman-7819e49353b58fe87bdb74c33b2d999e3a7b563e.tar.bz2 podman-7819e49353b58fe87bdb74c33b2d999e3a7b563e.zip |
Switch podman image push handlers to use abi
Change API Handlers to use the same functions that the
local podman uses.
At the same time:
Cleanup and pass proper bindings. Remove cli options from
podman-remote push. Cleanup manifest push.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/150-login.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/150-login.bats b/test/system/150-login.bats index 5151ab0e1..c3af63348 100644 --- a/test/system/150-login.bats +++ b/test/system/150-login.bats @@ -197,6 +197,7 @@ EOF destname=ok-$(random_string 10 | tr A-Z a-z)-ok # Use command-line credentials run_podman push --tls-verify=false \ + --format docker \ --creds ${PODMAN_LOGIN_USER}:${PODMAN_LOGIN_PASS} \ $IMAGE localhost:${PODMAN_LOGIN_REGISTRY_PORT}/$destname |