Releases: 89luca89/podman-launcher
Releases · 89luca89/podman-launcher
v0.0.5
v0.0.4
v0.0.3
- Update
crun
to 1.9 - Include assets in release
- Now the launcher is an importable package for your project!
- Resolve issue with zombie
podman cleanup container
process remaining hanging - Resolve issue with
exec
process sometimes hanging
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- feat: add support for a PODMAN_STATIC_TARGET_DIR env var by @mirkobrombin in #1
- feat: add support for a PODMAN_STATIC_TMP_DIR env var, to use paths different than /var/tmp/podman-static
- main: use exec.Command instead of syscall.Exec
- chore: improve missing file detections to trigger a new unpack
- chore: improve flag detection for signature-policy flag injection
- fix: handle missing config files, Fix #2
- build: support arm64 builds
New Contributors
- @mirkobrombin made their first contribution in #1
Full Changelog: v0.0.1...v0.0.2