mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 10:15:41 -04:00
docs(readme): add list of docker image urls
This commit is contained in:
19
README.md
19
README.md
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [How It Works](#how-it-works)
|
- [How It Works](#how-it-works)
|
||||||
|
- [Available Docker Images](#available-docker-images)
|
||||||
- [Building `tvapp` Image](#building-tvapp-image)
|
- [Building `tvapp` Image](#building-tvapp-image)
|
||||||
- [How It Works](#how-it-works-1)
|
- [How It Works](#how-it-works-1)
|
||||||
- [Before Building](#before-building)
|
- [Before Building](#before-building)
|
||||||
@@ -95,6 +96,24 @@ C(XMLTV-EPG) ---> E{Pull Dynamic EPG}
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
### Available Docker Images
|
||||||
|
|
||||||
|
You may use the following URLs to pull our docker image for TVApp2
|
||||||
|
|
||||||
|
| Pull URL | Platform | Host |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| `ghcr.io/thebinaryninja/tvapp2:latest` | amd64 | Github |
|
||||||
|
| `ghcr.io/thebinaryninja/tvapp2:amd64` | amd64 | Github |
|
||||||
|
| `ghcr.io/thebinaryninja/tvapp2:arm64` | arm64 | Github |
|
||||||
|
| `thebinaryninja/tvapp2:latest` | amd64 | Dockerhub |
|
||||||
|
| `thebinaryninja/tvapp2:1.0.0-amd64` | amd64 | Dockerhub |
|
||||||
|
| `thebinaryninja/tvapp2:1.0.0-arm64` | arm64 | Dockerhub |
|
||||||
|
| `git.binaryninja.net/binaryninja/tvapp2:latest` | amd64 | Gitea |
|
||||||
|
| `git.binaryninja.net/binaryninja/tvapp2:1.0.0-amd64` | amd64 | Gitea |
|
||||||
|
| `git.binaryninja.net/binaryninja/tvapp2:1.0.0-arm64` | arm64 | Gitea |
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user