mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Merge pull request #3615 from vrothberg/build-tags
install.md: mention all build tags
This commit is contained in:
18
install.md
18
install.md
@ -318,11 +318,19 @@ To add build tags to the make option the `BUILDTAGS` variable must be set, for e
|
||||
make BUILDTAGS='seccomp apparmor'
|
||||
```
|
||||
|
||||
| Build Tag | Feature | Dependency |
|
||||
|-----------|------------------------------------|-------------|
|
||||
| seccomp | syscall filtering | libseccomp |
|
||||
| selinux | selinux process and mount labeling | libselinux |
|
||||
| apparmor | apparmor profile support | libapparmor |
|
||||
| Build Tag | Feature | Dependency |
|
||||
|----------------------------------|------------------------------------|----------------------|
|
||||
| apparmor | apparmor support | libapparmor |
|
||||
| exclude_graphdriver_btrfs | exclude btrfs | libbtrfs |
|
||||
| exclude_graphdriver_devicemapper | exclude device-mapper | libdm |
|
||||
| libdm_no_deferred_remove | exclude deferred removal in libdm | libdm |
|
||||
| ostree | ostree support (requires selinux) | ostree-1, libselinux |
|
||||
| containers_image_ostree_stub | exclude ostree | |
|
||||
| seccomp | syscall filtering | libseccomp |
|
||||
| selinux | selinux process and mount labeling | |
|
||||
| systemd | journald logging | libsystemd |
|
||||
|
||||
Note that Podman does not officially support device-mapper. Thus, the `exclude_graphdriver_devicemapper` tag is mandatory.
|
||||
|
||||
### Vendoring - Dependency Management
|
||||
|
||||
|
Reference in New Issue
Block a user