github.com/containers/podman/v5@v5.1.0-rc1/DOWNLOADS.md (about)

     1  ![PODMAN logo](https://raw.githubusercontent.com/containers/common/main/logos/podman-logo-full-vert.png)
     2  
     3  # Downloads
     4  
     5  ## Latest signed/official
     6  
     7  [The latest Podman release version is always available on the GitHub releases
     8  page](https://github.com/containers/podman/releases/latest).  These are official,
     9  signed, sealed, and blessed artifacts intended for general use.  Though for
    10  super-serious production use, please utilize the pre-packaged podman provided
    11  by your OS/Distro vendor.
    12  
    13  ## CI Artifacts
    14  
    15  If you're looking for something even more bleeding-edge, esp. for testing
    16  purposes and/or in other CI systems.  There are several permalinks available
    17  depending on how much you want to download.  Everything inside has at least
    18  gone through and passed CI testing.  However, **they are all unsigned**, and
    19  frequently changing.  Perfectly fine for non-production testing but please
    20  don't take them beyond that.
    21  
    22  * [Giant artifacts
    23    archive](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary.zip)
    24    containing every binary produced in CI from the most recent successful run.
    25    *Warning*: This file is pretty large, expect a 700+MB download.  However,
    26    it's guaranteed to contain everything, where as the items below can change
    27    or become unavailable due to somebody forgetting to update this doc.
    28  
    29  <!--
    30  
    31  WARNING:  The items linked below all come from scripts in the `artifacts_task`
    32  map of `.cirrus.yml`.  When adding or updating any item below, please ensure it
    33  matches corresponding changes in the artifacts task.
    34  
    35  -->
    36  
    37  * Raw dynamically linked ELF (x86_64) binaries for [podman](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman)
    38    , [podman-remote](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote)
    39    , [quadlet](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/quadlet)
    40    , and
    41    [rootlessport](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/rootlessport) -
    42    Built on the latest supported Fedora release.
    43  * MacOS,
    44    [both x86_64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-amd64.pkg)
    45    and
    46    [aarch64 (ARM)](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-installer-macos-aarch64.pkg)
    47    installation packages.  Again, these are **not** signed, so expect warnings. There's
    48    also binary release *ZIP-files* for
    49    [darwin_amd64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-darwin_amd64.zip)
    50    and
    51    [darwin_arm64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-darwin_arm64.zip).
    52    if you try to install them.
    53  * Windows [podman-remote](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-windows_amd64.zip) for x86_64 only.
    54  * Other podman-remote release builds (includes configuration files & documentation):
    55    * [podman-release-386.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-386.tar.gz)
    56    * [podman-release-arm.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-arm.tar.gz)
    57    * [podman-release-arm64.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-arm64.tar.gz)
    58    * [podman-release-mips.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-mips.tar.gz)
    59    * [podman-release-mips64.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-mips64.tar.gz)
    60    * [podman-release-mips64le.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-mips64le.tar.gz)
    61    * [podman-release-mipsle.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-mipsle.tar.gz)
    62    * [podman-release-ppc64le.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-ppc64le.tar.gz)
    63    * [podman-release-s390x.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-s390x.tar.gz)