podman/DOWNLOADS.md
Daniel J Walsh 338b283935
Add containers.conf read-only flag support
If you are running temporary containers within podman play kube
we should really be running these in read-only mode. For automotive
they plan on running all of their containers in read-only temporal
mode. Adding this option guarantees that the container image is not
being modified during the running of the container.

The containers can only write to tmpfs mounted directories.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-12-22 11:57:28 -05:00

4.2 KiB

PODMAN logo

Downloads

Latest signed/official

The latest Podman release version is always available on the GitHub releases page. These are official, signed, sealed, and blessed artifacts intended for general use. Though for super-serious production use, please utilize the pre-packaged podman provided by your OS/Distro vendor.

CI Artifacts

If you're looking for something even more bleeding-edge, esp. for testing purposes and/or in other CI systems. There are several permalinks available depending on how much you want to download. Everything inside has at least gone through and passed CI testing. However, they are all unsigned, and frequently changing. Perfectly fine for non-production testing but please don't take them beyond that.

  • Giant artifacts archive containing every binary produced in CI from the most recent successful run. Warning: This file is pretty large, expect a 700+MB download. However, it's guaranteed to contain everything, where as the items below can change or become unavailable due to somebody forgetting to update this doc.