/ostree-zfs-kmod

Primary LanguageDockerfileApache License 2.0Apache-2.0

ostree-zfs-kmods

build-zfs-kmods

What is this?

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.

Features

This image currently contains:

  • ZFS (including debug packages)

NOTE: the ZFS kmods are not yet signed to enable secure boot

Usage

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.

Verification

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

Reading