https://github.com/linuxserver/docker-xvfb
Xvfb built for many distros with DRI3 support as a binary swapout.
https://github.com/linuxserver/docker-xvfb
Last synced: 3 months ago
JSON representation
Xvfb built for many distros with DRI3 support as a binary swapout.
- Host: GitHub
- URL: https://github.com/linuxserver/docker-xvfb
- Owner: linuxserver
- License: gpl-3.0
- Created: 2025-07-06T17:19:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2026-02-13T11:03:40.000Z (4 months ago)
- Last Synced: 2026-02-13T20:08:48.894Z (4 months ago)
- Language: Dockerfile
- Size: 108 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# XVFB patched with DRI3/Glamor
These images contain a patched up to date binary version of xvfb, to apply them to any image simply:
```
FROM lscr.io/linuxserver/xvfb:alpine322 AS xvfb
FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
COPY --from=xvfb / /
```
# Available Distros
All images are built for x86_64 and aarch64 platforms.
| Distro | Current Tag |
| :----: | --- |
| Alpine | alpine322 |
| Arch | arch |
| Debian | debianbookworm |
| Debian | debiantrixie |
| Enterprise Linux | el9 |
| Fedora | fedora43 |
| Kali | kali |
| Ubuntu | ubuntunoble |
The following line is only in this repo for loop testing:
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }