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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-selkies:alpine323
FROM ghcr.io/linuxserver/baseimage-selkies:alpine324

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-alpine323
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-alpine324

# set version label
ARG BUILD_DATE
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This image provides various versions that are available via tags. Please read th

| Tag | Available | Description |
| :----: | :----: |--- |
| latest | ✅ | XFCE Alpine |
| latest | ✅ | XFCE Alpine *Wayland Support |
| alpine-i3 | ✅ | i3 Alpine *Wayland Support |
| alpine-kde | ✅ | KDE Alpine *Wayland Only |
| alpine-mate | ✅ | MATE Alpine |
Expand Down Expand Up @@ -670,6 +670,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **10.06.26:** - Rebase Alpine images to 3.24.
* **07.05.26:** - Deprecate Enterprise Linux tags.
* **07.04.26:** - Rebase Ubuntu images to Resolute.
* **26.03.26:** - Rebase Fedora images to 44.
Expand Down
3 changes: 2 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ available_architectures:
# development version
development_versions: true
development_versions_items:
- {tag: "latest", desc: "XFCE Alpine"}
- {tag: "latest", desc: "XFCE Alpine *Wayland Support"}
- {tag: "alpine-i3", desc: "i3 Alpine *Wayland Support"}
- {tag: "alpine-kde", desc: "KDE Alpine *Wayland Only"}
- {tag: "alpine-mate", desc: "MATE Alpine"}
Expand Down Expand Up @@ -123,6 +123,7 @@ init_diagram: |
"webtop:latest" <- Base Images
# changelog
changelogs:
- {date: "10.06.26:", desc: "Rebase Alpine images to 3.24."}
- {date: "07.05.26:", desc: "Deprecate Enterprise Linux tags."}
- {date: "07.04.26:", desc: "Rebase Ubuntu images to Resolute."}
- {date: "26.03.26:", desc: "Rebase Fedora images to 44."}
Expand Down
4 changes: 1 addition & 3 deletions root/defaults/startwm_wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
fi

# Start DE
WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
sleep 2
exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1
WAYLAND_DISPLAY=wayland-1 startxfce4 --wayland > /dev/null 2>&1