spiegel_podman/pkg/varlinkapi
Miloslav Trmač d3f59bedb3 Update c/image to v4.0.1 and buildah to 1.11.3
This requires updating all import paths throughout, and a matching
buildah update to interoperate.

I can't figure out the reason for go.mod tracking
	github.com/containers/image v3.0.2+incompatible // indirect
((go mod graph) lists it as a direct dependency of libpod, but
(go list -json -m all) lists it as an indirect dependency),
but at least looking at the vendor subdirectory, it doesn't seem
to be actually used in the built binaries.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2019-10-04 20:18:23 +02:00
..
virtwriter remove debug prints 2019-07-23 16:49:04 -04:00
attach.go conditionally send stdin on remote run 2019-09-24 13:43:44 -05:00
config.go Revert "Add VarlinkCall.RequiresUpgrade() type and method" 2019-05-16 14:36:11 -04:00
containers.go rm: add containers eviction with rm --force 2019-09-25 19:44:38 +02:00
containers_create.go podman-remote create|run 2019-04-08 09:05:31 -05:00
events.go journald event logging 2019-04-24 16:00:04 -05:00
generate.go generate systemd: drop support for remote clients 2019-08-21 09:41:07 +02:00
images.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
mount.go podman-remote create|run 2019-04-08 09:05:31 -05:00
pods.go Report errors when trying to pause rootless containers 2019-09-13 08:29:46 -04:00
remote_client.go podman-remote create|run 2019-04-08 09:05:31 -05:00
system.go Return information about mount_program (fuse-overlayfs) 2019-09-06 07:32:42 -04:00
transfers.go Fix the double replySendFile() 2019-07-12 15:36:08 +02:00
util.go podman-remote make --size optional in ps 2019-07-18 09:34:19 -04:00
volumes.go Add function for looking up volumes by partial name 2019-09-09 12:06:10 -04:00