podman/pkg/api/server
Paul Holzinger 8f6a0243f4
podman diff accept two images or containers
First, make podman diff accept optionally a second argument. This allows
the user to specify a second image/container to compare the first with.
If it is not set the parent layer will be used as before.

Second, podman container diff should only use containers and podman
image diff should only use images. Previously, podman container diff
would use the image when both an image and container with this name
exists.

To make this work two new parameters have been added to the api. If they
are not used the previous behaviour is used. The same applies to the
bindings.

Fixes #10649

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2021-07-02 17:11:56 +02:00
..
idle Change http ConnState actions between new and active 2020-10-31 20:31:33 -06:00
docs.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
handler_api.go Add CORS support 2021-06-04 16:14:52 +03:00
listener_api.go Make podman service log events 2020-11-19 14:42:56 -07:00
register_archive.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_auth.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_containers.go podman diff accept two images or containers 2021-07-02 17:11:56 +02:00
register_distribution.go bump go module to v3 2021-02-22 09:03:51 +01:00
register_events.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_exec.go Fix resize race with podman exec -it 2021-06-16 16:43:30 +02:00
register_generate.go swagger: remove name wildcards 2021-04-07 15:21:44 +02:00
register_healthcheck.go swagger: remove name wildcards 2021-04-07 15:21:44 +02:00
register_images.go podman diff accept two images or containers 2021-07-02 17:11:56 +02:00
register_info.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_manifest.go Merge pull request #9121 from tmds/swagger_remove_name_wildcards 2021-04-08 13:04:23 -04:00
register_monitor.go bump go module to v3 2021-02-22 09:03:51 +01:00
register_networks.go [CI:DOCS] Update swagger for inspect network 2021-06-08 15:23:46 -07:00
register_ping.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_play.go add --mac-address to podman play kube 2021-05-04 20:14:13 +02:00
register_plugins.go bump go module to v3 2021-02-22 09:03:51 +01:00
register_pods.go [CI:DOCS] Correct status code for /pods/create 2021-04-12 09:33:51 -07:00
register_secrets.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_swagger.go bump go module to v3 2021-02-22 09:03:51 +01:00
register_swarm.go bump go module to v3 2021-02-22 09:03:51 +01:00
register_system.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_version.go [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00
register_volumes.go Add support for volume prune until filter to http api 2021-06-22 22:51:53 +02:00
server.go Add CORS support 2021-06-04 16:14:52 +03:00
swagger.go swagger: update system version response body 2021-03-29 14:25:25 +00:00