Skip to content

Commit

Permalink
feat: include nsenter when building util-linux binaries
Browse files Browse the repository at this point in the history
This should provide enough compatibility for Linkerd CNI.

Signed-off-by: Mark S <the@wondersmith.dev>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
the-wondersmith authored and smira committed May 23, 2024
1 parent 8abfa20 commit d1a0ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ cosign verify --certificate-identity-regexp '@siderolabs\.com$' --certificate-oi

#### Tools

| Name | Description | Version Format |
| ------------------------------------- | ---------------------------------- | ------------------ |
| [util-linux-tools](tools/util-linux/) | Util Linux tools (only fstrim now) | `upstream version` |
| Name | Description | Version Format |
| ------------------------------------- | ----------------------------------------- | ------------------ |
| [util-linux-tools](tools/util-linux/) | Util Linux tools (`fstrim` and `nsenter`) | `upstream version` |

## Building Extensions

Expand Down
1 change: 1 addition & 0 deletions tools/util-linux/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ steps:
--disable-all-programs \
--enable-libmount \
--enable-libblkid \
--enable-nsenter \
--enable-fstrim \
- |
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml
Expand Down

0 comments on commit d1a0ce8

Please sign in to comment.