spiegel_podman/pkg/api/handlers/utils
Valentin Rothberg 44a515015c podmanV2: implement push
* Implement `podman-push` and `podman-image-push` for the podmanV2
  client.

* Tests for `pkg/bindings` are not possible at the time of writing as we
  don't have a local registry running.

* Implement `/images/{name}/push` compat endpoint. Tests are not
  implemented for this v2 endpoint.  It has been tested manually.

General note: The auth config extraction from the http header is not
implement for push.  Since it's not yet supported for other endpoints
either, I deferred it to future work.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-04-02 17:01:32 +02:00
..
containers.go fix reported compat issues 2020-03-19 10:05:10 -05:00
errors.go [CI:DOCS]Binding overhauls 2020-01-28 08:42:18 -06:00
handler.go golangci: enable goimports 2020-03-05 20:03:44 +01:00
images.go podmanV2: implement push 2020-04-02 17:01:32 +02:00
pods.go podmanv2 pod ps 2020-03-31 19:32:37 -05:00