diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-07 11:03:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 11:03:58 +0000 |
commit | 2f11e2ac53269d2aafd0325e17e7c9bfda119dea (patch) | |
tree | c9d6773b8e580a8bb3fdc5b9303182656b188824 /README.md | |
parent | 7d290b3f6245d2bc68e3cb689c5b3252561ae566 (diff) | |
parent | 851349345b4bbf5c4da8a1e5d102e08a3b781a9b (diff) | |
download | podman-2f11e2ac53269d2aafd0325e17e7c9bfda119dea.tar.gz podman-2f11e2ac53269d2aafd0325e17e7c9bfda119dea.tar.bz2 podman-2f11e2ac53269d2aafd0325e17e7c9bfda119dea.zip |
Merge pull request #12526 from cevich/remove_static
[CI:DOCS] Cirrus: Remove remnants of nix-based static build
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -166,13 +166,3 @@ familiar container cli commands. For more details, see the Podman formerly offered a Varlink-based API for remote management of containers. However, this API was replaced by the REST API. Varlink support has been removed as of the 3.0 release. For more details, you can see [this blog](https://podman.io/blogs/2020/01/17/podman-new-api.html). - -## Static Binary Builds -The Cirrus CI integration within this repository contains a `Static_Build` job -which produces static Podman binaries for testing purposes. Please note that -these binaries are not officially supported with respect to feature-completeness -and functionality and should be only used for testing. To download these binaries, -load the build link with the commit SHA at -[main](https://cirrus-ci.com/github/containers/podman/main) or -`https://cirrus-ci.com/github/containers/podman/pull/<selected PR>` -and open the artifacts folder within `Static Build`. |