mirror of https://github.com/containers/podman.git
This commit removes the code to build a local pause image from the Containerfile. It is replaced with code to find the catatonit binary and include it in the Rootfs. This removes the need to build a local pause container image. The same logic is also applied to createServiceContainer which is originally also based on the pause image. Fixes: #23292 Signed-off-by: Jan Kaluza <jkaluza@redhat.com> |
||
|---|---|---|
| .. | ||
| kube | ||
| config_common.go | ||
| config_common_test.go | ||
| config_freebsd.go | ||
| config_linux.go | ||
| config_linux_seccomp.go | ||
| config_linux_test.go | ||
| container.go | ||
| container_create.go | ||
| namespaces.go | ||
| namespaces_freebsd.go | ||
| namespaces_linux.go | ||
| oci.go | ||
| oci_freebsd.go | ||
| oci_linux.go | ||
| pause_image.go | ||
| pod_create.go | ||
| pod_create_test.go | ||
| ports.go | ||
| ports_bench_test.go | ||
| ports_test.go | ||
| security_freebsd.go | ||
| security_linux.go | ||
| storage.go | ||
| storage_freebsd.go | ||
| storage_linux.go | ||
| validate_freebsd.go | ||
| validate_linux.go | ||