Skip to content
 
 

Repository files navigation

build-ublue

udev-rules

A layer for adding extra udev rules to your image. Use this for better hardware support!

Usage

Add this to your Containerfile to copy the rules over:

COPY --from=ghcr.io/ublue-os/udev-rules:latest /ublue-os-udev-rules /

Or if you prefer to install via an RPM package:

COPY --from=ghcr.io/ublue-os/udev-rules:latest /ublue-os-udev-rules.noarch.rpm /
RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm

Features

Feel free to PR more rules into this repo! Ideally as they get added upstream we can remove them here. Note that this image only contains the udev rules, you must still install and configure the software that needs these rules.

Adding rules

If you have a rule you want to contribute send a pull request by adding the rule into etc/udev/rules.d

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/ublue-os/udev-rules

About

A layer for adding udev rules

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages