mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Correct Docker documentation (#3605)
* Correct Docker documentation as to distribution versions being used for the Docker images. This should have been updated with the December 2025 update
This commit is contained in:
parent
20e70cd062
commit
7b3f7a08a4
2 changed files with 16 additions and 16 deletions
|
|
@ -3,14 +3,14 @@ This client can be run as a Docker container, with 3 available container base op
|
|||
|
||||
| Container Base | Docker Tag | Description | i686 | x86_64 | ARMHF | AARCH64 |
|
||||
|----------------|-------------|----------------------------------------------------------------|:------:|:------:|:-----:|:-------:|
|
||||
| Alpine Linux | edge-alpine | Docker container based on Alpine 3.21 using 'master' |❌|✔|❌|✔|
|
||||
| Alpine Linux | alpine | Docker container based on Alpine 3.21 using latest release |❌|✔|❌|✔|
|
||||
| Debian | debian | Docker container based on Debian Stable using latest release |✔|✔|✔|✔|
|
||||
| Debian | edge | Docker container based on Debian Stable using 'master' |✔|✔|✔|✔|
|
||||
| Debian | edge-debian | Docker container based on Debian Stable using 'master' |✔|✔|✔|✔|
|
||||
| Debian | latest | Docker container based on Debian Stable using latest release |✔|✔|✔|✔|
|
||||
| Fedora | edge-fedora | Docker container based on Fedora 42 using 'master' |❌|✔|❌|✔|
|
||||
| Fedora | fedora | Docker container based on Fedora 42 using latest release |❌|✔|❌|✔|
|
||||
| Alpine Linux | edge-alpine | Docker container based on Alpine 3.23 using 'master' |❌|✔|❌|✔|
|
||||
| Alpine Linux | alpine | Docker container based on Alpine 3.23 using latest release |❌|✔|❌|✔|
|
||||
| Debian | debian | Docker container based on Debian 13 using latest release |✔|✔|✔|✔|
|
||||
| Debian | edge | Docker container based on Debian 13 using 'master' |✔|✔|✔|✔|
|
||||
| Debian | edge-debian | Docker container based on Debian 13 using 'master' |✔|✔|✔|✔|
|
||||
| Debian | latest | Docker container based on Debian 13 using latest release |✔|✔|✔|✔|
|
||||
| Fedora | edge-fedora | Docker container based on Fedora 43 using 'master' |❌|✔|❌|✔|
|
||||
| Fedora | fedora | Docker container based on Fedora 43 using latest release |❌|✔|❌|✔|
|
||||
|
||||
These containers offer a simple monitoring-mode service for the OneDrive Client for Linux.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@ This client can be run as a Podman container, with 3 available container base op
|
|||
|
||||
| Container Base | Docker Tag | Description | i686 | x86_64 | ARMHF | AARCH64 |
|
||||
|----------------|-------------|----------------------------------------------------------------|:------:|:------:|:-----:|:-------:|
|
||||
| Alpine Linux | edge-alpine | Podman container based on Alpine 3.21 using 'master' |❌|✔|❌|✔|
|
||||
| Alpine Linux | alpine | Podman container based on Alpine 3.21 using latest release |❌|✔|❌|✔|
|
||||
| Debian | debian | Podman container based on Debian Stable using latest release |✔|✔|✔|✔|
|
||||
| Debian | edge | Podman container based on Debian Stable using 'master' |✔|✔|✔|✔|
|
||||
| Debian | edge-debian | Podman container based on Debian Stable using 'master' |✔|✔|✔|✔|
|
||||
| Debian | latest | Podman container based on Debian Stable using latest release |✔|✔|✔|✔|
|
||||
| Fedora | edge-fedora | Podman container based on Fedora 42 using 'master' |❌|✔|❌|✔|
|
||||
| Fedora | fedora | Podman container based on Fedora 42 using latest release |❌|✔|❌|✔|
|
||||
| Alpine Linux | edge-alpine | Podman container based on Alpine 3.23 using 'master' |❌|✔|❌|✔|
|
||||
| Alpine Linux | alpine | Podman container based on Alpine 3.23 using latest release |❌|✔|❌|✔|
|
||||
| Debian | debian | Podman container based on Debian 13 using latest release |✔|✔|✔|✔|
|
||||
| Debian | edge | Podman container based on Debian 13 using 'master' |✔|✔|✔|✔|
|
||||
| Debian | edge-debian | Podman container based on Debian 13 using 'master' |✔|✔|✔|✔|
|
||||
| Debian | latest | Podman container based on Debian 13 using latest release |✔|✔|✔|✔|
|
||||
| Fedora | edge-fedora | Podman container based on Fedora 43 using 'master' |❌|✔|❌|✔|
|
||||
| Fedora | fedora | Podman container based on Fedora 43 using latest release |❌|✔|❌|✔|
|
||||
|
||||
These containers offer a simple monitoring-mode service for the OneDrive Client for Linux.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue