From 1a82cd465aaa8a08c1edaf02fb93497e66e7959b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 6 Jul 2025 22:04:41 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-xvfb.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/images/docker-xvfb.md diff --git a/docs/images/docker-xvfb.md b/docs/images/docker-xvfb.md new file mode 100644 index 0000000000..86cfdcc9cc --- /dev/null +++ b/docs/images/docker-xvfb.md @@ -0,0 +1,30 @@ +--- +title: xvfb +--- + + +# 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 | +| Enterprise Linux | el9 | +| Fedora | fedora42 | +| 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." }