debian-forge-composer/vendor/github.com/containers/storage/pkg/reexec
Tomáš Hozza 8514c95837 Update 'images' to v0.113.0
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2025-02-03 19:58:37 +01:00
..
command_freebsd.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
command_linux.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
command_unix.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
command_unsupported.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
command_windows.go Update 'images' to v0.113.0 2025-02-03 19:58:37 +01:00
README.md container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
reexec.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02: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.