automation-tests/cmd/podman/shared
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
..
parse Set -env variables as appropriate 2019-07-30 12:02:18 -04:00
container.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
create.go Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
create_cli.go golangci-lint pass number 2 2019-07-11 09:13:06 -05:00
create_cli_test.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
funcs.go Use GetRuntimeDir to setup auth.json for login 2019-08-12 14:11:53 -04:00
funcs_test.go Add variable for global flags to runlabel 2019-05-02 12:14:51 -04:00
intermediate.go Add support for launching containers without CGroups 2019-09-10 10:52:37 -04:00
intermediate_novarlink.go podman-remote create|run 2019-04-08 09:05:31 -05:00
intermediate_varlink.go add --pull flag for podman create&run 2019-08-09 15:21:34 -04:00
parallel.go rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
pod.go libpod removal from main (phase 2) 2019-06-27 07:56:24 -05:00
volumes_shared.go Add function for looking up volumes by partial name 2019-09-09 12:06:10 -04:00
workers.go Add basic structure of podman init command 2019-05-01 11:12:24 -04:00