podman/contrib
cdoern 6d3520e8b7 podman image scp remote support & podman image scp tagging
add support for podman-remote image scp as well as direct access via the API. This entailed
a full rework of the layering of image scp functions as well as the usual API plugging and type creation

also, implemented podman image scp tagging. which makes the syntax much more readable and allows users t tag the new image
they are loading to the local/remote machine:

allow users to pass a "new name" for the image they are transferring
`podman tag` as implemented creates a new image im `image list` when tagging, so this does the same
meaning that when transferring images with tags, podman on the remote machine/user will load two images
ex: `podman image scp computer1::alpine computer2::foobar` creates alpine:latest and localhost/foobar on the remote host

implementing tags means removal of the flexible syntax. In the currently released podman image scp, the user can either specify
`podman image scp source::img dest::` or `podman image scp dest:: source::img`. However, with tags this task becomes really hard to check
which is the image (src) and which is the new tag (dst). Removal of that streamlines the arg parsing process

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2022-06-28 08:54:19 -04:00
..
cirrus podman image scp remote support & podman image scp tagging 2022-06-28 08:54:19 -04:00
containers-common Add containers-common spec and command to podman 2022-02-22 14:38:57 -05:00
hello Cirrus: Build multi-arch images + manifests 2022-03-28 16:56:28 -04:00
modules-load.d Load ip_tables modules at boot 2022-02-23 16:11:19 +01:00
msi Open Windows tutorial after MSI installation 2022-06-16 23:46:24 -05:00
podmanimage [CI:DOCS] Minor update to podmanimage upstream docs 2022-06-24 10:52:06 -04:00
remote Revert "Switch all rootful to rootfull" 2022-04-25 09:14:04 -04:00
script Add script to determine dependency sizes 2018-03-23 14:12:14 +00:00
snapcraft [CI:DOCS] fix default branch links 2022-01-15 20:56:19 +01:00
spec Makefile: install targets independent of build 2022-01-25 08:27:44 -05:00
systemd Add ExecStop and dependencies to fix shutdown 2022-06-01 16:02:18 +02:00
tmpfile Set default storage from containers.conf for temporary images 2021-09-15 10:43:51 -04:00
dependabot-dance codespell cleanup 2021-05-05 15:50:59 -04:00
dependencies.txt Remove varlink support from Podman 2020-11-26 16:50:42 -05:00