Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@ This image provides various versions that are available via tags. Please read th
| Tag | Available | Description |
| :----: | :----: |--- |
| latest | ✅ | XFCE Alpine |
| alpine-i3 | ✅ | i3 Alpine |
| alpine-i3 | ✅ | i3 Alpine *Wayland Support |
| alpine-kde | ✅ | KDE Alpine *Wayland Only |
| alpine-mate | ✅ | MATE Alpine |
| arch-i3 | ✅ | i3 Arch |
| arch-kde | ✅ | KDE Arch |
| arch-i3 | ✅ | i3 Arch *Wayland Support |
| arch-kde | ✅ | KDE Arch *Wayland Support |
| arch-mate | ✅ | MATE Arch |
| arch-xfce | ✅ | XFCE Arch |
| debian-i3 | ✅ | i3 Debian |
| debian-i3 | ✅ | i3 Debian *Wayland Support |
| debian-kde | ✅ | KDE Debian |
| debian-mate | ✅ | MATE Debian |
| debian-xfce | ✅ | XFCE Debian |
| el-i3 | ✅ | i3 Enterprise Linux |
| el-mate | ✅ | MATE Enterprise Linux |
| el-xfce | ✅ | XFCE Enterprise Linux |
| fedora-i3 | ✅ | i3 Fedora |
| fedora-kde | ✅ | KDE Fedora |
| fedora-i3 | ✅ | i3 Fedora *Wayland Support |
| fedora-kde | ✅ | KDE Fedora *Wayland Support |
| fedora-mate | ✅ | MATE Fedora |
| fedora-xfce | ✅ | XFCE Fedora |
| ubuntu-i3 | ✅ | i3 Ubuntu |
| ubuntu-i3 | ✅ | i3 Ubuntu *Wayland Support |
| ubuntu-kde | ✅ | KDE Ubuntu |
| ubuntu-mate | ✅ | MATE Ubuntu |
| ubuntu-xfce | ✅ | XFCE Ubuntu |
Expand Down Expand Up @@ -642,6 +642,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **27.12.25:** - Update tags that support Wayland to pass ozone platform for chromium.
* **27.12.25:** - Rebase Alpine images to 3.23.
* **17.11.25:** - Rebase Fedora images to 43.
* **24.07.25:** - Rebase Debian images to Trixie.
Expand Down
15 changes: 8 additions & 7 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ available_architectures:
development_versions: true
development_versions_items:
- {tag: "latest", desc: "XFCE Alpine"}
- {tag: "alpine-i3", desc: "i3 Alpine"}
- {tag: "alpine-i3", desc: "i3 Alpine *Wayland Support"}
- {tag: "alpine-kde", desc: "KDE Alpine *Wayland Only"}
- {tag: "alpine-mate", desc: "MATE Alpine"}
- {tag: "arch-i3", desc: "i3 Arch"}
- {tag: "arch-kde", desc: "KDE Arch"}
- {tag: "arch-i3", desc: "i3 Arch *Wayland Support"}
- {tag: "arch-kde", desc: "KDE Arch *Wayland Support"}
- {tag: "arch-mate", desc: "MATE Arch"}
- {tag: "arch-xfce", desc: "XFCE Arch"}
- {tag: "debian-i3", desc: "i3 Debian"}
- {tag: "debian-i3", desc: "i3 Debian *Wayland Support"}
- {tag: "debian-kde", desc: "KDE Debian"}
- {tag: "debian-mate", desc: "MATE Debian"}
- {tag: "debian-xfce", desc: "XFCE Debian"}
- {tag: "el-i3", desc: "i3 Enterprise Linux"}
- {tag: "el-mate", desc: "MATE Enterprise Linux"}
- {tag: "el-xfce", desc: "XFCE Enterprise Linux"}
- {tag: "fedora-i3", desc: "i3 Fedora"}
- {tag: "fedora-kde", desc: "KDE Fedora"}
- {tag: "fedora-i3", desc: "i3 Fedora *Wayland Support"}
- {tag: "fedora-kde", desc: "KDE Fedora *Wayland Support"}
- {tag: "fedora-mate", desc: "MATE Fedora"}
- {tag: "fedora-xfce", desc: "XFCE Fedora"}
- {tag: "ubuntu-i3", desc: "i3 Ubuntu"}
- {tag: "ubuntu-i3", desc: "i3 Ubuntu *Wayland Support"}
- {tag: "ubuntu-kde", desc: "KDE Ubuntu"}
- {tag: "ubuntu-mate", desc: "MATE Ubuntu"}
- {tag: "ubuntu-xfce", desc: "XFCE Ubuntu"}
Expand Down Expand Up @@ -126,6 +126,7 @@ init_diagram: |
"webtop:latest" <- Base Images
# changelog
changelogs:
- {date: "27.12.25:", desc: "Update tags that support Wayland to pass ozone platform for chromium."}
- {date: "27.12.25:", desc: "Rebase Alpine images to 3.23."}
- {date: "17.11.25:", desc: "Rebase Fedora images to 43."}
- {date: "24.07.25:", desc: "Rebase Debian images to Trixie."}
Expand Down