Skip to content

Commit 5f2c9bc

Browse files
authored
update readme for resolute rebase (#405)
1 parent 9b6dd22 commit 5f2c9bc

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This image provides various versions that are available via tags. Please read th
6767
| arch-i3 || i3 Arch *Wayland Support |
6868
| arch-kde || KDE Arch *Wayland Support |
6969
| arch-mate || MATE Arch |
70-
| arch-xfce || XFCE Arch |
70+
| arch-xfce || XFCE Arch *Wayland Support |
7171
| debian-i3 || i3 Debian *Wayland Support |
7272
| debian-kde || KDE Debian |
7373
| debian-mate || MATE Debian |
@@ -80,9 +80,9 @@ This image provides various versions that are available via tags. Please read th
8080
| fedora-mate || MATE Fedora |
8181
| fedora-xfce || XFCE Fedora |
8282
| ubuntu-i3 || i3 Ubuntu *Wayland Support |
83-
| ubuntu-kde || KDE Ubuntu |
83+
| ubuntu-kde || KDE Ubuntu *Wayland Only |
8484
| ubuntu-mate || MATE Ubuntu |
85-
| ubuntu-xfce || XFCE Ubuntu |
85+
| ubuntu-xfce || XFCE Ubuntu *Wayland Support |
8686

8787
## Application Setup
8888

@@ -669,6 +669,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
669669

670670
## Versions
671671

672+
* **07.04.26:** - Rebase Ubuntu images to Resolute.
672673
* **26.03.26:** - Rebase Fedora images to 44.
673674
* **24.03.26:** - Update tags that support Wayland to pass ozone platform for chromium.
674675
* **27.12.25:** - Rebase Alpine images to 3.23.

readme-vars.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ development_versions_items:
2222
- {tag: "arch-i3", desc: "i3 Arch *Wayland Support"}
2323
- {tag: "arch-kde", desc: "KDE Arch *Wayland Support"}
2424
- {tag: "arch-mate", desc: "MATE Arch"}
25-
- {tag: "arch-xfce", desc: "XFCE Arch"}
25+
- {tag: "arch-xfce", desc: "XFCE Arch *Wayland Support"}
2626
- {tag: "debian-i3", desc: "i3 Debian *Wayland Support"}
2727
- {tag: "debian-kde", desc: "KDE Debian"}
2828
- {tag: "debian-mate", desc: "MATE Debian"}
@@ -35,9 +35,9 @@ development_versions_items:
3535
- {tag: "fedora-mate", desc: "MATE Fedora"}
3636
- {tag: "fedora-xfce", desc: "XFCE Fedora"}
3737
- {tag: "ubuntu-i3", desc: "i3 Ubuntu *Wayland Support"}
38-
- {tag: "ubuntu-kde", desc: "KDE Ubuntu"}
38+
- {tag: "ubuntu-kde", desc: "KDE Ubuntu *Wayland Only"}
3939
- {tag: "ubuntu-mate", desc: "MATE Ubuntu"}
40-
- {tag: "ubuntu-xfce", desc: "XFCE Ubuntu"}
40+
- {tag: "ubuntu-xfce", desc: "XFCE Ubuntu *Wayland Support"}
4141
# container parameters
4242
param_container_name: "{{ project_name }}"
4343
param_usage_include_vols: true
@@ -126,6 +126,7 @@ init_diagram: |
126126
"webtop:latest" <- Base Images
127127
# changelog
128128
changelogs:
129+
- {date: "07.04.26:", desc: "Rebase Ubuntu images to Resolute."}
129130
- {date: "26.03.26:", desc: "Rebase Fedora images to 44."}
130131
- {date: "24.03.26:", desc: "Update tags that support Wayland to pass ozone platform for chromium."}
131132
- {date: "27.12.25:", desc: "Rebase Alpine images to 3.23."}

0 commit comments

Comments
 (0)