spiegel_podman/vendor/github.com/containers/storage/pkg/reexec
tomsweeneyredhat 2ba0070cc4
Bump runc to 1.2.9, Buildah 1.29.6
Cherry picked from commit 2e8bce201e with
additional updates required for the v4.2.0-rhel branch.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>

Assisted by AI: Cursor <Auto>
Signed-off-by: Chris Evich <cevich@redhat.com>
2026-01-28 10:45:58 -05:00
..
command_freebsd.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
command_linux.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
command_unix.go Vendor in containers/(common, storage, image) 2022-05-02 17:16:10 -04:00
command_unsupported.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
command_windows.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
reexec.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00

reexec

The reexec package facilitates the busybox style reexec of the docker binary that we require because of the forking limitations of using Go. Handlers can be registered with a name and the argv 0 of the exec of the binary will be used to find and execute custom init paths.