aboutsummaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-07-22 10:36:39 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-07-23 09:35:22 +0200
commit1c0603e9b8b842390abc2bbe2642fdc76f92a5cd (patch)
treee82b2b9023556e15b11515346b7ca1781f792e24 /install.md
parenta12a2312ac5c6c485eaa1d45e4b7e29d6cc4a9ff (diff)
downloadpodman-1c0603e9b8b842390abc2bbe2642fdc76f92a5cd.tar.gz
podman-1c0603e9b8b842390abc2bbe2642fdc76f92a5cd.tar.bz2
podman-1c0603e9b8b842390abc2bbe2642fdc76f92a5cd.zip
install.md: mention all build tags
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'install.md')
-rw-r--r--install.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/install.md b/install.md
index 5583e9610..49a67f984 100644
--- a/install.md
+++ b/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