A layer for adding extra udev rules to your image. Use this for better hardware support!
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
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.
- Gaming controllers from game-devices-udev
- Google Titan USB keys
- OpenRGB rules
- Yubikey support
- Wooting Wootility
If you have a rule you want to contribute send a pull request by adding the rule into etc/udev/rules.d
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