-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme-vars.yml
More file actions
35 lines (28 loc) · 880 Bytes
/
readme-vars.yml
File metadata and controls
35 lines (28 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
# project information
project_name: xvfb
project_categories: "Internal"
full_custom_readme: |
{% raw -%}
# 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 | 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." }
{%- endraw %}