What's Changed
- Build netavark using rust in #13
- Update Dockerfile with latest supported dependencies for podman v5.2.1
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 F21FFB49829AC71EEDC6AD1E7D6456922DAE0D70
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.1.1...v5.2.1