Releases: trentapple/podman-static
Releases · trentapple/podman-static
v5.2.1
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
v5.1.1
What's Changed
- podman v5.1.1
- netavark v1.11.0
- Clean up any remaining (disabled or commented out) CNI lines
- Delete conf/cni/net.d directory by @trentapple in #11
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.3...v5.1.1
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 )
v5.0.2
Full Changelog: v5.0.0-epsilon...v5.0.2
- Initial podman version 5.0.2 upgrade
- Starting in my v5.0.0-epsilon build it removes CNI plugins and adds Netavark as default networking stack
- Updates to dependencies (connmon to 2.1.11)
v5.0.0
- Initial podman version 5 upgrade
- Removes CNI and adds Netavark
- Updates to dependencies
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: v4.9.3...v5.0.0-epsilon
v4.9.3
- Update to podman 4.8.3
- Update dependencies
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
v4.8.3
- Update to podman 4.8.3
- Update dependencies
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 signed archive.
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
v4.8.1
- Update to podman 4.8.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 C1EAB6D69BC45DCB758A46B9B874F7B61B16FBA6
Verify signed archive.
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
v4.6.1
- Update to podman 4.6.1.
Verify file integrity / signature
Download the archive along with the .asc file.
- Retrieve public key from key server.
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C1EAB6D69BC45DCB758A46B9B874F7B61B16FBA6
- Verify signed archive.
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
v4.6.0: feat: bump podman 4.6.0, update dependencies
* libfuse 3.15.1 * crun 1.8.6 * alpine:3.18 Closes #64