diff --git a/docs/images/docker-steamos.md b/docs/images/docker-steamos.md index c592a4d0c9..6c308c2f1b 100755 --- a/docs/images/docker-steamos.md +++ b/docs/images/docker-steamos.md @@ -6,6 +6,10 @@ description: "[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distr --- +# DEPRECATION NOTICE +This image is deprecated. We will not offer support for this image and it will not be updated. + + # [linuxserver/steamos](https://github.com/linuxserver/docker-steamos) [![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Fsteamos?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh) @@ -17,7 +21,6 @@ description: "[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distr [![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/steamos.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/steamos) [![Docker Stars](https://img.shields.io/docker/stars/linuxserver/steamos.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/steamos) [![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-steamos%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-steamos/job/master/) -[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fsteamos%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/steamos/latest/index.html) [SteamOS](https://www.steamdeck.com/) is an Arch based Linux distribution made by Valve Software. This container is a vanilla Arch install with Steam repositories added for software support. **This container will only work with modern AMD/Intel GPUs on a real Linux Host** @@ -35,10 +38,11 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ❌ | | -| armhf | ❌ | | ## Application Setup +**This container is deprecated and never reached maturity. If you are looking for a true remote play solution for Steam we recommend [Wolf](https://github.com/games-on-whales/wolf), please see [here](https://games-on-whales.github.io/wolf/stable/user/quickstart.html) for quickstart instructions to give it a try.** + *This container is currently in a Beta state and is developing quickly, things will change constantly and it may crash or not function perfectly especially when mixing Steam remote play frame capture with the web based [KasmVNC](https://kasmweb.com/kasmvnc) frame capture* **SteamOS is designed for specific AMD based hardware, this container will only work fully on a host with a modern AMD GPU, Intel ARC/iGPU** @@ -421,53 +425,35 @@ To help with development, we generate this dependency graph. custom services -> legacy-services legacy-services -> ci-service-check init-migrations -> init-adduser - init-kasmvnc-end -> init-config init-os-end -> init-config init-config -> init-config-end init-crontab-config -> init-config-end init-config -> init-crontab-config init-mods-end -> init-custom-files + init-config-end -> init-deprecate + init-adduser -> init-device-perms base -> init-envfile - init-os-end -> init-kasmvnc - init-nginx -> init-kasmvnc-config - init-video -> init-kasmvnc-end base -> init-migrations init-config-end -> init-mods init-mods-package-install -> init-mods-end init-mods -> init-mods-package-install - init-kasmvnc -> init-nginx init-adduser -> init-os-end + init-device-perms -> init-os-end init-envfile -> init-os-end init-custom-files -> init-services - init-kasmvnc-config -> init-video + init-deprecate -> init-services init-services -> svc-cron svc-cron -> legacy-services - init-services -> svc-de - svc-nginx -> svc-de - svc-de -> legacy-services - init-services -> svc-docker - svc-de -> svc-docker - svc-docker -> legacy-services - init-services -> svc-kasmvnc - svc-pulseaudio -> svc-kasmvnc - svc-kasmvnc -> legacy-services - init-services -> svc-kclient - svc-kasmvnc -> svc-kclient - svc-kclient -> legacy-services - init-services -> svc-nginx - svc-kclient -> svc-nginx - svc-nginx -> legacy-services - init-services -> svc-pulseaudio - svc-pulseaudio -> legacy-services } Base Images: { - "baseimage-kasmvnc:arch" <- "baseimage-arch:latest" + "baseimage-alpine:3.22" } "steamos:latest" <- Base Images ``` ## Versions +* **09.12.25:** - Deprecate container, any future release will be for the Steam application not the underlying OS. * **23.05.24:** - Document how to get Nvidia to work. * **15.01.24:** - Install gperftools to fix source games. * **29.11.23:** - Switch to openbox for bigpicture mode.