podman/pkg/specgen/generate
Jan Kaluza 224e791161 Replace podman pause image with rootfs.
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>
2025-04-17 08:36:27 +02:00
..
kube Replace podman pause image with rootfs. 2025-04-17 08:36:27 +02:00
config_common.go
config_common_test.go
config_freebsd.go Fix errcheck warnings on freebsd 2025-04-02 13:35:14 -07:00
config_linux.go Add cdi-spec-dir option to top level options. 2025-03-28 11:24:57 +01:00
config_linux_seccomp.go
config_linux_test.go
container.go Fix overwriting the Healthcheck configuration from the image 2025-04-03 15:52:05 +02:00
container_create.go replace deprecated selinux/label calls 2025-03-24 17:44:43 +01:00
namespaces.go Add --no-hostname option 2025-01-15 06:51:32 -05:00
namespaces_freebsd.go pkg/specgen/generate: fix S1002 on freebsd 2025-04-02 13:35:14 -07:00
namespaces_linux.go
oci.go
oci_freebsd.go pkg/specgen: fix ST1019 on freebsd 2025-04-02 13:35:14 -07:00
oci_linux.go Add cdi-spec-dir option to top level options. 2025-03-28 11:24:57 +01:00
pause_image.go Replace podman pause image with rootfs. 2025-04-17 08:36:27 +02:00
pod_create.go Replace podman pause image with rootfs. 2025-04-17 08:36:27 +02:00
pod_create_test.go
ports.go allow exposed sctp ports 2024-09-18 14:24:45 +02:00
ports_bench_test.go
ports_test.go
security_freebsd.go
security_linux.go replace deprecated selinux/label calls 2025-03-24 17:44:43 +01:00
storage.go Overlay mounts supersede image volumes & volumes-from 2024-11-15 08:26:16 -05:00
storage_freebsd.go
storage_linux.go
validate_freebsd.go pkg/specgen/generate: fix unused warning on freebsd 2025-03-31 12:30:43 -07:00
validate_linux.go