Skip to content

Commit

Permalink
don't provide for embedded components (#36172)
Browse files Browse the repository at this point in the history
melange's sca rightfully picks up provides for the embedded components
(like containerd), so avoid providing these via k3s-static.

Signed-off-by: Josh Wolf <[email protected]>
  • Loading branch information
joshrwolf authored Dec 10, 2024
1 parent b172df5 commit b28b2dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k3s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: k3s
version: 1.31.2.1
epoch: 4
epoch: 5
description:
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -154,6 +154,9 @@ subpackages:
- runc
- umount
- kmod
options:
# Do not provide copies of the statically linked embedded components (like containerd)
no-provides: true
pipeline:
- runs: |
sed -i '/VERSION_RUNC=$(get-module-version github.com\/opencontainers\/runc)/a VERSION_RUNC="v1.1.14"' ./scripts/version.sh
Expand Down

0 comments on commit b28b2dc

Please sign in to comment.