https://github.com/tuxpeople/docker-podsync
Multi-Arch container image for Podsync with yt-dlp.
https://github.com/tuxpeople/docker-podsync
docker docker-image multiarch multiarch-images podsync
Last synced: about 2 months ago
JSON representation
Multi-Arch container image for Podsync with yt-dlp.
- Host: GitHub
- URL: https://github.com/tuxpeople/docker-podsync
- Owner: tuxpeople
- Created: 2020-10-30T17:28:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T16:32:11.000Z (about 2 months ago)
- Last Synced: 2026-01-13T18:40:17.162Z (about 2 months ago)
- Topics: docker, docker-image, multiarch, multiarch-images, podsync
- Language: Dockerfile
- Homepage:
- Size: 712 KB
- Stars: 24
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Podsync





Caution: No more quay.io!
**Warning:** This image now uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) instead of [youtube-dl](https://github.com/ytdl-org/youtube-dl/)
*(see https://github.com/mxpv/podsync/issues/236 and https://github.com/mxpv/podsync/issues/237)*
## Quick reference
This Repo is solely for me having an arm64 image for [Podsync](https://github.com/mxpv/podsync). It includes a GitHub Workflow to build Podsync for AMD64, ARM64, ARMv6 and ARMv7. Use it at your own risk. No warranty. No support.
Read here for more: https://github.com/mxpv/podsync/issues/56
* **Code repository:**
https://github.com/tuxpeople/docker-podsync
* **Where to file issues:**
https://github.com/tuxpeople/docker-podsync/issues
* **Supported architectures:**
```amd64```, ```armv7```, ```armv6``` and ```arm64```
## Image tags
- There are tags for major, minor and dotreleases of podsync (eg. ```1.0.0```, ```1.0```, ```1``` )
- ```latest``` refers to the latest release of podsync
The images get rebuilt automatically every week.
## Usage
```sh
docker pull tdeutsch/podsync:
```
or
```sh
docker pull ghcr.io/tuxpeople/podsync:
```