podman/libpod
OpenShift Merge Robot 68585b0168
Merge pull request #10848 from vrothberg/update-libimage
vendor containers/common@main
2021-07-16 11:12:44 -04:00
..
common
define podman pod create --pid flag 2021-07-15 10:34:09 -04:00
driver
events Add ExecDied event and use it to retrieve exit codes 2021-06-10 14:17:41 -04:00
layers
linkmode
lock
logs Implemented Until Query Parameter for Containers/logs 2021-07-09 12:21:46 -04:00
network Fix network create macvlan with subnet option 2021-05-20 13:12:01 +02:00
plugin
shutdown Fixes from make codespell 2021-04-21 13:16:33 -04:00
boltdb_state.go Removing a non existing container API should return 404 2021-03-10 04:08:29 -05:00
boltdb_state_internal.go Add --requires flag to podman run/create 2021-04-06 14:01:31 -04:00
boltdb_state_linux.go
boltdb_state_unsupported.go
common_test.go
container.go container: ignore named hierarchies 2021-06-10 14:49:58 +02:00
container_api.go Implement --archive flag for podman cp 2021-07-01 12:01:46 +02:00
container_commit.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
container_config.go Support uid,gid,mode options for secrets 2021-05-17 14:35:55 -04:00
container_copy_linux.go Implement --archive flag for podman cp 2021-07-01 12:01:46 +02:00
container_copy_unsupported.go
container_exec.go Fix resize race with podman exec -it 2021-06-16 16:43:30 +02:00
container_graph.go
container_graph_test.go
container_inspect.go Fix problem copying files when container is in host pid namespace 2021-05-19 07:55:48 -04:00
container_internal.go [NO TESTS NEEDED] Create /etc/mtab with the correct ownership 2021-06-23 14:46:40 -04:00
container_internal_linux.go fix: uid/gid for volume mounted to existing dir 2021-07-12 14:56:55 +02:00
container_internal_linux_test.go
container_internal_test.go
container_internal_unsupported.go Fix permissions on initially created named volumes 2021-06-14 11:56:48 -04:00
container_linux.go
container_log.go Implemented Until Query Parameter for Containers/logs 2021-07-09 12:21:46 -04:00
container_log_linux.go Implemented Until Query Parameter for Containers/logs 2021-07-09 12:21:46 -04:00
container_log_unsupported.go
container_path_resolution.go Fix infinite loop in isPathOnVolume 2021-05-06 19:24:14 +03:00
container_stat_linux.go podman cp: evaluate symlink correctly when copying from container 2021-03-09 10:45:15 +01:00
container_stat_unsupported.go
container_top_linux.go
container_top_unsupported.go
container_unsupported.go
container_validate.go Podman Pod Create --cpus and --cpuset-cpus flags 2021-06-23 13:47:57 -04:00
diff.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
events.go Add ExecDied event and use it to retrieve exit codes 2021-06-10 14:17:41 -04:00
healthcheck.go
healthcheck_linux.go
healthcheck_unsupported.go
info.go remove `pkg/registries` 2021-06-25 09:56:21 +02:00
kube.go Adds support to preserve auto update labels in generate and play kube 2021-05-06 21:21:43 -06:00
mounts_linux.go
networking_linux.go Merge pull request #10939 from Luap99/rootless-cni 2021-07-15 11:11:10 -04:00
networking_slirp4netns.go podman service reaper 2021-07-02 19:00:36 +02:00
networking_unsupported.go
oci.go Fix resize race with podman exec -it 2021-06-16 16:43:30 +02:00
oci_attach_linux.go Fix resize race with podman exec -it 2021-06-16 16:43:30 +02:00
oci_attach_unsupported.go
oci_conmon.go
oci_conmon_exec_linux.go Perform a one-sided close of HTTP attach conn on EOF 2021-07-13 16:26:53 -04:00
oci_conmon_linux.go Fix pre-checkpointing 2021-06-10 15:29:24 +02:00
oci_conmon_unsupported.go
oci_missing.go Fix resize race with podman exec -it 2021-06-16 16:43:30 +02:00
oci_util.go
options.go --infra-name command line argument 2021-07-15 21:27:51 -03:00
pod.go --infra-name command line argument 2021-07-15 21:27:51 -03:00
pod_api.go podman pod create --pid flag 2021-07-15 10:34:09 -04:00
pod_internal.go cgroup: fix rootless --cgroup-parent with pods 2021-05-06 08:33:28 +02:00
pod_status.go
pod_top_linux.go
pod_top_unsupported.go
reset.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
runtime.go Remove GetStore function from Libpod 2021-07-08 14:22:33 -04:00
runtime_cstorage.go
runtime_ctr.go Ensure that container still exists when removing 2021-05-26 15:33:28 -04:00
runtime_img.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
runtime_migrate.go
runtime_migrate_unsupported.go
runtime_pod.go
runtime_pod_infra_linux.go --infra-name command line argument 2021-07-15 21:27:51 -03:00
runtime_pod_linux.go podman pod create --pid flag 2021-07-15 10:34:09 -04:00
runtime_pod_unsupported.go
runtime_renumber.go
runtime_volume.go
runtime_volume_linux.go
runtime_volume_unsupported.go
state.go
state_test.go Remove in-memory state implementation 2021-04-13 14:00:38 -04:00
stats.go Podman Stats additional features 2021-06-23 09:23:40 -04:00
stats_unsupported.go
storage.go
util.go Use seccomp_profile as default profile if defined in containers.conf 2021-04-28 15:19:48 +02:00
util_linux.go
util_linux_test.go
util_test.go
util_unsupported.go
volume.go
volume_inspect.go
volume_internal.go Fix volumes with uid and gid options 2021-06-11 13:27:08 +02:00
volume_internal_linux.go [NO TESTS NEEDED] Fix rootless volume plugins 2021-03-24 22:53:53 +03:00
volume_internal_unsupported.go