A fork of bsherman/ucore-kmods; to provide zfs kernel modules for use in Fedora-ostree-desktops images.
The build-zfs-kmods
work flow is scheduled run daily at 4:15 UTC, approximately after the fedora-ostree-desktops
image is produced.
This image currently contains:
- ZFS (including debug packages)
Add this to your Containerfile to install all the typically intalled RPMs:
COPY --from=ghcr.io/mitchejj/ostree-zfs-kmods:latest /*.rpm /rpms
RUN rpm-ostree install /rpms/*.rpm
Note: this install command filters out packages likely not needed unless doing development or debugging. But they are available in their respective sub-directories.
These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub
key from this repo and running the following command:
cosign verify --key cosign.pub ghcr.io/mitchejj/ostree-zfs-kmods