| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/podman-sequoia/ |
Upload File : |
# podman-sequoia
This directory contains the source code of a C shared library
(`libpodman_sequoia.so`) that enables to use [sequoia-pgp] as a signing
backend.
For building, you need rustc (version 1.79 or later), cargo, and
openssl-devel. For testing, you also need the `sq` command (version
1.3.0 or later).
## Building
To build the shared library and bindings on Linux, do:
```console
$ PREFIX=/usr LIBDIR="\${prefix}/lib64" cargo build --release
```
On macOS, prefix the command with one more value:
```console
$ DYLD_FALLBACK_LIBRARY_PATH="$(xcode-select --print-path)/Toolchains/XcodeDefault.xctoolchain/usr/lib/" PREFIX=…
```
## Installing
Just copy the shared library in the library search path:
```console
$ sudo cp -a rust/target/release/libpodman_sequoia.* /usr/lib64
```
## Testing
To test, in the top-level directory of containers image, do:
```console
$ LD_LIBRARY_PATH=$PWD/signature/internal/sequoia/rust/target/release \
make BUILDTAGS=containers_image_sequoia
```
## License
Apache License 2.0
SPDX-License-Identifier: Apache-2.0
[sequoia-pgp]: https://sequoia-pgp.org/