Skip to content

Commit

Permalink
Merge pull request #331 from joshmcorreia/feature/add_rhel8_build_notes
Browse files Browse the repository at this point in the history
Add RHEL8 notes for building from source
  • Loading branch information
rhatdan authored Sep 18, 2024
2 parents f13de5e + 8bddc80 commit 50c83b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@ To add build tags to the make option the `BUILDTAGS` variable must be set, for e
make BUILDTAGS='seccomp apparmor'
```

If you are building on RHEL8 you'll need to build without btrfs support due to [it being removed](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/file-systems-and-storage_considerations-in-adopting-rhel-8#btrfs-has-been-removed_file-systems-and-storage):
```
make BUILDTAGS="btrfs_noversion exclude_graphdriver_btrfs"
```

| Build Tag | Feature | Dependency |
| -------------------------------- | ---------------------------------- | ----------- |
| apparmor | apparmor support | libapparmor |
Expand Down

0 comments on commit 50c83b1

Please sign in to comment.