Skip to content

Commit 9ebde22

Browse files
stackit-skenschad
andauthored
[release-v1.31] Pin apko package versions (#624)
* Pin versions & include verify before building Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud> * remove verify Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud> * pin xfsprogs-core Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud> * add comment Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud> --------- Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud> Co-authored-by: Niclas Schad <niclas.schad@stackit.cloud>
1 parent be50524 commit 9ebde22

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

cmd/stackit-csi-plugin/apko-base-image.yaml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ contents:
44
repositories:
55
- https://packages.wolfi.dev/os
66
packages:
7-
- ca-certificates
8-
- blkid
9-
- blockdev
10-
- e2fsprogs
11-
- e2fsprogs-extra
12-
- lsblk
13-
- mount
14-
- umount
15-
- btrfs-progs
16-
- udev
17-
- util-linux-misc # contains fsck
18-
- xfsprogs
19-
- xfsprogs-extra # contains xfs_io
20-
- findmnt
7+
- busybox # required by fsck.xfs as it is a sh script
8+
- ca-certificates=~20250911
9+
- blkid=~2.41.2
10+
- blockdev=~2.41.2
11+
- e2fsprogs=~1.47.3
12+
- e2fsprogs-extra=~1.47.3
13+
- lsblk=~2.41.2
14+
- mount=~2.41.2
15+
- umount=~2.41.2
16+
- btrfs-progs=~6.17
17+
- udev=~258.1
18+
- util-linux-misc=~2.41.2 # contains fsck
19+
- xfsprogs=~6.17.0
20+
- xfsprogs-core=~6.17.0
21+
- xfsprogs-extra=~6.17.0 # contains xfs_io
22+
- findmnt=~2.41.2
2123

2224
accounts:
2325
run-as: root

tools/csi-deps-check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ set -o errexit
3030
/sbin/mke2fs -V
3131
/sbin/mkfs.ext4 -V
3232
/sbin/mkfs.xfs -V
33+
/usr/bin/fsck.xfs
3334
/usr/sbin/xfs_io -V # not used by mount-utils though
3435
/sbin/xfs_repair -V
3536
/usr/sbin/xfs_growfs -V

0 commit comments

Comments
 (0)