spiegel_podman/pkg/bindings
Valentin Rothberg 3bdad6fa2a podmanV2: implement pull
Implement pulling images for the v2 client.  What I _really_ don't like
is the fact that we are now having a near identical code clone among
`pkg/domain/infra/abi` and `pkg/api/handlers/libpod`.  Partly because we
don't yet have a higher-level pull function and partly because we have
redudancy among `pkg/domain` and `pkg/api`.  Pull might be a high
outlier but I am concerned already by the potential of introducing more
redundancy.  I'd love to `infra/abi` and `pkg/abi` to really use the
same code in the future.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-03-31 13:01:27 +02:00
..
containers podmanV2: implement top 2020-03-27 09:14:01 +01:00
generate [CI:DOCS]Binding overhauls 2020-01-28 08:42:18 -06:00
images podmanV2: implement pull 2020-03-31 13:01:27 +02:00
manifests apiv2 addition of manifests 2020-03-16 10:03:55 -05:00
network Add support for ssh:// and unix:// podman clients 2020-02-20 14:18:45 -07:00
play [CI:DOCS]Binding overhauls 2020-01-28 08:42:18 -06:00
pods podmanv2 pod create using podspecgen 2020-03-27 09:04:10 -05:00
system apiv2 add bindings for logs|events 2020-03-19 09:38:00 -05:00
test podmanV2: implement pull 2020-03-31 13:01:27 +02:00
volumes podmanv2 volumes 2020-03-24 16:03:49 -05:00
bindings.go apiv2 add bindings for logs|events 2020-03-19 09:38:00 -05:00
connection.go podmanv2 container exists|wait 2020-03-20 12:54:45 -05:00
errors.go enable ci on go binding tests 2020-02-22 09:43:19 -06:00
info.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
version.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00