v5.0.3
What's Changed
- Upgrade for podman v5.0.3
- libslurp v4.8.0
- slirp4netns v1.3.1
- Using crun 1.15 (previously 1.14.4)
Verify file integrity / signature
Download the archive (.tar.gz file) along with the .asc file.
Retrieve public key from key server.
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C1EAB6D69BC45DCB758A46B9B874F7B61B16FBA6
Verify the signed archive using GPG and signature (.asc) file.
AMD64:
gpg --batch --verify podman-linux-amd64.tar.gz.asc podman-linux-amd64.tar.gz
ARM64:
gpg --batch --verify podman-linux-arm64.tar.gz.asc podman-linux-arm64.tar.gz
Full Changelog: v5.0.2...v5.0.3 ( primary commit )