Skip to content

v5.0.3

Compare
Choose a tag to compare
@trentapple trentapple released this 18 May 17:39
· 26 commits to main since this release
9488576

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 )