docs(readme): add list of docker image urls

This commit is contained in:
2025-02-22 05:35:57 -07:00
parent 23cb239986
commit efe3d01342

View File

@@ -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 />