Skip to content

Commit b38f880

Browse files
Bot Updating Documentation
1 parent 2c8cc47 commit b38f880

File tree

1 file changed

+12
-26
lines changed

1 file changed

+12
-26
lines changed

docs/images/docker-steamos.md

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: "[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distr
66
---
77
<!-- DO NOT EDIT THIS FILE MANUALLY -->
88
<!-- Please read https://github.com/linuxserver/docker-steamos/blob/master/.github/CONTRIBUTING.md -->
9+
# DEPRECATION NOTICE
10+
This image is deprecated. We will not offer support for this image and it will not be updated.
11+
12+
913
# [linuxserver/steamos](https://github.com/linuxserver/docker-steamos)
1014

1115
[![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
1721
[![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)
1822
[![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)
1923
[![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/)
20-
[![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)
2124

2225
[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**
2326

@@ -35,10 +38,11 @@ The architectures supported by this image are:
3538
| :----: | :----: | ---- |
3639
| x86-64 || amd64-\<version tag\> |
3740
| arm64 || |
38-
| armhf || |
3941

4042
## Application Setup
4143

44+
**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.**
45+
4246
*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*
4347

4448
**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.
421425
custom services -> legacy-services
422426
legacy-services -> ci-service-check
423427
init-migrations -> init-adduser
424-
init-kasmvnc-end -> init-config
425428
init-os-end -> init-config
426429
init-config -> init-config-end
427430
init-crontab-config -> init-config-end
428431
init-config -> init-crontab-config
429432
init-mods-end -> init-custom-files
433+
init-config-end -> init-deprecate
434+
init-adduser -> init-device-perms
430435
base -> init-envfile
431-
init-os-end -> init-kasmvnc
432-
init-nginx -> init-kasmvnc-config
433-
init-video -> init-kasmvnc-end
434436
base -> init-migrations
435437
init-config-end -> init-mods
436438
init-mods-package-install -> init-mods-end
437439
init-mods -> init-mods-package-install
438-
init-kasmvnc -> init-nginx
439440
init-adduser -> init-os-end
441+
init-device-perms -> init-os-end
440442
init-envfile -> init-os-end
441443
init-custom-files -> init-services
442-
init-kasmvnc-config -> init-video
444+
init-deprecate -> init-services
443445
init-services -> svc-cron
444446
svc-cron -> legacy-services
445-
init-services -> svc-de
446-
svc-nginx -> svc-de
447-
svc-de -> legacy-services
448-
init-services -> svc-docker
449-
svc-de -> svc-docker
450-
svc-docker -> legacy-services
451-
init-services -> svc-kasmvnc
452-
svc-pulseaudio -> svc-kasmvnc
453-
svc-kasmvnc -> legacy-services
454-
init-services -> svc-kclient
455-
svc-kasmvnc -> svc-kclient
456-
svc-kclient -> legacy-services
457-
init-services -> svc-nginx
458-
svc-kclient -> svc-nginx
459-
svc-nginx -> legacy-services
460-
init-services -> svc-pulseaudio
461-
svc-pulseaudio -> legacy-services
462447
}
463448
Base Images: {
464-
"baseimage-kasmvnc:arch" <- "baseimage-arch:latest"
449+
"baseimage-alpine:3.22"
465450
}
466451
"steamos:latest" <- Base Images
467452
```
468453

469454
## Versions
470455

456+
* **09.12.25:** - Deprecate container, any future release will be for the Steam application not the underlying OS.
471457
* **23.05.24:** - Document how to get Nvidia to work.
472458
* **15.01.24:** - Install gperftools to fix source games.
473459
* **29.11.23:** - Switch to openbox for bigpicture mode.

0 commit comments

Comments
 (0)