mirror of
https://github.com/containers/podman.git
synced 2025-09-09 19:52:21 +08:00
Add podman static build
We’re now able to build a static podman binary based on a custom nix derivation. This is integrated in cirrus as well, whereas a later target would be to provide a self-contained static binary bundle which can be installed on any Linux x64-bit system. Fixes: https://github.com/containers/libpod/issues/1399 Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
@ -180,3 +180,9 @@ Podman offers a Varlink-based API for remote management of containers.
|
||||
However, this API has been deprecated by the REST API.
|
||||
Varlink support is in maintenance mode, and will be removed in a future 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 a static Podman binary for testing purposes. Please note that
|
||||
this binary is not officially supported with respect to feature-completeness
|
||||
and functionality and should be only used for testing.
|
||||
|
Reference in New Issue
Block a user