podman/libpod/define
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
..
annotations.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
config.go Add --umask flag for create, run 2020-07-21 14:22:30 -04:00
container.go Add restart-policy to container filters & --filter to podman start 2021-05-06 14:35:15 +03:00
container_inspect.go Support uid,gid,mode options for secrets 2021-05-17 14:35:55 -04:00
containerstate.go Podman Stats additional features 2021-06-23 09:23:40 -04:00
diff.go podman diff accept two images or containers 2021-07-02 17:11:56 +02:00
errors.go Improve OCI Runtime error 2021-05-22 04:58:48 -04:00
exec_codes.go Revert "Exec: use ErrorConmonRead" 2020-03-09 09:50:40 -04:00
fileinfo.go Fixes from make codespell 2021-04-21 13:16:33 -04:00
healthchecks.go Fix remote integration for healthchecks 2020-05-20 14:43:01 -05:00
info.go Podman info add support for status of cgroup controllers 2021-05-24 16:55:23 +05:30
mount.go separate file with mount consts in libpod/define 2021-03-07 12:01:04 +01:00
pod_inspect.go Podman Pod Create --cpus and --cpuset-cpus flags 2021-06-23 13:47:57 -04:00
podstate.go Add a Degraded state to pods 2020-10-21 13:31:40 -04:00
runtime.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
terminal.go prune remotecommand dependency 2021-02-25 10:02:41 -06:00
version.go Use version package to track all versions 2021-03-03 17:03:19 -07:00
volume_inspect.go Initial implementation of volume plugins 2021-01-14 15:35:33 -05:00